mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 02:16:46 +00:00
23114d0da7
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188502 91177308-0d34-0410-b5e6-96231b3b80d8
23 lines
670 B
Plaintext
23 lines
670 B
Plaintext
- Move temp directory name into local test config.
|
|
|
|
- Add --show-unsupported, don't show by default?
|
|
|
|
- Optionally use multiprocessing.
|
|
|
|
- Support valgrind in all configs, and LLVM style valgrind.
|
|
|
|
- Support a timeout / ulimit.
|
|
|
|
- Create an explicit test suite object (instead of using the top-level
|
|
TestingConfig object).
|
|
|
|
- Allow 'lit' driver to cooperate with test suites to add options (or at least
|
|
sanitize accepted params).
|
|
|
|
- Consider move to identifying all tests by path-to-test-suite and then path to
|
|
subtest, and don't use test suite names.
|
|
|
|
- Consider move to change workflow to always load suites, then resolve command
|
|
line arguments.
|
|
|