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

Failed tests in rakudo 2014.12.1 in windows 8.1 #2

Open
isleofmax opened this issue Dec 30, 2014 · 3 comments
Open

Failed tests in rakudo 2014.12.1 in windows 8.1 #2

isleofmax opened this issue Dec 30, 2014 · 3 comments
Assignees

Comments

@isleofmax
Copy link

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

@labster labster self-assigned this Dec 30, 2014
@labster
Copy link
Owner

labster commented Dec 30, 2014

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.

@isleofmax
Copy link
Author

Don't worry, I think there are only few people like me that still use windows 8.1 and haven't installed linux or unix.

@labster
Copy link
Owner

labster commented Dec 30, 2014

Just a few :o)

Don't worry, 2015 will be the Year of Linux on the Desktop.

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