summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "lit.py: Add new %{shared_output(LABEL)} substitution"Jordan Rose2017-10-145-25/+0
* lit.py: Give up and disable the new shared-output.py test on WindowsJordan Rose2017-10-141-0/+3
* lit.py: Previous test fix was a red herring; backslashes are escapesJordan Rose2017-10-141-1/+1
* lit.py: Fix new test harder for systems that don't use / as os.path.sepJordan Rose2017-10-141-1/+1
* lit.py: Fix new test for systems that don't use / as os.path.sepJordan Rose2017-10-131-1/+1
* lit.py: Add new %{shared_output(LABEL)} substitutionJordan Rose2017-10-135-0/+22
* [lit] Fix running lit tests in unconfigured source dirMichal Gorny2017-10-011-1/+1
* [lit] Actually do normalize the case of files in the config map.Zachary Turner2017-09-212-2/+4
* [lit] Don't norm case when inserting into the config map.Zachary Turner2017-09-213-3/+3
* [lit] Add a test for the builtin config map.Zachary Turner2017-09-217-0/+46
* [lit] Make lit support config files with .py extension.Zachary Turner2017-09-212-0/+33
* [lit] Fix the lit unit tests.Zachary Turner2017-09-161-0/+1
* Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-3/+2
* Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-2/+3
* [lit] Force site configs to be run before source-tree configsZachary Turner2017-09-141-3/+2
* [lit] Fix some issues with short paths in test discovery introduced in r312254Reid Kleckner2017-08-311-0/+7
* Make lit :: shtest-format.py supported on Windows againVictor Leschuk2017-08-231-1/+0
* Temporary mark lit :: shtest-format as unsupported on windowsVictor Leschuk2017-08-191-0/+1
* [lit] support unsetting env variables (again!)Ben Dunbobbin2017-08-186-0/+76
* Fix check-lit compatibility with multi-config CMake generatorsGreg Bedwell2017-08-031-3/+14
* Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs"Reid Kleckner2017-08-023-30/+1
* [lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configsReid Kleckner2017-07-313-1/+30
* lit::shtest-format.py: Make write-bad-encoding.py py3-aware.NAKAMURA Takumi2017-07-291-1/+1
* [lit] Use a %{python} substitution to avoid relying on python being on PATHReid Kleckner2017-07-285-9/+7
* [lit] Dump some FileCheck inputs to try to debug some failing testsReid Kleckner2017-07-282-0/+6
* [lit] Fix shtest-format external_shell failuresReid Kleckner2017-07-283-4/+7
* [lit] Port googletest lit tests to WindowsReid Kleckner2017-07-286-22/+13
* Un-revert "Teach the CMake build system to run lit's test suite. These can be...Brian Gesiak2017-07-272-2/+24
* [lit] Fix order of checks in shtest-shell.py testBrian Gesiak2017-07-272-0/+10
* [lit] Fix race between shtest-shell and max-failures testsReid Kleckner2017-07-262-4/+10
* [lit] Fix shtest-shell and max-failures lit tests on WindowsReid Kleckner2017-07-267-16/+10
* [lit] Fix shtest-output-printing.py on Windows by matching either / or \\Reid Kleckner2017-07-261-4/+1
* [lit] Fix discovery.py on Windows by matching backslashes when necessaryReid Kleckner2017-07-261-22/+19
* [lit] Un-XFAIL selecting.py test on WindowsReid Kleckner2017-07-261-3/+0
* Un-XFAIL some internal lit tests on Windows, they pass for me locallyReid Kleckner2017-07-263-9/+0
* Fix LIT test breakageGeorge Karpenkov2017-07-261-1/+1
* [lit] Mark several of lit's tests XFAIL on WindowsBrian Gesiak2017-07-2613-0/+38
* [lit] Modify LIT to accept environment variable LIT_FILTER to select tests.George Karpenkov2017-07-071-0/+5
* [lit] Implement timeouts and max_time for process pool testingReid Kleckner2017-04-062-38/+42
* lit: remove python2-ismsBrian Gesiak2017-03-221-2/+2
* 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
OpenPOWER on IntegriCloud