llvm-project/llvm/utils/lit/lit
Serge Guelton 4a27478a5b Python compat - print statement
Make sure all print statements are compatible with Python 2 and Python3 using
the `from __future__ import print_function` statement.

Differential Revision: https://reviews.llvm.org/D56249

llvm-svn: 350307
2019-01-03 14:11:33 +00:00
..
ExampleTests.ObjDir
builtin_commands make lit builtins a package 2018-09-28 17:55:18 +00:00
formats [lit] Port googletest lit tests to Windows 2017-07-28 01:05:55 +00:00
llvm [test] Split strip-preserve-time.test, and skip atime test on NetBSD 2018-12-05 11:15:46 +00:00
BooleanExpression.py Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAIL 2017-01-25 02:26:03 +00:00
LitConfig.py [lit] Only return a found bash executable on Windows if it can understand Windows paths 2018-10-23 11:34:04 +00:00
LitTestCase.py
ProgressBar.py
ShCommands.py Use the current working directory in the glob expansion 2017-03-31 12:46:39 +00:00
ShUtil.py Teach lit to expand glob expressions. 2017-03-03 18:55:24 +00:00
Test.py [lit, python3] Update lit error logging to work correctly in python3 and other test fixes 2018-08-07 20:54:38 +00:00
TestRunner.py Revert 349677, it contained a whole bunch of stuff I did not mean to commit 2018-12-19 20:19:58 +00:00
TestingConfig.py [lit] Pass more environment variables through to child processes. 2018-11-27 19:29:12 +00:00
__init__.py lit: bump version number 2018-08-02 07:48:44 +00:00
discovery.py [lit] Actually do normalize the case of files in the config map. 2017-09-21 21:27:11 +00:00
main.py Use quoteattr to ensure we make well formed attributes 2018-05-25 00:31:36 +00:00
run.py Revert 349677, it contained a whole bunch of stuff I did not mean to commit 2018-12-19 20:19:58 +00:00
util.py Python compat - print statement 2019-01-03 14:11:33 +00:00