From db6ec9a2d93794d8eb79e6db3d8b897e5551d690 Mon Sep 17 00:00:00 2001 From: Vadim Belman Date: Mon, 27 Jul 2020 23:01:36 -0400 Subject: [PATCH] Fudge for jvm and add to spectest.data --- S17-supply/watch-path.t | 7 +++++++ spectest.data | 1 + 2 files changed, 8 insertions(+) diff --git a/S17-supply/watch-path.t b/S17-supply/watch-path.t index 2eeb86474f..78e4a7cc74 100644 --- a/S17-supply/watch-path.t +++ b/S17-supply/watch-path.t @@ -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; diff --git a/spectest.data b/spectest.data index bfae2ae693..cc9f0e5acd 100644 --- a/spectest.data +++ b/spectest.data @@ -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