diff options
| author | Dan Liew <dan@su-root.co.uk> | 2018-05-22 15:06:24 +0000 |
|---|---|---|
| committer | Dan Liew <dan@su-root.co.uk> | 2018-05-22 15:06:24 +0000 |
| commit | 9f7786855cad66b5fa2280fc5dc4e8833a6b0747 (patch) | |
| tree | 3ac80094a765575c42d9f614084c8b6aae24fc13 /llvm/utils/lit/tests/Inputs | |
| parent | 8b4d36a5307a9d180baddbf952cbe1d383671c0c (diff) | |
| download | bcm5719-llvm-9f7786855cad66b5fa2280fc5dc4e8833a6b0747.tar.gz bcm5719-llvm-9f7786855cad66b5fa2280fc5dc4e8833a6b0747.zip | |
[lit] Don't run `slow.py` in `shtest-timeout.py` test.
The program used to be used in `quick_then_slow.py` but that was
removed in r328702. The tests always run `slow.py` on its own but
this doesn't really test additional code so we'll just drop running
`slow.py` so the tests run faster.
rdar://problem/40221572
llvm-svn: 332986
Diffstat (limited to 'llvm/utils/lit/tests/Inputs')
| -rw-r--r-- | llvm/utils/lit/tests/Inputs/shtest-timeout/slow.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/utils/lit/tests/Inputs/shtest-timeout/slow.py b/llvm/utils/lit/tests/Inputs/shtest-timeout/slow.py deleted file mode 100644 index 2dccd633136..00000000000 --- a/llvm/utils/lit/tests/Inputs/shtest-timeout/slow.py +++ /dev/null @@ -1,9 +0,0 @@ -# RUN: %{python} %s -from __future__ import print_function - -import time -import sys - -print("Running slow program") -sys.stdout.flush() # Make sure the print gets flushed so it appears in lit output. -time.sleep(6) |

