diff options
| author | Jan Korous <jkorous@apple.com> | 2018-03-27 00:16:28 +0000 |
|---|---|---|
| committer | Jan Korous <jkorous@apple.com> | 2018-03-27 00:16:28 +0000 |
| commit | 1e0e0b077df66dbe86a2b31f99a8d6b0b8970c8a (patch) | |
| tree | 2a786d046e628b7f66061037d1634e8508f00dad /llvm/utils | |
| parent | db914a46dabc7723319f47682813543883621aac (diff) | |
| download | bcm5719-llvm-1e0e0b077df66dbe86a2b31f99a8d6b0b8970c8a.tar.gz bcm5719-llvm-1e0e0b077df66dbe86a2b31f99a8d6b0b8970c8a.zip | |
[lit] Temporarily disable shtest-timeout.py on darwin
Disabled until fixed in order to avoid random failures on green dragon.
rdar://problem/38774530
llvm-svn: 328598
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/lit/tests/shtest-timeout.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shtest-timeout.py b/llvm/utils/lit/tests/shtest-timeout.py index 87985006590..f9e3acc4e09 100644 --- a/llvm/utils/lit/tests/shtest-timeout.py +++ b/llvm/utils/lit/tests/shtest-timeout.py @@ -1,5 +1,8 @@ # REQUIRES: python-psutil - +# +# rdar://problem/38774530 +# UNSUPPORTED: darwin +# # PR33944 # XFAIL: windows |

