llvm-6502/utils/lit/lit
Reid Kleckner 8755ae8c69 [lit] Avoid CRLFs in bash scripts on Windows
Native Windows Python will do line ending translation by default, which
we don't want in bash scripts.  If we're not native Windows Python, then
'b' is ignored.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177602 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-20 23:32:14 +00:00
..
ExampleTests Remove support for Tcl test format since nobody uses it 2013-01-18 06:57:01 +00:00
ExampleTests.ObjDir
__init__.py lit: Bump the version to .3. 2012-11-28 00:06:11 +00:00
discovery.py [lit] Move unittest adaptor code into discovery module. 2013-01-31 01:23:39 +00:00
LitConfig.py [lit] Delete the now-unused SyntaxCheckTest format. 2013-01-31 18:04:38 +00:00
LitTestCase.py
main.py [lit] Move unittest adaptor code into discovery module. 2013-01-31 01:23:39 +00:00
ProgressBar.py
ShCommands.py
ShUtil.py [lit] Fix a shell parsing bug with ';' not separated by whitespace. 2013-01-31 20:51:17 +00:00
Test.py [lit] Add a display function for lit.Test.TestResult. 2013-02-07 21:34:34 +00:00
TestFormats.py lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were ignored. 2013-03-13 06:16:33 +00:00
TestingConfig.py
TestRunner.py [lit] Avoid CRLFs in bash scripts on Windows 2013-03-20 23:32:14 +00:00
Util.py