aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/lit.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-13[lit] Small cleanups. NFCIJulian Lettner1-2/+2
2019-10-28[lit] Make main.py a pure Python moduleJulian Lettner1-4/+3
2017-09-20[lit] Undo the patch to stop writing pyc files.Zachary Turner1-2/+0
2017-09-19Make lit stop writing pyc files.Zachary Turner1-0/+3
2016-10-10[lit] Remove (or allow specific) unused importsBrian Gesiak1-2/+3
2009-12-26lit: Sink code into a 'lit' package.Daniel Dunbar1-573/+2
2009-12-08lit: Prevent crash-on-invalid (when run on directory which has no test suite).Daniel Dunbar1-1/+1
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar1-4/+17
2009-11-10lit: Fix bug in --show-suites which accidentally override the list of tests.Daniel Dunbar1-2/+2
2009-11-08lit: Warn when a test suite contains no tests.Daniel Dunbar1-7/+12
2009-11-05lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar1-1/+15
2009-10-25lit: Add --config-prefix option, to override default config file names.Daniel Dunbar1-7/+20
2009-09-28Don't traverse into .svn directories.Daniel Dunbar1-1/+1
2009-09-15lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar1-13/+22
2009-09-14lit: Give test formats control over test discovery.Daniel Dunbar1-5/+7
2009-09-09Count test correctly with -q.Daniel Dunbar1-0/+1
2009-09-09Fix another refactoro.Daniel Dunbar1-1/+1
2009-09-08Add 'lit' testing tool.Daniel Dunbar1-0/+519