Skip to content

Commit 15c110c

Browse files
committed
fudge for rakudo.jvm
1 parent 705a673 commit 15c110c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

S06-multi/type-based.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ is(mmd(1..3), 2, 'Slurpy MMD to listop via list');
146146

147147
# multi dispatch on typed containers
148148
#?niecza skip 'Ambiguous dispatch for &f4'
149+
#?rakudo.jvm skip 'Ambiguous dispatch for &f4'
149150
{
150151
multi f4 (Int @a ) { 'Array of Int' } #OK not used
151152
multi f4 (Str @a ) { 'Array of Str' } #OK not used
@@ -203,6 +204,7 @@ is(mmd(1..3), 2, 'Slurpy MMD to listop via list');
203204
}
204205

205206
#?niecza skip 'no native types yet'
207+
#?rakudo.jvm skip "Cannot call 'rt107638'; none of these signatures match:"
206208
{
207209
# This once wrongly reported a multi-dispatch circularity.
208210
multi rt107638(int $a) { 'ok' } #OK not used

0 commit comments

Comments
 (0)