diff options
-rw-r--r-- | llvm/utils/lit/tests/shtest-timeout.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shtest-timeout.py b/llvm/utils/lit/tests/shtest-timeout.py index 1208e7379d0..aa7d7e1c7f6 100644 --- a/llvm/utils/lit/tests/shtest-timeout.py +++ b/llvm/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 |