summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/TestFormats.py
Commit message (Collapse)AuthorAgeFilesLines
* Teach lit's SyntaxCheckTest two new tricks:Douglas Gregor2009-11-051-1/+16
| | | | | | | - skip .svn directories - add a set of excluded filenames so we can easily skip tests llvm-svn: 86185
* Support GoogleTest's "typed tests"Jeffrey Yasskin2009-10-181-0/+4
| | | | | | | | | | (http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Typed_Tests) in lit.py. These tests have names like "ValueMapTest/0.Iteration", which broke when lit.py os.path.join()ed them onto the path and then assumed it could os.path.split() them back off. This patch shifts path components from the testPath to the testName until the testPath exists. llvm-svn: 84387
* lit: Add a custom test format for use in clang.Daniel Dunbar2009-09-161-0/+53
| | | | llvm-svn: 81987
* lit: Give test formats control over test discovery.Daniel Dunbar2009-09-141-0/+91
llvm-svn: 81751
OpenPOWER on IntegriCloud