mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
62c285b6e1
The current machinery using KeyboardInterrupt for canceling doesn't work with multiple threads on Windows as it just cancels the currently run tests but the runners continue. We install a handler for Ctrl-C which stops the provider from providing any more tests to the runners. Together with aborting all currently running tests, this brings lit to a halt. llvm-svn: 186695 |
||
---|---|---|
.. | ||
lit | ||
tests | ||
utils | ||
lit.py | ||
MANIFEST.in | ||
setup.py | ||
TODO |