From: Stella Stamenova Date: Thu, 9 May 2019 20:22:02 +0000 (+0000) Subject: Use UNSUPPORTED: windows in shtest-timeout.py. Apparently system-windows does not... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80aab18585e22c92e22d187913628406c0ddcd87;p=llvm Use UNSUPPORTED: windows in shtest-timeout.py. Apparently system-windows does not cover all cases either and the case it doesn't cover affects one of the buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360373 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/lit/tests/shtest-timeout.py b/utils/lit/tests/shtest-timeout.py index 1208e7379d0..aa7d7e1c7f6 100644 --- a/utils/lit/tests/shtest-timeout.py +++ b/utils/lit/tests/shtest-timeout.py @@ -1,7 +1,9 @@ # REQUIRES: python-psutil # llvm.org/PR33944 -# UNSUPPORTED: system-windows +# This should be system-windows as windows does not cover all cases, but +# apparently neither does system-windows +# UNSUPPORTED: windows # FIXME: This test is fragile because it relies on time which can # be affected by system performance. In particular we are currently