raku-community-modules / LWP-Simple

LWP::Simple quick & dirty implementation for Rakudo
http://www.streppone.it/cosimo/blog/tag/LWP::Simple/
Artistic License 2.0
7 stars 9 forks source link

Test fail on Windows #36

Closed hankache closed 4 years ago

hankache commented 4 years ago
This is Rakudo version 2019.07.1 built on MoarVM version 2019.07.1
implementing Perl 6.d.

OS: Windows 10

===> Testing: LWP::Simple:ver<0.106>:auth<github:perl6>
# Failed test 'Found pattern in downloaded file'
# at t/getstore.t line 38
# You failed 1 test of 10
===> Testing [FAIL]: LWP::Simple:ver<0.106>:auth<github:perl6>
Aborting due to test failure: LWP::Simple:ver<0.106>:auth<github:perl6> (use --force-test to override)
JJ commented 4 years ago

Thanks for the report. We'll have to add Windows testing, I guess.

hankache commented 4 years ago

For the record, I am not sure this issue should be raised here. The failure only occurs when Rakudo is built on Windows 10 using --moar-option="--ld=link"

JJ commented 4 years ago

Also, it does seem to be unrelated to the operating system. Anyway, we'll check it out.

hankache commented 4 years ago

Indeed, it seems this is not related to Windows. Same test also failing on WSL

hankache commented 4 years ago

Should be fixed by #37