Remove unused variable.
[oota-llvm.git] / utils / lit /
2014-10-22 Daniel Dunbar[lit] Fix Python-3 compatibility, patch by Dan Liew.
2014-10-22 Daniel Dunbar[lit] Bump version number.
2014-10-22 Daniel DunbarFix ShTest parsing error when a keyword line doesn...
2014-10-20 Dan LiewTeach Lit to catch OSError exceptions when creating...
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-09-12 Jordan Rose[lit] Parse all strings as UTF-8 rather than ASCII.
2014-08-16 Eric Fiselier[LIT] Move display of unsupported and xfail tests to...
2014-08-02 Eric Fiselier[lit] Add --show-xfail flag to LIT.
2014-07-17 Eric Fiselier[lit] Add --show-unsupported flag to LIT
2014-06-17 Hans Wennborglit: simplify population of the actual_inputs array
2014-06-16 Hans WennborgRevert "lit: warn when passed invalid pathname" (r210597)
2014-06-10 Hans Wennborglit: warn when passed invalid pathname
2014-06-10 Alexander PotapenkoAdd detection of OS X relocatable SDK to compiler-rt...
2014-04-12 Joerg SonnenbergerFix test syntax to work with non-bash /bin/sh.
2014-03-11 Daniel Dunbar[lit] Fix non-function style print statement.
2014-03-10 Daniel Dunbar[lit] Bump dev version number.
2014-03-10 Daniel Dunbar[lit] Add a README.txt.
2014-03-10 Daniel Dunbar[lit] Add --version option.
2014-01-11 Alp Tokerlit: Provide source locations in cfg files with older...
2014-01-11 Alp Tokerlit: execfile() isn't present in Python 3.3
2014-01-08 Alp Tokerlit: Provide file location in cfg error messages
2013-12-29 Alp TokerPython compatibility fix for r198150
2013-12-29 Alp TokerProspective Python 3 fix for r198150
2013-12-29 Alp Tokerlit: Incremental test scheduling
2013-12-17 NAKAMURA TakumiTweak lit/TestingConfig.py Py3-compatible. has_key...
2013-10-28 Alp Tokerlit: multiprocessing platform fix attempt
2013-10-27 Alp TokerClarify the comment about BSD versions in r193465
2013-10-26 Joerg Sonnenbergerself.path may be empty or otherwise miss the normal...
2013-10-26 Alp Tokerlit: Issue a note when multiprocessing fails to load
2013-10-26 Alp TokerFix a referenced before assignment in r193463
2013-10-26 Alp Tokerlit: handle late multiprocessing errors gracefully
2013-10-26 Alp TokerAttempt to fix the FreeBSD build, disable multiprocessing
2013-10-25 Rafael EspindolaTry to fix the openbsd bot.
2013-10-23 Rafael EspindolaActually switch the default to use multiprocessing
2013-10-23 Daniel Dunbar[lit] Stop hacking the GIL check interval.
2013-10-23 Daniel Dunbar[lit] Use multiprocessing based parallelism by default...
2013-10-17 NAKAMURA TakumiLit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.
2013-10-17 NAKAMURA TakumiLit: Introduce an environment variable, $LIT_PRESERVES_...
2013-09-14 Daniel Dunbar[lit] Add an --output option, for writing results in...
2013-09-11 Daniel Dunbar[lit] Add support for attach arbitrary metrics to test...
2013-09-03 Daniel Dunbar[lit] Allow config files to pass arbitrary values to...
2013-08-29 Daniel Dunbar[lit] [tests] Add missing test input file.
2013-08-29 Daniel Dunbar[lit] Fix internal shell's argv[0] handling.
2013-08-29 Daniel Dunbar[lit] Add support for multiprocessing, under --use...
2013-08-29 Daniel Dunbar[lit] Implement --max-time support by using provider...
2013-08-29 Daniel Dunbar[lit] Refactor test execution logic into lit.run.Run.
2013-08-29 Daniel Dunbar[lit] Put display lock inside the ThreadResultsConsumer.
2013-08-29 Daniel Dunbar[lit] Factor out a results consumer interface for test...
2013-08-29 Daniel Dunbar[lit] Move top-level execute code into Run object.
2013-08-29 Daniel Dunbar[lit] Factor out Run class to capture configuration...
2013-08-29 Daniel Dunbar[lit] Change lit.Test.ResultCode to be unique across...
2013-08-29 Daniel Dunbar[lit] Add a TODO.
2013-08-29 Daniel Dunbar[lit] Update shtest format to return lit.Test.Result...
2013-08-29 Daniel Dunbar[lit] Update LitTestCase to support lit.Test.Result.
2013-08-21 Daniel Dunbar[lit] Fix a couple lingering Py3 compat issues in Progr...
2013-08-21 Daniel Dunbar[lit] Lift XFAIL handling to core infrastructure.
2013-08-21 Daniel Dunbar[lit] Allow formats to return lit.Test.Result instances...
2013-08-21 Daniel Dunbar[lit] Factor out a separate Test.Result() object.
2013-08-21 Daniel Dunbar[lit] Simplify --time-tests code.
2013-08-21 Daniel Dunbar[lit] Extract TestFormat base class, for future use.
2013-08-16 Daniel Dunbar[lit] Rewrite TODO list, and elaborate on some things.
2013-08-15 Daniel Dunbar[lit] Remove some done TODOs.
2013-08-14 Daniel Dunbar[lit] Add test coverage of gtest format.
2013-08-14 Daniel Dunbar[lit] Ensure test output is converted to strings where...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Daniel DunbarRevert r188376, "[lit] Support parsing scripts with...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Daniel Dunbar[lit] Fix a relative import issue I missed earlier.
2013-08-14 Daniel Dunbar[lit] Avoid StringIO.
2013-08-14 Daniel Dunbar[lit] Fix tests to execute lit with same python as...
2013-08-14 Daniel Dunbar[lit] Factor ShTest format script command parsing from...
2013-08-14 Daniel Dunbar[lit] Move executeCommand() into lit.util.
2013-08-14 Daniel Dunbar[lit] Move formats into their own subpackage.
2013-08-14 NAKAMURA TakumiLit: Introduce "%/[STpst] into parseIntegratedTestScrip...
2013-08-13 Daniel Dunbar[lit] Support use of setup.py from other directories.
2013-08-09 Daniel Dunbar[lit] Remove old ExamplesTests directory.
2013-08-09 Daniel Dunbar[lit] Move ManyTests examples to lit/examples/many...
2013-08-09 Daniel Dunbar[lit] Drop deprecated aliases for lit and old module...
2013-08-09 Daniel Dunbar[lit] Update lit's own tests to use lit_config and...
2013-08-09 Daniel Dunbar[lit] Fix typo.
2013-08-09 Daniel Dunbar[lit] Rename lit.{TestFormats,Util} to their aliased...
2013-08-09 Daniel Dunbar[lit] Inject the lit specific config object as 'lit_con...
2013-08-09 Daniel Dunbar[lit] Split TestingConfig.frompath() into separate...
2013-08-09 Daniel Dunbar[lit] Eliminate mustExist parameter from TestingConfig...
2013-08-09 Daniel Dunbar[lit] Only create config copies when a local config...
2013-08-09 Daniel Dunbar[lit] Eliminate parent argument from TestingConfig...
2013-08-08 Daniel Dunbar[lit] Change --show-{tests,suites} to exit after printing.
2013-08-08 Daniel Dunbar[lit] Remove --repeat option, which wasn't that useful.
2013-08-08 Daniel Dunbar[lit] Eliminate some nested imports.
2013-08-08 Daniel Dunbar[lit] Remove on_clone member, which is no longer used.
2013-08-07 Daniel Dunbar[lit] Remove unnecessary list copy.
2013-08-07 Daniel Dunbar[lit] Always list individual UNRESOLVED tests.
2013-08-07 Daniel Dunbar[lit] Explicitly convert dict items() result to a list.
2013-08-07 Daniel Dunbar[lit] Make string encoding issues explicit.
2013-08-07 Daniel Dunbar[lit] Report the traceback when config import fails.
2013-08-07 Daniel Dunbar[lit] Avoid comparisons with None.
2013-08-07 Daniel Dunbar[lit] Use list comprehensions instead of map().
2013-08-07 Daniel Dunbar[lit] Avoid deprecated dict.has_key() method.
2013-08-07 NAKAMURA Takumilit/LitConfig.py: Fixup for msys bash.
2013-08-07 NAKAMURA TakumiLit: Fixup in r187886.
next