Skip to content

Commit

Permalink
Fudge tests that hangs on Windows
Browse files Browse the repository at this point in the history
Filed as a bug in R#1975
rakudo/rakudo#1975
  • Loading branch information
zoffixznet committed Jun 26, 2018
1 parent 2288d4a commit 1817ad8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MISC/bug-coverage-stress.t
Expand Up @@ -32,7 +32,10 @@ doesn't-hang 「
# RT #132016
#?rakudo.jvm skip "The spawned command './perl6-j' exited unsuccessfully (exit code: 1)"
#?DOES 1
{
if $*DISTRO.is-win {
skip 'Test hangs on Windows: https://github.com/rakudo/rakudo/issues/1975';
}
else {
with Proc::Async.new: $*EXECUTABLE, '-e',
react whenever signal(SIGTERM).merge(signal SIGINT) { print ‘pass’; exit 0 }
-> $proc {
Expand Down

0 comments on commit 1817ad8

Please sign in to comment.