[llvm] r339184 - [lit] Disable shtest-timeout on Windows

Stella Stamenova via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 14:21:31 PDT 2018


Author: stella.stamenova
Date: Tue Aug  7 14:21:30 2018
New Revision: 339184

URL: http://llvm.org/viewvc/llvm-project?rev=339184&view=rev
Log:
[lit] Disable shtest-timeout on Windows

This test passes on Windows when using Python 3 but fails when using Python 2, so it needs more investigation before it can be enabled as the bots use Python 2.

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=339184&r1=339183&r2=339184&view=diff
==============================================================================
--- llvm/trunk/utils/lit/tests/shtest-timeout.py (original)
+++ llvm/trunk/utils/lit/tests/shtest-timeout.py Tue Aug  7 14:21:30 2018
@@ -1,5 +1,8 @@
 # REQUIRES: python-psutil
 
+# PR33944
+# XFAIL: windows
+
 # FIXME: This test is fragile because it relies on time which can
 # be affected by system performance. In particular we are currently
 # assuming that `short.py` can be successfully executed within 2




More information about the llvm-commits mailing list