We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd8d76 commit 0ef7f13Copy full SHA for 0ef7f13
S17-supply/zip.t
@@ -46,7 +46,10 @@ for ThreadPoolScheduler.new, CurrentThreadScheduler -> $*SCHEDULER {
46
X::Supply::Combinator, combinator => 'zip' );
47
}
48
49
-subtest {
+#?rakudo.jvm skip 'UnwindException in thread "main"'
50
+#?DOES 1
51
+{
52
+ subtest {
53
my $*SCHEDULER = ThreadPoolScheduler.new;
54
react {
55
whenever Promise.in(5) {
@@ -62,6 +65,7 @@ subtest {
62
65
LAST { done }
63
66
64
67
-}, "zip will be done when any supply become done"
68
+ }, "zip will be done when any supply become done"
69
+}
70
71
# vim: ft=perl6 expandtab sw=4
0 commit comments