1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/utils/lit/tests
David Blaikie 6c4f0d2a83 Fix shtest-timeout test harder
Don't produce or expect any output from the infinite looping test -
doing so is a recipe for racey flakyness without a longer timeout to
ensure the output is received first, even though that doesn't seem
integral/important to the test. Instead have a plain, no output infinite
loop and check that that is caught and handled.

If for some reason the output is valuable for test coverage - the
timeout should be increased from 1 second to give the process time to
output the text, flush, and for that text to be received and buffered
before the test is timed out.
2020-12-08 00:23:33 -08:00
..
Inputs Fix shtest-timeout test harder 2020-12-08 00:23:33 -08:00
unit [LIT] fixed up accidentally committed EOF problems. 2020-10-21 13:29:58 +01:00
.coveragerc
allow-retries.py
boolean-parsing.py
custom-result-category.py
discovery.py [LIT] fixed up accidentally committed EOF problems. 2020-10-21 13:29:58 +01:00
googletest-discovery-failed.py
googletest-format.py
googletest-timeout.py [lit] Try to remove the flakeyness of shtest-timeout.py and googletest-timeout.py. 2020-10-08 10:46:18 -07:00
googletest-upstream-format.py
lit-opts.py
lit.cfg
lit.site.cfg.in
max-failures.py
max-time.py
parallelism-groups.py
progress-bar.py
selecting.py
shell-parsing.py
show-result-codes.py
show-used-features.py
shtest-encoding.py
shtest-env.py
shtest-format-argv0.py
shtest-format.py
shtest-inject.py
shtest-keyword-parse-errors.py
shtest-not.py
shtest-output-printing.py
shtest-recursive-substitution.py
shtest-run-at-line.py
shtest-shell.py
shtest-timeout.py Fix shtest-timeout test harder 2020-12-08 00:23:33 -08:00
test-data-micro.py
test-data.py
test-output-micro.py
test-output.py
unittest-adaptor.py
unparsed-requirements.py
usage.py
xunit-output.py