Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created February 8, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/b9ef17f74ed4f350df5d94bbcd6f0306 to your computer and use it in GitHub Desktop.
Save zoffixznet/b9ef17f74ed4f350df5d94bbcd6f0306 to your computer and use it in GitHub Desktop.
cpan@perlbuild2~/CPANPRC/rakudo (nom)$ make t/spec/S03-smartmatch/range-range.t
rm -f -- perl6
cp -- perl6-m perl6
chmod -- 755 perl6
/home/cpan/perl5/perlbrew/perls/perl-5.24.0/bin/perl t/harness5 --fudge --moar --keep-exit-code --verbosity=1 t/spec/S03-smartmatch/range-range.t
ok 1 - proper inclusion +
ok 2 - proper inclusion -
ok 3 - inclusive vs inclusive right end
ok 4 - exclusive vs inclusive right end
ok 5 - inclusive vs exclusive right end
ok 6 - exclusive vs exclusive right end
ok 7 - inclusive vs inclusive left end
ok 8 - exclusive vs inclusive left end
ok 9 - inclusive vs exclusive left end
ok 10 - exclusive vs exclusive left end
ok 11 - inclusive vs inclusive both ends
ok 12 - exclusive vs inclusive both ends
ok 13 - inclusive vs exclusive both ends
ok 14 - exclusive vs exclusive both ends
ok 15 - Can smart match string Range's which hold numbers and Ranges which are numbers
ok 16 - Can smart match Range's 1..Inf and -1/0..1/0
ok 17 - Can smart match Range 1..Inf and 1/0
ok 18 - Can smart match string Range's with strings on left and numbers on right # TODO Can't smart match two Ranges with numbers on left side and strings on right
not ok 19 - Can smart match string Range's with numbers on left and strings on right
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/19 subtests
(1 TODO test unexpectedly succeeded)
Test Summary Report
-------------------
t/spec/S03-smartmatch/range-range.rakudo.moar (Wstat: 256 Tests: 19 Failed: 1)
Failed test: 19
TODO passed: 18
Non-zero exit status: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment