aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/lit/TestFormats.py
Commit message (Expand)AuthorAgeFilesLines
* [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.Daniel Dunbar2013-08-091-230/+0
* [lit] Make string encoding issues explicit.Daniel Dunbar2013-08-071-0/+1
* Lit: Fixup in r187886.NAKAMURA Takumi2013-08-071-1/+1
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-071-0/+3
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-071-20/+21
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-071-3/+0
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-301-3/+5
* Revert r182715 and r182758Alexey Samsonov2013-05-281-7/+5
* Fixup for r182715: provide correct arg to --gtest-filterAlexey Samsonov2013-05-281-1/+1
* Fixed bug when tests in executable partially used absolute paths.Galina Kistanova2013-05-261-5/+7
* lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...NAKAMURA Takumi2013-03-131-0/+3
* [lit] Delete the now-unused SyntaxCheckTest format.Daniel Dunbar2013-01-311-9/+0
* [lit] Make GoogleTest test runner correctly discover tests in the source rootAlexey Samsonov2013-01-301-15/+23
* Remove support for Tcl test format since nobody uses itDmitri Gribenko2013-01-181-8/+0
* Lit option for ignoring stderr output.Andrew Trick2011-08-301-0/+4
* lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin.NAKAMURA Takumi2011-02-101-2/+2
* utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE...NAKAMURA Takumi2010-12-071-2/+3
* lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen...NAKAMURA Takumi2010-11-191-2/+2
* Test unittests built with CMake.Michael J. Spencer2010-09-241-3/+9
* Fix whitespace.Michael J. Spencer2010-09-241-2/+2
* lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar2010-08-191-0/+7
* lit: Fix OneCommandPerFileTest format when tests are specified directly.Daniel Dunbar2010-05-121-1/+3
* lit: Add support to OneCommandPerFileTest format to take input directory from...Daniel Dunbar2010-04-091-3/+9
* lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites forDaniel Dunbar2010-03-251-2/+3
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-201-6/+1
* Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when runningJeffrey Yasskin2010-03-181-1/+1
* Make lit pay attention to --vg for unittests too.Jeffrey Yasskin2010-03-131-0/+8
* lit: Ignore dot files when scanning for tests (e.g., editor temprary files,Daniel Dunbar2010-02-101-1/+6
* Make lit's gtest support honor config.environment.Jeffrey Yasskin2010-02-051-6/+14
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-261-0/+189