comparison tests/test-nointerrupt.t @ 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 531f5e933e49
children 8ecb17b7f432
comparison
equal deleted inserted replaced
39478:c4a7ba10cdd7 39479:3ba87d5b9ad3
1 #require no-windows
2
1 Dummy extension simulating unsafe long running command 3 Dummy extension simulating unsafe long running command
2 $ cat > sleepext.py <<EOF 4 $ cat > sleepext.py <<EOF
3 > import itertools 5 > import itertools
4 > import time 6 > import time
5 > 7 >