summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
Commit message (Expand)AuthorAgeFilesLines
...
* Support Unsupported Tests in xunit outputChris Matthews2018-05-114-12/+24
* Refactor xunit test case builder to not use as much str additionChris Matthews2018-05-112-11/+12
* [LIT] Move xunit tests tests into their own location, and and add failuresChris Matthews2018-05-105-9/+59
* [LIT] Add the missing fileChris Matthews2018-05-101-0/+7
* Refactor test incase results are backwardsChris Matthews2018-05-101-14/+3
* [LIT] Handle xml characters in test namesChris Matthews2018-05-093-2/+14
* Remove 'abi-breaking-checks' lit feature.Nico Weber2018-05-091-4/+0
* lit: flesh out `SubsituteCaptures` furtherSaleem Abdulrasool2018-05-031-0/+6
* Revert r330755 "[lit] Report line number for failed RUN command"Reid Kleckner2018-04-2515-153/+16
* [lit] Report line number for failed RUN commandJoel E. Denny2018-04-2415-16/+153
* [lit] Remove spurious `-` in invocation of lit inDan Liew2018-04-241-1/+1
* Mostly revert r330672.Nico Weber2018-04-241-0/+4
* Remove code that's almost always dead, and harmful if not.Nico Weber2018-04-241-4/+0
* [lit] Fix a bug where UNRESOLVED tests were not handled in the XUnitDan Liew2018-04-202-1/+80
* [lit] Remove duplicate to_string methodAaron Smith2018-04-121-5/+0
* [lit] Fix several Python 2/3 compatibility issues and testsAaron Smith2018-04-071-1/+7
* 'cat' command for internal shell - Support Python 3Reid Kleckner2018-04-031-4/+12
* [lit] Prefer opening files with open (Python 2) rather than io.open which req...Aaron Smith2018-04-031-7/+9
* [lit] One more try at fixing TestRunner.py for D43165Aaron Smith2018-04-021-0/+3
* [lit] Attempt to fix builtin diff code for Python 2Reid Kleckner2018-04-021-0/+3
* [lit] Fix problem in how Python versions open files with different encodingsAaron Smith2018-04-021-1/+41
* [lit] Use io.open to compare two files since it supports different encodings ...Aaron Smith2018-04-021-1/+1
* Revert r329012 "[lit] Fix problem in how Python versions open files with diff...Reid Kleckner2018-04-021-44/+1
* [lit] Fix problem in how Python versions open files with different encodingsAaron Smith2018-04-021-1/+44
* Revert "[lit] Temporarily disable shtest-timeout.py on darwin"Dan Liew2018-03-281-4/+1
* [lit] Remove a timing senstive part of `shtest-timeout.py`Dan Liew2018-03-282-52/+2
* Revert "Revert "[lit] Generalized /dev/null support on Windows.""Mircea Trofin2018-03-273-3/+32
* [lit] Temporarily disable shtest-timeout.py on darwinJan Korous2018-03-271-1/+4
* Revert "[lit] Generalized /dev/null support on Windows."Mircea Trofin2018-03-263-32/+3
* [lit] Generalized /dev/null support on Windows.Mircea Trofin2018-03-263-3/+32
* [lit] Implement 'cat' command for internal shellReid Kleckner2018-03-268-12/+183
* [lit] - Allow 1 test to report multiple micro-test results to provide support...Brian Homerding2018-03-137-0/+201
* utils: add a helper class to lit for captured substitutionsSaleem Abdulrasool2018-03-091-0/+19
* Losen time contraint to accommodate system loadsLei Huang2018-02-281-1/+1
* Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.Rui Ueyama2018-02-161-3/+0
* Make sure we invoke ld64.lld and ld-wasm in the build directory.Rui Ueyama2018-02-161-1/+1
* [lit] Pass CLANG env var to testing configurationVictor Leschuk2018-02-091-1/+1
* [lit] Implement "-r" option for builtin "diff" command + a test using that.Max Moroz2018-01-0911-12/+245
* [lit] Bump version numberTom Stellard2018-01-031-1/+1
* Disable detect_leaks in the ASanified build of LLVM when using Apple LLVM. Th...Kuba Mracek2017-12-051-1/+2
* [NFC][lit] Use proper semantic versioning names for variablesJonas Devlieghere2017-12-041-2/+3
* [lit] Don't enable LSan on Darwin for Apple clang 9.0.0Jonas Devlieghere2017-12-011-4/+5
* [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi2017-12-0119-2/+456
* Make check-lit tests respect LLVM_LIT_TOOLS_DIRGreg Bedwell2017-11-293-5/+9
* lit: Bring back -Dtool=xxx feature lost in r313928Matthias Braun2017-11-281-3/+8
* Reverted rL318911 since it broke the sanitizer-windows.Ying Yi2017-11-2319-437/+2
* [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi2017-11-2319-2/+437
* Re-revert "Refactor debuginfo-tests."Zachary Turner2017-11-211-6/+3
* Resubmit "Refactor debuginfo-tests" again.Zachary Turner2017-11-201-3/+6
* [LIT] Fix testing out-of-tree Clang buildsEric Fiselier2017-11-191-4/+4
OpenPOWER on IntegriCloud