diff options
author | Stella Stamenova <stilis@microsoft.com> | 2019-05-09 20:22:02 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2019-05-09 20:22:02 +0000 |
commit | 46b9d19cc09a7073eabb36c639056db72169b145 (patch) | |
tree | 54e3968909a3d4e822d3e66454224a05d7a9d20f | |
parent | 194b1c3078e7e0ed3d56616e983e2ea6c3cdac29 (diff) | |
download | bcm5719-llvm-46b9d19cc09a7073eabb36c639056db72169b145.tar.gz bcm5719-llvm-46b9d19cc09a7073eabb36c639056db72169b145.zip |
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.
llvm-svn: 360373
-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 |