From 0b68fc3f59b52cadf83e5283c9d5d17a29d398ae 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. llvm-svn: 360356 --- llvm/utils/lit/tests/shtest-timeout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/lit/tests/shtest-timeout.py b/llvm/utils/lit/tests/shtest-timeout.py index 9ed8ebe8ddd84..a11e4447f5499 100644 --- a/llvm/utils/lit/tests/shtest-timeout.py +++ b/llvm/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