You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install this module with panda it fails some tests:
C:\Users\massimo>panda install IO::Path::More
==> Fetching IO::Path::More
==> Building IO::Path::More
Compiling lib\IO\Path\More.pm to mbc
==> Testing IO::Path::More
Failed test 'append to root'
at t/00-more.t line 1
expected: '/foo'
got: '\foo'
Failed test 'append multiple'
at t/00-more.t line 1
expected: 'foo/bar'
got: 'foo\bar'
No such method 'next' for invocant of type 'Str'
in block at t/00-more.t:17
Looks like you planned 31 tests, but ran 15
Looks like you failed 2 tests of 15
t/00-more.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 18/31 subtests
Test Summary Report
t/00-more.t (Wstat: 512 Tests: 15 Failed: 2)
Failed tests: 13-14
Non-zero exit status: 2
Parse errors: Bad plan. You planned 31 tests but ran 15.
Files=1, Tests=15, 1 wallclock secs ( 0.11 usr + 0.05 sys = 0.16 CPU)
Result: FAIL
test stage failed for IO::Path::More: Tests failed
in method install at C:\rakudo/languages/perl6/lib/Panda.pm:124
in method resolve at C:\rakudo/languages/perl6/lib/Panda.pm:193
in sub MAIN at C:\rakudo\bin\panda:20
in sub MAIN at C:\rakudo\bin\panda:18
in block at C:\rakudo\bin\panda:69
Failure Summary
IO::Path::More
*test stage failed for IO::Path::More: Tests failed
The text was updated successfully, but these errors were encountered:
Ah, thank you. I sometimes forget that the whole world isn't posix when writing test cases. I'm pretty sure that the tests are wrong and the module is right here.
When I try to install this module with panda it fails some tests:
C:\Users\massimo>panda install IO::Path::More
==> Fetching IO::Path::More
==> Building IO::Path::More
Compiling lib\IO\Path\More.pm to mbc
==> Testing IO::Path::More
Failed test 'append to root'
at t/00-more.t line 1
expected: '/foo'
got: '\foo'
Failed test 'append multiple'
at t/00-more.t line 1
expected: 'foo/bar'
got: 'foo\bar'
No such method 'next' for invocant of type 'Str'
in block at t/00-more.t:17
Looks like you planned 31 tests, but ran 15
Looks like you failed 2 tests of 15
t/00-more.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 18/31 subtests
Test Summary Report
t/00-more.t (Wstat: 512 Tests: 15 Failed: 2)
Failed tests: 13-14
Non-zero exit status: 2
Parse errors: Bad plan. You planned 31 tests but ran 15.
Files=1, Tests=15, 1 wallclock secs ( 0.11 usr + 0.05 sys = 0.16 CPU)
Result: FAIL
test stage failed for IO::Path::More: Tests failed
in method install at C:\rakudo/languages/perl6/lib/Panda.pm:124
in method resolve at C:\rakudo/languages/perl6/lib/Panda.pm:193
in sub MAIN at C:\rakudo\bin\panda:20
in sub MAIN at C:\rakudo\bin\panda:18
in block at C:\rakudo\bin\panda:69
Failure Summary
IO::Path::More
*test stage failed for IO::Path::More: Tests failed
The text was updated successfully, but these errors were encountered: