Skip to content

Commit dbdc612

Browse files
committed
Unfudge two passing test on JVM
also use 'todo' instead of 'skip' for on precomp test on Moar
1 parent 907379d commit dbdc612

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

S10-packages/precompilation.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ my @keys2 = Test::Util::run( q:to"--END--").lines;
6161
#?rakudo.jvm todo 'got: $["C", "K"]'
6262
is-deeply @keys2, [<C D E F H K N P R S>], 'Twisty maze of dependencies, all different';
6363

64-
#?rakudo.jvm skip 'RT #122896'
65-
#?rakudo.moar skip 'RT #122896'
64+
#?rakudo.moar todo 'RT #122896'
6665
{
6766
is_run
6867
'use lib "t/spec/packages";

S12-coercion/coercion-types.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class NastyChild is Parent { };
9393

9494
# RT #127841
9595
is Int:U.gist, '(Int:U)', '.gist on coercion types';
96-
#?rakudo.jvm skip "Could not find symbol '&Async:U' RT #127841"
96+
#?rakudo.jvm skip "Proc::Async NYI"
9797
is Proc::Async:U.gist, '(Async:U)', '.gist on coercion types uses shortname';
9898

9999
is Str(Any).gist, '(Str(Any))', 'Can gist a coercion type';

S32-list/map.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ is( ~((1..3).map: { dbl( $_ ) }),'2 4 6','extern method in map');
251251
{
252252
is [foo => (1,2,3).map: {$_}].[0].value.join(":"), '1:2:3',
253253
'map on list in array does not lose content';
254-
#?rakudo.jvm skip 'This Seq has already been iterated, and its values consumed'
255254
is {foo => (1,2,3).map: {$_}}<foo>.join(":"), '1:2:3',
256255
'map on list in hash does not lose content';
257256
}

0 commit comments

Comments
 (0)