[ARM] Handling for coprocessor instructions that are undefined starting from ARMv8...
[oota-llvm.git] / utils / lit /
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.
2013-08-07 NAKAMURA TakumiLit: Resurrect --no-execute dropped in r187852.
2013-08-07 Daniel Dunbar[lit] Use py2&3 compatible exec() syntax.
2013-08-07 Daniel Dunbar[lit] Use newer StringIO class.
2013-08-07 Daniel Dunbar[lit] Use modern absolute/relative import style.
2013-08-07 Daniel Dunbar[lit] Avoid __cmp__ and cmp().
2013-08-07 Daniel Dunbar[lit] Avoid use of iterator .next() method.
2013-08-07 Daniel Dunbar[lit] Use .write() methods instead of print statement.
2013-08-07 Daniel Dunbar[lit] Use dual-compatible print() syntax where possible.
2013-08-07 Daniel Dunbar[lit] Remove use of deprecated parameter tuple unpacking.
2013-08-07 Daniel Dunbar[lit] Remove uses of deprecated except syntax.
2013-08-07 Daniel Dunbar[lit] Use more modern syntax for constructing exceptions.
2013-08-07 Daniel Dunbar[lit] Drop --no-execute, which isn't generally useful.
2013-08-07 Daniel Dunbar[lit] tests: Change discovery test to use --show-tests.
2013-08-07 Daniel Dunbar[lit] Add a --show-tests option.
2013-08-07 Daniel Dunbar[lit] Remove dead ignoreStdError argument.
2013-07-26 Rafael EspindolaMove the default back to pipefail. I accidentally rever...
2013-07-26 Rafael EspindolaPropagate pipefail when cloning.
2013-07-26 Rafael EspindolaUse pipefail when available.
2013-07-19 Nico Riecklit: Support cancellation on Windows
2013-05-30 Galina KistanovaFixed bug when tests in executable partially used absol...
2013-05-28 Alexey SamsonovRevert r182715 and r182758
2013-05-28 Alexey SamsonovFixup for r182715: provide correct arg to --gtest-filter
2013-05-26 Galina KistanovaFixed bug when tests in executable partially used absol...
2013-04-12 Daniel Dunbarlit: Fix infinite recursion when an out-of-tree test...
2013-04-12 Daniel Dunbarlit: Add a test for discovery w/ test_exec_root (out...
next