Advertisement
Guest User

Untitled

a guest
Sep 4th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. t/09-ua-ssl.t ..... use of uninitialized value of type Any in numeric context in block at lib/HTTP/UserAgent.pm6:100
  2.  
  3. use of uninitialized value of type Any in string context in any !cursor_init at gen/moar/stage2/QRegex.nqp:599
  4.  
  5.  
  6. # Failed test 'right exception type (X::HTTP::Response)'
  7. # at lib/Test.pm line 289
  8. # Expected: (X::HTTP::Response)
  9. # Got: (X::Method::NotFound)
  10. # Exception message: No such method 'chars' for invocant of type 'Any'
  11. # Looks like you failed 1 tests of 3
  12. t/09-ua-ssl.t ..... 1/2
  13. # Failed test 'did we throws_like X::HTTP::Response?'
  14. # at t/09-ua-ssl.t line 8
  15. use of uninitialized value of type Any in numeric context in block at lib/HTTP/UserAgent.pm6:100
  16.  
  17. use of uninitialized value of type Any in string context in any !cursor_init at gen/moar/stage2/QRegex.nqp:599
  18.  
  19. No such method 'chars' for invocant of type 'Any'
  20. in method parse at src/gen/m-CORE.setting:13694
  21. in method parse at lib/HTTP/Header.pm6:106
  22. in block at lib/HTTP/UserAgent.pm6:105
  23. in method get at lib/HTTP/UserAgent.pm6:69
  24. in block <unit> at t/09-ua-ssl.t:13
  25.  
  26. # Looks like you planned 2 tests, but ran 1
  27. # Looks like you failed 1 tests of 1
  28. t/09-ua-ssl.t ..... Dubious, test returned 1 (wstat 256, 0x100)
  29. Failed 2/2 subtests
  30.  
  31. Test Summary Report
  32. -------------------
  33. t/09-ua-ssl.t (Wstat: 256 Tests: 1 Failed: 1)
  34. Failed test: 1
  35. Non-zero exit status: 1
  36. Parse errors: Bad plan. You planned 2 tests but ran 1.
  37. Files=9, Tests=103, 40 wallclock secs ( 0.05 usr 0.01 sys + 26.81 cusr 0.33 csys = 27.20 CPU)
  38. Result: FAIL
  39. test stage failed for HTTP::UserAgent: Tests failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement