From 4f03fb1c04f885eb2c4f308a3b223d2f015298e2 Mon Sep 17 00:00:00 2001 From: Stella Stamenova Date: Tue, 7 Aug 2018 21:21:30 +0000 Subject: [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. llvm-svn: 339184 --- llvm/utils/lit/tests/shtest-timeout.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/utils/lit/tests') diff --git a/llvm/utils/lit/tests/shtest-timeout.py b/llvm/utils/lit/tests/shtest-timeout.py index 70b1dee887a..2f1fc3d17c0 100644 --- a/llvm/utils/lit/tests/shtest-timeout.py +++ b/llvm/utils/lit/tests/shtest-timeout.py @@ -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 -- cgit v1.2.3