https://github.com/astj/p6-require-bug-demo
https://github.com/astj/p6-require-bug-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astj/p6-require-bug-demo
- Owner: astj
- Created: 2017-03-07T02:13:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T02:22:12.000Z (over 9 years ago)
- Last Synced: 2025-10-27T05:37:04.600Z (10 months ago)
- Language: Perl6
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
$ perl6 -v
This is Rakudo version 2017.02-188-g2a2e460b1 built on MoarVM version 2017.02-18-g5f9d6985
implementing Perl 6.c.
$ prove -e perl6 -vr t/
t/require.t ..
ok 1 -
ok 2 -
not ok 3 -
# Failed test at t/require.t line 13
# Error: Lexical 'Foo' already declared
not ok 4 -
# Failed test at t/require.t line 18
# Error: Lexical 'Foo' already declared
1..4
# Looks like you failed 2 tests of 4
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
t/use.t ......
ok 1 -
ok 2 -
ok 3 -
ok 4 -
1..4
ok
Test Summary Report
-------------------
t/require.t (Wstat: 512 Tests: 4 Failed: 2)
Failed tests: 3-4
Non-zero exit status: 2
Files=2, Tests=8, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.51 cusr 0.10 csys = 0.63 CPU)
Result: FAIL