Fixed bug when tests in executable partially used absolute paths.
[oota-llvm.git] / utils / lit / lit / TestFormats.py
2013-05-26 Galina KistanovaFixed bug when tests in executable partially used absol...
2013-03-13 NAKAMURA Takumilit.TestFormats.GoogleTest: Honor LitConfig.noExecute...
2013-01-31 Daniel Dunbar[lit] Delete the now-unused SyntaxCheckTest format.
2013-01-30 Alexey Samsonov[lit] Make GoogleTest test runner correctly discover...
2013-01-18 Dmitri GribenkoRemove support for Tcl test format since nobody uses it
2011-08-30 Andrew TrickLit option for ignoring stderr output.
2011-02-10 NAKAMURA Takumilit/TestFormats.py: Unittests may be found with suffix...
2010-12-07 NAKAMURA Takumiutils/lit/lit/TestFormats.py: [PR8438] unittests: Seek...
2010-11-19 NAKAMURA Takumilit.GoogleTest: On case-insensitive filesystem, matchin...
2010-09-24 Michael J. SpencerTest unittests built with CMake.
2010-09-24 Michael J. SpencerFix whitespace.
2010-08-19 Daniel Dunbarlit/GoogleTest: Add .exe to the suffix when looking...
2010-05-12 Daniel Dunbarlit: Fix OneCommandPerFileTest format when tests are...
2010-04-09 Daniel Dunbarlit: Add support to OneCommandPerFileTest format to...
2010-03-25 Daniel Dunbarlit: Add LitTestCase and lit.load_test_suite, for adapt...
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2010-03-18 Jeffrey YasskinAvoid a problem in libc_freeres() seen on a linux-i686...
2010-03-13 Jeffrey YasskinMake lit pay attention to --vg for unittests too.
2010-02-10 Daniel Dunbarlit: Ignore dot files when scanning for tests (e.g...
2010-02-05 Jeffrey YasskinMake lit's gtest support honor config.environment.
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.