diff options
| author | Stella Stamenova <stilis@microsoft.com> | 2018-08-07 21:21:30 +0000 |
|---|---|---|
| committer | Stella Stamenova <stilis@microsoft.com> | 2018-08-07 21:21:30 +0000 |
| commit | 4f03fb1c04f885eb2c4f308a3b223d2f015298e2 (patch) | |
| tree | aaddc8a0d12533dc39b4041b15f9c5a9e79578de /llvm/utils/lit/tests | |
| parent | 1f5fe1132ecf08061cb9433790c0ab3c127df33d (diff) | |
| download | bcm5719-llvm-4f03fb1c04f885eb2c4f308a3b223d2f015298e2.tar.gz bcm5719-llvm-4f03fb1c04f885eb2c4f308a3b223d2f015298e2.zip | |
[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
Diffstat (limited to 'llvm/utils/lit/tests')
| -rw-r--r-- | llvm/utils/lit/tests/shtest-timeout.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |

