Skip to content

Commit

Permalink
[t] GH #886 skip task.kill on windows/cygwin. NYI
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Dec 18, 2012
1 parent 65a44c0 commit 63c1890
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/pmc/task.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@

tasks_run()
task_send_recv()

$S0 = sysinfo .SYSINFO_PARROT_OS
if $S0 == 'MSWin32' goto skip_kill
if $S0 == 'cygwin' goto skip_kill
task_kill()
goto post_kill
skip_kill:
print "ok 7 #SKIP task.kill - no signals on Windows yet\n"
post_kill:
preempt_and_exit()
.end

Expand Down

0 comments on commit 63c1890

Please sign in to comment.