diff options
author | Stella Stamenova <stilis@microsoft.com> | 2019-05-09 19:40:21 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2019-05-09 19:40:21 +0000 |
commit | bc9e0866933c6bc064bc66319b107422f3a1d67c (patch) | |
tree | 7be1f81d4dd9a1806409a127e868813ed0ac7730 /llvm/utils/lit/tests/shtest-timeout.py | |
parent | 08fa01a9b7bc3a1fdba20e9a51a44e40fab3a463 (diff) | |
download | llvm-bc9e0866933c6bc064bc66319b107422f3a1d67c.zip llvm-bc9e0866933c6bc064bc66319b107422f3a1d67c.tar.gz llvm-bc9e0866933c6bc064bc66319b107422f3a1d67c.tar.bz2 |
Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED: windows. nowindows is not currently defined and windows does not cover all cases. system-windows is also consistent with how other platforms are used.
llvm-svn: 360368
Diffstat (limited to 'llvm/utils/lit/tests/shtest-timeout.py')
-rw-r--r-- | llvm/utils/lit/tests/shtest-timeout.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shtest-timeout.py b/llvm/utils/lit/tests/shtest-timeout.py index a11e444..1208e73 100644 --- a/llvm/utils/lit/tests/shtest-timeout.py +++ b/llvm/utils/lit/tests/shtest-timeout.py @@ -1,7 +1,7 @@ # REQUIRES: python-psutil # llvm.org/PR33944 -# UNSUPPORTED: windows +# UNSUPPORTED: system-windows # FIXME: This test is fragile because it relies on time which can # be affected by system performance. In particular we are currently |