| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Teach lit's SyntaxCheckTest two new tricks: | Douglas Gregor | 2009-11-05 | 1 | -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 Yasskin | 2009-10-18 | 1 | -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 Dunbar | 2009-09-16 | 1 | -0/+53 |
| | | | | | llvm-svn: 81987 | ||||
| * | lit: Give test formats control over test discovery. | Daniel Dunbar | 2009-09-14 | 1 | -0/+91 |
| llvm-svn: 81751 | |||||

