llvm-6502/utils/lit/lit
NAKAMURA Takumi 214c920818 lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as workaround [PR6745] for mingw's tests. Danil Malyshev suggested this.
FIXME: It does not improve MSVC's issue.

[Danil Malyshev] Defining PRINTF_EXPONENT_DIGITS env is the suggested way to make MinGW ANSI/POSIX compatible. This is not only about the case we are discussing, but in general, I'd like to have explicitly defined compatibility mode for all the tests running on MinGW.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125725 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-17 05:56:41 +00:00
..
ExampleTests lit: Add some example tests for previous commit. 2010-07-22 00:40:19 +00:00
ExampleTests.ObjDir
__init__.py lit: Bump version to 0.2.0dev, for no apparent reason. 2010-09-18 02:28:15 +00:00
LitConfig.py lit/LitConfig.py: Add the new method getToolsPath(dir,paths,tools). 2011-02-09 04:19:15 +00:00
LitFormats.py lit: Expose FileBasedTest object and Test module via 'lit' object that gets 2010-09-15 03:52:38 +00:00
LitTestCase.py lit: Add LitTestCase and lit.load_test_suite, for adapting lit based suites for 2010-03-25 07:10:01 +00:00
main.py lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, 2010-09-15 03:52:31 +00:00
ProgressBar.py
ShCommands.py
ShUtil.py lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the 2010-05-12 21:47:58 +00:00
TclUtil.py
Test.py
TestFormats.py lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin. 2011-02-10 09:11:57 +00:00
TestingConfig.py lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as workaround [PR6745] for mingw's tests. Danil Malyshev suggested this. 2011-02-17 05:56:41 +00:00
TestRunner.py On Windows, replace each occurrence of '\' by '\\' on the replacement string. This is necessary to prevent re.sub from replacing escape sequences occurring in path. 2011-01-08 18:09:48 +00:00
Util.py lit/Util.py: On Cygwin, 'PATHEXT' may exist but it should not be used. 2011-02-10 09:11:48 +00:00