From 9371c75a2b6e3161119c3592212f5f61c7b6f5ee Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Thu, 9 May 2019 17:01:03 +0000 Subject: [PATCH] Re-enable lit test shtest-timeout.py on non-Windows. It was disabled incorrectly, which meant it wasn't running anywhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360356 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/lit/tests/shtest-timeout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/lit/tests/shtest-timeout.py b/utils/lit/tests/shtest-timeout.py index 9ed8ebe8ddd..a11e4447f54 100644 --- a/utils/lit/tests/shtest-timeout.py +++ b/utils/lit/tests/shtest-timeout.py @@ -1,7 +1,7 @@ # REQUIRES: python-psutil # llvm.org/PR33944 -# REQUIRES: nowindows +# UNSUPPORTED: windows # FIXME: This test is fragile because it relies on time which can # be affected by system performance. In particular we are currently -- 2.50.1