diff options
author | Victor Leschuk <vleschuk@accesssoftek.com> | 2017-08-19 07:58:07 +0000 |
---|---|---|
committer | Victor Leschuk <vleschuk@accesssoftek.com> | 2017-08-19 07:58:07 +0000 |
commit | 59dc64f3af5867a27a4d681fb856bc4947d2a252 (patch) | |
tree | 9bf6bb26ec6465cdfbb42af836277aec34e4a892 /llvm/utils/lit | |
parent | 4f3aa29a46893e48ad92d6bd962793b51742ff29 (diff) | |
download | bcm5719-llvm-59dc64f3af5867a27a4d681fb856bc4947d2a252.tar.gz bcm5719-llvm-59dc64f3af5867a27a4d681fb856bc4947d2a252.zip |
Temporary mark lit :: shtest-format as unsupported on windows
When run manually it fails, but when run under buildbot it causes hang.
llvm-svn: 311230
Diffstat (limited to 'llvm/utils/lit')
-rw-r--r-- | llvm/utils/lit/tests/shtest-format.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/shtest-format.py b/llvm/utils/lit/tests/shtest-format.py index 37e3e1c1262..40f0439505b 100644 --- a/llvm/utils/lit/tests/shtest-format.py +++ b/llvm/utils/lit/tests/shtest-format.py @@ -1,3 +1,4 @@ +# UNSUPPORTED: windows # Check the various features of the ShTest format. # # RUN: not %{lit} -j 1 -v %{inputs}/shtest-format > %t.out |