changeset 39479:3ba87d5b9ad3

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
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 07 Sep 2018 23:54:42 -0400
parents c4a7ba10cdd7
children 89630d0b3e23
files tests/test-nointerrupt.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <<EOF
   > import itertools