Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
this test is marked as requiring concurrency
... so parrot won't even try to run it now.
  • Loading branch information
coke committed Jul 9, 2014
1 parent af01013 commit 58c8aea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S17-channel/winner.t
Expand Up @@ -3,7 +3,6 @@ use Test;

plan 3;

#?rakudo.parrot skip 'no implementation of channel/winner'
{
my $c = Supply.for(1..5).Channel;
my @a;
Expand All @@ -16,7 +15,6 @@ plan 3;
is ~@a, "1 2 3 4 5 done", "Supply.for.Channel and winner channel work";
}

#?rakudo.parrot skip 'no implementation of channel/winner'
{
my $c = Supply.for(1..5).Channel;
my @a;
Expand All @@ -29,7 +27,6 @@ plan 3;
is ~@a, "1 2 3 4 5 done", "Supply.for.Channel and winner * work";
}

#?rakudo.parrot skip 'no implementation of channel/winner'
{
my @c = Supply.for(11..15).Channel, Supply.for(16..20).Channel;
my %done; # cannot use a simple counter :-(
Expand Down

0 comments on commit 58c8aea

Please sign in to comment.