2013-10-28 |
Alp Toker | lit: multiprocessing platform fix attempt |
tree | commitdiff |
2013-10-27 |
Alp Toker | Clarify the comment about BSD versions in r193465 |
tree | commitdiff |
2013-10-26 |
Joerg Sonnenberger | self.path may be empty or otherwise miss the normal... |
tree | commitdiff |
2013-10-26 |
Alp Toker | lit: Issue a note when multiprocessing fails to load |
tree | commitdiff |
2013-10-26 |
Alp Toker | Fix a referenced before assignment in r193463 |
tree | commitdiff |
2013-10-26 |
Alp Toker | lit: handle late multiprocessing errors gracefully |
tree | commitdiff |
2013-10-26 |
Alp Toker | Attempt to fix the FreeBSD build, disable multiprocessing |
tree | commitdiff |
2013-10-25 |
Rafael Espindola | Try to fix the openbsd bot. |
tree | commitdiff |
2013-10-23 |
Rafael Espindola | Actually switch the default to use multiprocessing |
tree | commitdiff |
2013-10-23 |
Daniel Dunbar | [lit] Stop hacking the GIL check interval. |
tree | commitdiff |
2013-10-23 |
Daniel Dunbar | [lit] Use multiprocessing based parallelism by default... |
tree | commitdiff |
2013-10-17 |
NAKAMURA Takumi | Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too. |
tree | commitdiff |
2013-10-17 |
NAKAMURA Takumi | Lit: Introduce an environment variable, $LIT_PRESERVES_... |
tree | commitdiff |
2013-09-14 |
Daniel Dunbar | [lit] Add an --output option, for writing results in... |
tree | commitdiff |
2013-09-11 |
Daniel Dunbar | [lit] Add support for attach arbitrary metrics to test... |
tree | commitdiff |
2013-09-03 |
Daniel Dunbar | [lit] Allow config files to pass arbitrary values to... |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] [tests] Add missing test input file. |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Fix internal shell's argv[0] handling. |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Add support for multiprocessing, under --use... |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Implement --max-time support by using provider... |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Refactor test execution logic into lit.run.Run. |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Put display lock inside the ThreadResultsConsumer. |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Factor out a results consumer interface for test... |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Move top-level execute code into Run object. |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Factor out Run class to capture configuration... |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Change lit.Test.ResultCode to be unique across... |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Add a TODO. |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Update shtest format to return lit.Test.Result... |
tree | commitdiff |
2013-08-29 |
Daniel Dunbar | [lit] Update LitTestCase to support lit.Test.Result. |
tree | commitdiff |
2013-08-21 |
Daniel Dunbar | [lit] Fix a couple lingering Py3 compat issues in Progr... |
tree | commitdiff |
2013-08-21 |
Daniel Dunbar | [lit] Lift XFAIL handling to core infrastructure. |
tree | commitdiff |
2013-08-21 |
Daniel Dunbar | [lit] Allow formats to return lit.Test.Result instances... |
tree | commitdiff |
2013-08-21 |
Daniel Dunbar | [lit] Factor out a separate Test.Result() object. |
tree | commitdiff |
2013-08-21 |
Daniel Dunbar | [lit] Simplify --time-tests code. |
tree | commitdiff |
2013-08-21 |
Daniel Dunbar | [lit] Extract TestFormat base class, for future use. |
tree | commitdiff |
2013-08-16 |
Daniel Dunbar | [lit] Rewrite TODO list, and elaborate on some things. |
tree | commitdiff |
2013-08-15 |
Daniel Dunbar | [lit] Remove some done TODOs. |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Add test coverage of gtest format. |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Ensure test output is converted to strings where... |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Support parsing scripts with inconsistent or... |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | Revert r188376, "[lit] Support parsing scripts with... |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Support parsing scripts with inconsistent or... |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Fix a relative import issue I missed earlier. |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Avoid StringIO. |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Fix tests to execute lit with same python as... |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Factor ShTest format script command parsing from... |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Move executeCommand() into lit.util. |
tree | commitdiff |
2013-08-14 |
Daniel Dunbar | [lit] Move formats into their own subpackage. |
tree | commitdiff |
2013-08-14 |
NAKAMURA Takumi | Lit: Introduce "%/[STpst] into parseIntegratedTestScrip... |
tree | commitdiff |
2013-08-13 |
Daniel Dunbar | [lit] Support use of setup.py from other directories. |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Remove old ExamplesTests directory. |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Move ManyTests examples to lit/examples/many... |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Drop deprecated aliases for lit and old module... |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Update lit's own tests to use lit_config and... |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Fix typo. |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Rename lit.{TestFormats,Util} to their aliased... |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Inject the lit specific config object as 'lit_con... |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Split TestingConfig.frompath() into separate... |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Eliminate mustExist parameter from TestingConfig... |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Only create config copies when a local config... |
tree | commitdiff |
2013-08-09 |
Daniel Dunbar | [lit] Eliminate parent argument from TestingConfig... |
tree | commitdiff |
2013-08-08 |
Daniel Dunbar | [lit] Change --show-{tests,suites} to exit after printing. |
tree | commitdiff |
2013-08-08 |
Daniel Dunbar | [lit] Remove --repeat option, which wasn't that useful. |
tree | commitdiff |
2013-08-08 |
Daniel Dunbar | [lit] Eliminate some nested imports. |
tree | commitdiff |
2013-08-08 |
Daniel Dunbar | [lit] Remove on_clone member, which is no longer used. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Remove unnecessary list copy. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Always list individual UNRESOLVED tests. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Explicitly convert dict items() result to a list. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Make string encoding issues explicit. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Report the traceback when config import fails. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Avoid comparisons with None. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Use list comprehensions instead of map(). |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Avoid deprecated dict.has_key() method. |
tree | commitdiff |
2013-08-07 |
NAKAMURA Takumi | lit/LitConfig.py: Fixup for msys bash. |
tree | commitdiff |
2013-08-07 |
NAKAMURA Takumi | Lit: Fixup in r187886. |
tree | commitdiff |
2013-08-07 |
NAKAMURA Takumi | Lit: Resurrect --no-execute dropped in r187852. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Use py2&3 compatible exec() syntax. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Use newer StringIO class. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Use modern absolute/relative import style. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Avoid __cmp__ and cmp(). |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Avoid use of iterator .next() method. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Use .write() methods instead of print statement. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Use dual-compatible print() syntax where possible. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Remove use of deprecated parameter tuple unpacking. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Remove uses of deprecated except syntax. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Use more modern syntax for constructing exceptions. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Drop --no-execute, which isn't generally useful. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] tests: Change discovery test to use --show-tests. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Add a --show-tests option. |
tree | commitdiff |
2013-08-07 |
Daniel Dunbar | [lit] Remove dead ignoreStdError argument. |
tree | commitdiff |
2013-07-26 |
Rafael Espindola | Move the default back to pipefail. I accidentally rever... |
tree | commitdiff |
2013-07-26 |
Rafael Espindola | Propagate pipefail when cloning. |
tree | commitdiff |
2013-07-26 |
Rafael Espindola | Use pipefail when available. |
tree | commitdiff |
2013-07-19 |
Nico Rieck | lit: Support cancellation on Windows |
tree | commitdiff |
2013-05-30 |
Galina Kistanova | Fixed bug when tests in executable partially used absol... |
tree | commitdiff |
2013-05-28 |
Alexey Samsonov | Revert r182715 and r182758 |
tree | commitdiff |
2013-05-28 |
Alexey Samsonov | Fixup for r182715: provide correct arg to --gtest-filter |
tree | commitdiff |
2013-05-26 |
Galina Kistanova | Fixed bug when tests in executable partially used absol... |
tree | commitdiff |
2013-04-12 |
Daniel Dunbar | lit: Fix infinite recursion when an out-of-tree test... |
tree | commitdiff |
2013-04-12 |
Daniel Dunbar | lit: Add a test for discovery w/ test_exec_root (out... |
tree | commitdiff |
next |