This is an automatically generated mail to inform you that tests are now available in t/spec/S03-junctions/misc.t
commit c4ac25bbc7c9ea2dc4040f6ce1809bd334fa04d7 Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64> Date: Thu Jul 30 03:37:44 2009 +0000 [t/spec] Test for RT #64184 and another junction test fix git-svn-id: http://svn.pugscode.org/p...@27810 c213334d-75ef-0310-aa23-eaa082d1ae64 diff --git a/t/spec/S03-junctions/misc.t b/t/spec/S03-junctions/misc.t index 923371f..6f9bb8d 100644 --- a/t/spec/S03-junctions/misc.t +++ b/t/spec/S03-junctions/misc.t @@ -10,9 +10,9 @@ Misc. Junction tests =end pod -#?rakudo 2 todo 'identifying junctions (RT #67886)' -isa_ok any(6,7), 'Junction'; -is any(6,7).WHAT, 'Junction', 'Junction.WHAT works'; +#?rakudo skip 'Null PMC access in get_integer() (RT #64184)' +isa_ok any(6,7), Junction; +is any(6,7).WHAT, Junction, 'Junction.WHAT works'; # avoid auto-threading on ok() sub jok(Object $condition, $msg?) { ok ?($condition), $msg };