summaryrefslogtreecommitdiff
path: root/utils/lit/lit/formats
AgeCommit message (Expand)Author
2017-07-28[lit] Port googletest lit tests to WindowsReid Kleckner
2017-07-26Revert "[lit] Remove dead code not referenced in the LLVM SVN repo."Brian Gesiak
2017-07-06[lit] Fix unit test discovery for Visual Studio builds.David L. Jones
2017-06-30[lit] Factor out listdir logic shared by different test formats.David L. Jones
2017-06-29[lit] Re-apply: Fix some convoluted logic around Unicode encoding, and de-dup...David L. Jones
2017-06-29Revert "[lit] Fix some convoluted logic around Unicode encoding, and de-dupli...David L. Jones
2017-06-29[lit] Fix some convoluted logic around Unicode encoding, and de-duplicate acr...David L. Jones
2017-06-29[lit] Remove dead code not referenced in the LLVM SVN repo.David L. Jones
2017-01-04[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth
2016-10-10[lit] Remove (or allow specific) unused importsBrian Gesiak
2016-10-10[lit] Remove unused variable in googletest formatBrian Gesiak
2016-10-03[lit] Throw in unimplemented method (NFC)Chris Bieneman
2016-10-03[lit] Remove unused imports (NFC)Chris Bieneman
2016-09-05[lit] Downgrade error to warning on gtest crashes during discovery.Ahmed Bougacha
2016-09-02lit: print process output, if getting the list of google-tests failed.Ivan Krasin
2016-09-02[lit] Fail testing if a googletest executable crashes during test discoveryGreg Parker
2016-03-31[lit][googletest] Handle upstream gtest outputDaniel Dunbar
2015-12-27[lit] Implement support of per test timeout in lit.Dan Liew
2015-04-07[lit] Allow disabling an entire gtest suite, as is done in tsanReid Kleckner
2015-04-06[lit] Skip gtest names starting with DISABLED_Reid Kleckner
2015-04-06[lit] Fix running gtest type-parameterized tests on WindowsReid Kleckner
2015-01-12[LIT] Remove string decoding in gtest discovery code. lit.util.capture now do...Eric Fiselier
2014-09-12[lit] Parse all strings as UTF-8 rather than ASCII.Jordan Rose
2013-12-29lit: Incremental test schedulingAlp Toker
2013-08-21[lit] Extract TestFormat base class, for future use.Daniel Dunbar
2013-08-14[lit] Move executeCommand() into lit.util.Daniel Dunbar
2013-08-14[lit] Move formats into their own subpackage.Daniel Dunbar