From: Paul Robinson Date: Thu, 9 May 2019 17:01:03 +0000 (+0000) Subject: Re-enable lit test shtest-timeout.py on non-Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9371c75a2b6e3161119c3592212f5f61c7b6f5ee;p=llvm 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 --- 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