summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILGreg Parker2017-01-2512-7/+109
* Revert "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILAlex Lorenz2017-01-2412-109/+7
* [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker2017-01-2412-7/+109
* Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED"Greg Parker2017-01-2415-122/+13
* [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker2017-01-2415-13/+122
* [lit] Support sharding testsuites, for parallel execution.Graydon Hoare2017-01-181-0/+90
* [lit] Support custom parsers in parseIntegratedTestScriptEric Fiselier2016-12-053-0/+141
* [lit] Fix test shtest-timeout.py for modern outputMichal Gorny2016-10-121-10/+9
* [lit] Run unit tests as part of lit test suiteBrian Gesiak2016-10-121-0/+112
* [lit] Use argparse instead of optparseChris Bieneman2016-10-031-1/+1
* [lit] Remove unused imports (NFC)Chris Bieneman2016-10-032-3/+0
* [lit] Add a --max-failures option.Daniel Dunbar2016-09-261-0/+14
* [lit] Improve logging with file redirection.Daniel Dunbar2016-06-073-5/+7
* [lit] Improve readability of failing scripts.Daniel Dunbar2016-06-025-6/+38
* Add "REQUIRES-ANY" feature testEric Fiselier2016-06-023-2/+8
* [lit][googletest] Handle upstream gtest outputDaniel Dunbar2016-03-313-0/+61
* Revert "Teach the CMake build system to run lit's test suite. These can be run"Dan Liew2016-01-092-24/+2
* Teach the CMake build system to run lit's test suite. These can be runDan Liew2016-01-082-2/+24
* [lit] Implement support of per test timeout in lit.Dan Liew2015-12-2710-0/+279
* [LIT] Fix discovery.py test once againEric Fiselier2015-07-211-4/+4
* [LIT] Fix failing LIT testsEric Fiselier2015-06-134-6/+8
* Require python 2.7.Rafael Espindola2014-12-121-2/+0
* Add a test-case for lit xunit outputChris Matthews2014-12-031-0/+10
* [lit] Add an --output option, for writing results in a machine readable form.Daniel Dunbar2013-09-143-2/+27
* [lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar2013-09-113-0/+63
* [lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar2013-09-032-0/+6
* [lit] [tests] Add missing test input file.Daniel Dunbar2013-08-291-0/+6
* [lit] Fix internal shell's argv[0] handling.Daniel Dunbar2013-08-291-1/+2
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-211-0/+5
* [lit] Add test coverage of gtest format.Daniel Dunbar2013-08-143-0/+57
* [lit] Ensure test output is converted to strings where possible.Daniel Dunbar2013-08-145-4/+43
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-141-0/+3
* Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e...Daniel Dunbar2013-08-141-3/+0
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-141-0/+3
* [lit] Fix tests to execute lit with same python as invoked with.Daniel Dunbar2013-08-143-3/+6
* [lit] Update lit's own tests to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-0911-4/+15
* [lit] Change --show-{tests,suites} to exit after printing.Daniel Dunbar2013-08-081-10/+5
* [lit] tests: Change discovery test to use --show-tests.Daniel Dunbar2013-08-071-25/+31
* lit: Fix infinite recursion when an out-of-tree test root is located inside t...Daniel Dunbar2013-04-124-0/+27
* lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).Daniel Dunbar2013-04-123-9/+60
* lit: Add a test for discovery when exact test names are given.Daniel Dunbar2013-04-111-0/+15
* lit: Add a trivial test of the basic progress bar.Daniel Dunbar2013-04-116-0/+22
* [lit] Add a test for internal shell execution behaviors.Daniel Dunbar2013-01-3110-0/+125
* [lit] Add a test for the various ShTest format features.Daniel Dunbar2013-01-3116-0/+72
* [lit] Move unittest adaptor code into discovery module.Daniel Dunbar2013-01-314-0/+25
* [lit] Run the ShUtil tests as part of the test suite.Daniel Dunbar2013-01-312-0/+4
* [lit] Set parallel mode for coverage tests.Daniel Dunbar2013-01-311-1/+1
* [lit] Add a basic discovery test.Daniel Dunbar2013-01-319-0/+41
* [lit] Add a script for checking test coverage.Daniel Dunbar2013-01-311-0/+11
* [lit] Add a test suite for lit itself.Daniel Dunbar2013-01-312-0/+41
OpenPOWER on IntegriCloud