aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/lit/TestRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-13/+39
* Split executeShTest into two parts so that it can be better leveraged by libc++Eric Fiselier2015-01-081-13/+18
* Now that we require a newer python, use the new exception syntax.Rafael Espindola2015-01-081-1/+1
* [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...Eric Fiselier2015-01-081-14/+20
* lit: Don't use python 2.6 featuresDavid Majnemer2015-01-081-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-15/+32
* [lit] Fix internal shell's argv[0] handling.Daniel Dunbar2013-08-291-2/+3
* [lit] Update shtest format to return lit.Test.Result objects.Daniel Dunbar2013-08-291-40/+21
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-211-36/+6
* [lit] Ensure test output is converted to strings where possible.Daniel Dunbar2013-08-141-0/+10
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-141-12/+45
* Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e...Daniel Dunbar2013-08-141-42/+12
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-141-12/+42
* [lit] Avoid StringIO.Daniel Dunbar2013-08-141-19/+25
* [lit] Factor ShTest format script command parsing from other processing.Daniel Dunbar2013-08-141-17/+32
* [lit] Move executeCommand() into lit.util.Daniel Dunbar2013-08-141-20/+2
* Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize subs...NAKAMURA Takumi2013-08-141-0/+9
* [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.Daniel Dunbar2013-08-091-3/+3
* [lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar2013-08-081-2/+0
* [lit] Avoid comparisons with None.Daniel Dunbar2013-08-071-1/+3
* [lit] Use list comprehensions instead of map().Daniel Dunbar2013-08-071-1/+2
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-071-0/+3
* [lit] Use newer StringIO class.Daniel Dunbar2013-08-071-17/+19
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-071-4/+4
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-071-12/+11
* [lit] Remove uses of deprecated except syntax.Daniel Dunbar2013-08-071-1/+2
* [lit] Use more modern syntax for constructing exceptions.Daniel Dunbar2013-08-071-1/+1
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-071-3/+0
* Use pipefail when available.Rafael Espindola2013-07-261-1/+4
* [lit] Avoid CRLFs in bash scripts on WindowsReid Kleckner2013-03-201-1/+4
* [lit] Change to raise InternalShellError for all command execution issues.Daniel Dunbar2013-01-311-4/+5
* [lit] Fix bug where InternalShellError messages were discarded.Daniel Dunbar2013-01-311-3/+2
* [lit] TestRunner: Eliminate failDueToStderr argument, which is now unused.Daniel Dunbar2013-01-311-9/+3
* Remove support for Tcl test format since nobody uses itDmitri Gribenko2013-01-181-125/+0
* Fix comment typoEli Bendersky2012-12-261-1/+1
* PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith2012-12-051-1/+1
* PR10867. lit would interpretRichard Smith2012-12-051-5/+10
* Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko2012-11-141-0/+11
* lit: Remove support for XTARGET.Daniel Dunbar2012-10-191-22/+13
* lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2012-10-181-5/+10
* lit: Use close_fds=True on UNIX, to avoid file descriptor pollution ofDaniel Dunbar2012-07-201-1/+5
* Lit: rewind WinWaitReleased() stuff in TestRunner.NAKAMURA Takumi2012-05-081-60/+6
* Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber2012-03-211-0/+1
* lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi2012-03-211-28/+41
* Revert r152915. Chapuni's WinWaitReleased refactoring: It doesn't work for meFrancois Pichet2012-03-161-12/+19
* lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (ob...NAKAMURA Takumi2012-03-161-9/+8
* lit/TestRunner.py: [Win32] Rework WinWaitReleased().NAKAMURA Takumi2012-03-161-19/+12
* lit/lit.TestRunner: Add an extra_substitutions argument for executeShTest --Daniel Dunbar2012-01-061-4/+7
* lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too.NAKAMURA Takumi2011-11-291-1/+3
* lit/TestRunner.py: Use RemoveForce().NAKAMURA Takumi2011-11-281-4/+1