summaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
2018-11-02Bump version to 7.0.1Tom Stellard
2018-10-19Merging r343347:Tom Stellard
2018-09-04Merging r341244:Hans Wennborg
2018-08-21Merging r339091:Hans Wennborg
2018-08-13Merging r339179 and r339184:Hans Wennborg
2018-08-13Merging r339073:Hans Wennborg
2018-07-23[lit] Move the shtest-xunit-output check lines into shtest-formatJustin Bogner
2018-07-20[FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov
2018-06-06Relax shtest-run-at-line.pyHans Wennborg
2018-06-06[Analyzer] Fix the Z3 lit test configVlad Tsyrklevich
2018-05-31[lit] Fix windows cmd.exe test config for r333620Joel E. Denny
2018-05-31[lit] Terminate ": RUN at line N" with ";" not "&&"Joel E. Denny
2018-05-31[lit] Report line number for failed RUN commandJoel E. Denny
2018-05-30Revert r333584: [lit] Report line number for failed RUN commandJoel E. Denny
2018-05-30[lit] Report line number for failed RUN commandJoel E. Denny
2018-05-25Use quoteattr to ensure we make well formed attributesChris Matthews
2018-05-22[lit] Try to make `shtest-timeout.py` test more reliable by using aDan Liew
2018-05-22[lit] Don't run `slow.py` in `shtest-timeout.py` test.Dan Liew
2018-05-22[lit] Don't check output of commands used in `shtest-timeout.py` test.Dan Liew
2018-05-17Mark test with "REQUIRES: shell" since it directly invokes "sh" and was faili...Douglas Yung
2018-05-16Escape ]]> in xunit xml outputAlexander Richardson
2018-05-16remove output xml incase it is leftover from another runChris Matthews
2018-05-16Use not to catch unexpected pass as well as remove old test resultsChris Matthews
2018-05-12Requirements can have & in them!Chris Matthews
2018-05-11Add the message attribute to skippedChris Matthews
2018-05-11Overhaul unicode handling in xunit outputChris Matthews
2018-05-11[LIT] replace output escapes wit a cdata blockChris Matthews
2018-05-11Support Unsupported Tests in xunit outputChris Matthews
2018-05-11Refactor xunit test case builder to not use as much str additionChris Matthews
2018-05-10[LIT] Move xunit tests tests into their own location, and and add failuresChris Matthews
2018-05-10[LIT] Add the missing fileChris Matthews
2018-05-10Refactor test incase results are backwardsChris Matthews
2018-05-09[LIT] Handle xml characters in test namesChris Matthews
2018-05-09Remove 'abi-breaking-checks' lit feature.Nico Weber
2018-05-03lit: flesh out `SubsituteCaptures` furtherSaleem Abdulrasool
2018-04-25Revert r330755 "[lit] Report line number for failed RUN command"Reid Kleckner
2018-04-24[lit] Report line number for failed RUN commandJoel E. Denny
2018-04-24[lit] Remove spurious `-` in invocation of lit inDan Liew
2018-04-24Mostly revert r330672.Nico Weber
2018-04-24Remove code that's almost always dead, and harmful if not.Nico Weber
2018-04-20[lit] Fix a bug where UNRESOLVED tests were not handled in the XUnitDan Liew
2018-04-12[lit] Remove duplicate to_string methodAaron Smith
2018-04-07[lit] Fix several Python 2/3 compatibility issues and testsAaron Smith
2018-04-03'cat' command for internal shell - Support Python 3Reid Kleckner
2018-04-03[lit] Prefer opening files with open (Python 2) rather than io.open which req...Aaron Smith
2018-04-02[lit] One more try at fixing TestRunner.py for D43165Aaron Smith
2018-04-02[lit] Attempt to fix builtin diff code for Python 2Reid Kleckner
2018-04-02[lit] Fix problem in how Python versions open files with different encodingsAaron Smith
2018-04-02[lit] Use io.open to compare two files since it supports different encodings ...Aaron Smith
2018-04-02Revert r329012 "[lit] Fix problem in how Python versions open files with diff...Reid Kleckner