Skip to content

Commit

Permalink
Fudge for jvm and add to spectest.data
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Jul 29, 2020
1 parent 83b6ce6 commit db6ec9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions S17-supply/watch-path.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ ok !$filename.IO.e, "make sure we don't have a file";
given $*DISTRO.name {
when "macosx" {
#?rakudo.jvm 3 skip "file system events NYI?"
#?DOES 1
{
subtest &macosx, "does watch-path work on Mac OS X";
}

unlink $filename; # in case we missed the cleanup
ok !$filename.IO.e, "make sure we don't have a file (2)";

#?rakudo.jvm 3 skip "file system events NYI?"
#?DOES 1
{
subtest { macosx :io-path }, "does IO::Path.watch work on Mac OS X";
}
}
default {
skip "Only OSX tests available", 3;
Expand Down
1 change: 1 addition & 0 deletions spectest.data
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@ S17-supply/tail.t
S17-supply/throttle.t # moar slow
S17-supply/unique.t # slow
S17-supply/wait.t # slow
S17-supply/watch-path.t # slow
S17-supply/words.t
S17-supply/zip-latest.t
S17-supply/zip.t
Expand Down

0 comments on commit db6ec9a

Please sign in to comment.