Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created June 17, 2016 14:53
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 lizmat/3f447654c9150e823f2057d9b3bcc9b9 to your computer and use it in GitHub Desktop.
Save lizmat/3f447654c9150e823f2057d9b3bcc9b9 to your computer and use it in GitHub Desktop.
Inline::Perl5 related failures
$ perl6 t/spec/S01-perl-5-integration/method.rakudo.moar
1..13
ok 1 - class method
not ok 2 - blessed# TODO P5 classes not yet shadowed in P6
# Failed test 'blessed'
# at t/spec/S01-perl-5-integration/method.rakudo.moar line 74
# Actual type: Inline::Perl5::Perl5Object
ok 3 - \# SKIP Probably bogus test. Tests if the P5 object stringifies to something containing the class name, like FooBar=HASH(0x12345678)
ok 4 - invoke method
ok 5 - invoke method with perl6 arg
ok 6 - returning a coderef
ok 7 - invoking p5 coderef
ok 8 - invoke with p5 coderef
ok 9 -
ok 10 -
Died with X::AdHoc
Internal error: Unwound entire stack and missed handler
LizyPro:rakudo.moar liz$ perl6 t/spec/S01-perl-5-integration/basic.rakudo.moar
1..15
ok 1 - number
ok 2 - number
ok 3 - string
ok 4 - %h.kv received as hash (key)
ok 5 - %h.kv received as hash (value)
ok 6 - (VAR %h)received as hashref
ok 7 - (@a) received as array
ok 8 - (@a) received as array
ok 9 - (VAR @a) received as arrayref
ok 10 - (VAR @a) received as arrayref
ok 11 - ($s) received as scalar
ok 12 - (VAR $s) received as scalarref
Died with X::AdHoc
Internal error: Unwound entire stack and missed handler
LizyPro:rakudo.moar liz$ perl6 t/spec/S01-perl-5-integration/roundtrip.t
1..5
Died with X::AdHoc
Internal error: Unwound entire stack and missed handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment