# HG changeset patch # User Matt Harbison # Date 1536378882 14400 # Node ID 3ba87d5b9ad3f4fda6c5d952aba02b01670dad0f # Parent c4a7ba10cdd7da058627e23c461ecbe7240a789c tests: disable test-nointerrupt on Windows Per the followup discussion[1]. proc.send_signal(INT) in timeout.py raises a ValueError because of an unsupported signal. I don't like missing test coverage for this on Windows. But this is the last test failing on Windows, and red all the time hides new failures. [1] https://phab.mercurial-scm.org/D3716 diff -r c4a7ba10cdd7 -r 3ba87d5b9ad3 tests/test-nointerrupt.t --- a/tests/test-nointerrupt.t Fri Sep 07 23:39:49 2018 -0400 +++ b/tests/test-nointerrupt.t Fri Sep 07 23:54:42 2018 -0400 @@ -1,3 +1,5 @@ +#require no-windows + Dummy extension simulating unsafe long running command $ cat > sleepext.py < import itertools