[llvm] r360373 - 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.

Stella Stamenova via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 13:22:02 PDT 2019


Author: stella.stamenova
Date: Thu May  9 13:22:02 2019
New Revision: 360373

URL: http://llvm.org/viewvc/llvm-project?rev=360373&view=rev
Log:
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.

Modified:
    llvm/trunk/utils/lit/tests/shtest-timeout.py

Modified: llvm/trunk/utils/lit/tests/shtest-timeout.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/tests/shtest-timeout.py?rev=360373&r1=360372&r2=360373&view=diff
==============================================================================
--- llvm/trunk/utils/lit/tests/shtest-timeout.py (original)
+++ llvm/trunk/utils/lit/tests/shtest-timeout.py Thu May  9 13:22:02 2019
@@ -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




More information about the llvm-commits mailing list