Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rakudo Star fails modules-test in perl6-lwp-simple #18

Closed
pmichaud opened this issue Mar 17, 2013 · 2 comments
Closed

Rakudo Star fails modules-test in perl6-lwp-simple #18

pmichaud opened this issue Mar 17, 2013 · 2 comments

Comments

@pmichaud
Copy link
Contributor

The 2013.02 star release fails its tests for perl6-lwp-simple:

Testing modules/perl6-lwp-simple...
t/000-load-module.t ............. ok   
t/basic-auth.t .................. ok   
t/custom-headers-and-content.t .. Cannot call 'match'; none of these signatures match:
:(Cool:D : $target, *%adverbs)

  in method match at src/gen/CORE.setting:2365
  in block  at t/custom-headers-and-content.t:12

t/custom-headers-and-content.t .. Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
t/get-binary-camelia.t .......... ok   
t/get-chunked-6guts.t ........... ok   
t/get-perl6-org.t ............... ok   
t/get-unsized.t ................. Cannot call 'match'; none of these signatures match:
:(Cool:D : $target, *%adverbs)

  in method match at src/gen/CORE.setting:2365
  in block  at t/get-unsized.t:10

t/get-unsized.t ................. Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
t/get-w3-latin1-utf8.t .......... ok   
t/get-w3-redirect.t ............. ok   
t/getstore.t .................... ok   
t/parse-url.t ................... ok    
t/socket-sanity.t ............... ok   
t/stringify-headers.t ........... ok   

Test Summary Report
-------------------
t/custom-headers-and-content.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/get-unsized.t               (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=13, Tests=54, 69 wallclock secs ( 0.11 usr  0.04 sys + 61.63 cusr  2.26 csys = 64.04 CPU)
Result: FAIL

These failures need to be checked and corrected prior to the 2012.03 release.

Pm

@bbkr
Copy link
Contributor

bbkr commented Mar 17, 2013

custom-headers-and-content.t - this one is using some public server that is no longer available.

@pmichaud
Copy link
Contributor Author

Now fixed in the 2013.05 release. Thanks for the fixes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants