Created
November 24, 2014 20:07
-
-
Save usev6/2758cadede70afcb92c6 to your computer and use it in GitHub Desktop.
failing test for S02-types/pair.t on JVM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
not ok 98 - chained colonpairs in parens build a list of pairs | |
# Failed test 'chained colonpairs in parens build a list of pairs' | |
# at t/spec/S02-types/pair.rakudo.jvm line 329 | |
# expected: 'a 2 b 3 c 4' | |
Code object coerced to string (please use .gist or .perl to do that) in sub cmp_ok at lib/Test.pm:145 | |
# matcher: 'infix:<eqv>' | |
# got: 'a 4 b 3 c 4' | |
not ok 99 - chained colonpairs in curlies construct hashes with more than one element | |
use of uninitialized value of type Any in string context in sub proclaim at lib/Test.pm:375 | |
# Failed test 'chained colonpairs in curlies construct hashes with more than one element' | |
# at lib/Test.pm line | |
# expected: '2 3 4' | |
Code object coerced to string (please use .gist or .perl to do that) in sub cmp_ok at lib/Test.pm:145 | |
# matcher: 'infix:<eqv>' | |
# got: '4 3 4' | |
# FUDGED! | |
# Looks like you failed 2 tests of 99 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment