Skip to content

Commit

Permalink
[S02, S32] fudged tests TODO for Rakudo
Browse files Browse the repository at this point in the history
These tests have been failing on at least one platform (darwin)
for a long time now. Fudging them as TODO to clear the signal
from noise in the spectest runs.
  • Loading branch information
Carl Masak committed Nov 17, 2010
1 parent a3e9233 commit bc3da13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S02-magicals/pid.t
Expand Up @@ -13,6 +13,7 @@ L<A05/"RFC 332: Regex: Make /\$/ equivalent to /\z/ under the '/s' modifier" /Th

plan 1;

#?rakudo todo '$*PID is 0 on Mac OS X [perl #77850]'
is_run 'say $*PID',
{
out => -> $p { $p > 0 && $p != $*PID },
Expand Down
1 change: 1 addition & 0 deletions S32-io/IO-Socket-INET.t
Expand Up @@ -74,6 +74,7 @@ if $*OS eq any <linux darwin solaris MSWin32> { # please add more valid OS names
}
#warn "TEST 2 $received";
$expected = "echo '0123456789abcdefghijklmnopqrstuvwxyz' received\n";
#?rakudo todo 'Test fails fairly consistently on at least darwin'
is $received, $expected, "echo server and client";

# test 3 does discard protocol - Internet RFC 863
Expand Down

0 comments on commit bc3da13

Please sign in to comment.