OSDN Git Service

CODE_OWNERS: Take code ownership of instruction scheduling.
[android-x86/external-llvm.git] / utils / lit /
2017-03-03 Zachary TurnerTeach lit to expand glob expressions.
2017-01-25 Greg ParkerReinstate "r292904 - [lit] Allow boolean expressions...
2017-01-24 Alex LorenzRevert "r292904 - [lit] Allow boolean expressions in...
2017-01-24 Greg Parker[lit] Allow boolean expressions in REQUIRES and XFAIL...
2017-01-24 Greg ParkerRevert "[lit] Allow boolean expressions in REQUIRES...
2017-01-24 Greg Parker[lit] Allow boolean expressions in REQUIRES and XFAIL...
2017-01-20 Kuba Mracek[lit] Limit parallelism of sanitizer tests on Darwin...
2017-01-18 Graydon Hoare[lit] Support sharding testsuites, for parallel execution.
2017-01-18 Eric Fiselier[LIT] Make util.executeCommand python3 friendly
2017-01-17 Kuba MracekRevert r292231.
2017-01-17 Kuba Mracek[lit] Limit parallelism of sanitizer tests on Darwin...
2017-01-04 Chandler Carruth[gtest] Upgrade googletest to version 1.8.0, minimizing...
2016-12-15 Dylan McKay[AVR] Whitelist the avrlit config environment variables
2016-12-14 Renato GolinRevert "[AVR] Add the very first on-target test"
2016-12-14 Dylan McKay[AVR] Add the very first on-target test
2016-12-05 Eric Fiselier[lit] Support custom parsers in parseIntegratedTestScript
2016-12-01 Kuba MracekRecommit r287403 (reverted in r287804): [lit] When...
2016-11-23 Vedant KumarRevert "[lit] When setting SDKROOT on Darwin, use ...
2016-11-18 Kuba Mracek[lit] When setting SDKROOT on Darwin, use '--sdk macosx...
2016-11-07 Reid Kleckner[lit] Print negative exit codes on Windows in hex
2016-11-03 Brian Gesiak[lit] Remove TODO
2016-10-26 Reid Kleckner[lit] Work around Windows MSys command line tokenizatio...
2016-10-22 Brian Gesiak[lit] Add more testing instructions to README
2016-10-12 Michal Gorny[lit] Fix test shtest-timeout.py for modern output
2016-10-12 Michal Gorny[lit] Fix FormatError on individual test timeout
2016-10-12 Brian Gesiak[lit] Run unit tests as part of lit test suite
2016-10-10 Chris MatthewsFix issue which cases lit installed with setup.py to...
2016-10-10 Brian Gesiak[lit] Remove (or allow specific) unused imports
2016-10-10 Brian Gesiak[lit] Remove unused TestingProgressDisplay attr
2016-10-10 Brian Gesiak[lit] Fix undefined symbol ArgumentError
2016-10-10 Brian Gesiak[lit] Remove semicolons in Python code
2016-10-10 Brian Gesiak[lit] Remove unused variable in googletest format
2016-10-10 Brian Gesiak[lit] Remove Python 2.6 and below exec workaround
2016-10-04 Brian Gesiak[lit] Remove workaround for Python 2.5
2016-10-03 Chris Bieneman[lit] Use argparse instead of optparse
2016-10-03 Chris Bieneman[lit] Throw in unimplemented method (NFC)
2016-10-03 Chris Bieneman[lit] Remove unused imports (NFC)
2016-10-03 Chris Bieneman[lit] Compare to None using identity, not equality
2016-09-27 Daniel Dunbar[lit] Add instructions to run lit's test suite
2016-09-27 Daniel Dunbar[lit] Fix refacto introduced by rL282479.
2016-09-27 Dimitar VlahovskiTrying to fix lldb build breakage probably caused by...
2016-09-26 Daniel Dunbar[lit] Add a --max-failures option.
2016-09-05 Ahmed Bougacha[lit] Downgrade error to warning on gtest crashes durin...
2016-09-05 NAKAMURA Takumilit/util.py: Another fix for py3.
2016-09-03 NAKAMURA TakumiMake lit/util.py py3-compatible.
2016-09-02 Ivan Krasinlit: print process output, if getting the list of googl...
2016-09-02 Reid KlecknerQuick fix to make LIT_PRESERVES_TMP work again
2016-09-02 Reid Kleckner[lit] Clean up temporary files created by tests
2016-09-02 Greg Parker[lit] Fail testing if a googletest executable crashes...
2016-09-01 Reid Kleckner[lit] Use multiprocessing by default on Windows
2016-07-21 Daniel Dunbar[lit] Use full config path in diagnostics.
2016-07-21 Daniel Dunbar[lit] Bump version number.
2016-06-26 Marcin Koscielnicki[lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars.
2016-06-10 Daniel Dunbar[lit] Only gather redirected files for command failures.
2016-06-09 Vedant KumarRevert "[lit] Use os.devnull instead of named temp...
2016-06-09 Vedant Kumar[lit] Use os.devnull instead of named temp files
2016-06-08 Daniel Dunbar[lit] Ensure we get bytes when reading redirected outpu...
2016-06-07 Daniel Dunbar[lit] Ignore errors when decoding redirected output.
2016-06-07 Daniel Dunbar[lit] Fix an uninitialized var on Windows.
2016-06-07 Daniel Dunbar[utils/lit] Show available_features with --show-suites.
2016-06-07 Daniel Dunbar[lit] Improve logging with file redirection.
2016-06-02 Daniel Dunbar[lit] Improve readability of failing scripts.
2016-06-02 Daniel Dunbar[lit] Factor out a helper for shell command results.
2016-06-02 Eric FiselierAdd "REQUIRES-ANY" feature test
2016-04-30 Rui Ueyama[lit] Add %:[STpst] to represent paths without colons...
2016-03-31 Matthias Braunlit: python3 compatibility fix
2016-03-31 Daniel Dunbar[lit][googletest] Handle upstream gtest output
2016-03-17 Filipe Cabecinhas[lit] Enqueue tests on a separate thread to not hit...
2016-03-12 Chandler Carruth[lit] Hack lit to allow a test suite to request that...
2016-02-04 Benjamin KramerThe canonical way to XFAIL a test for all targets is...
2016-01-27 Yunzhong GaoAdd "/dev/tty" as a special file name for lit tests.
2016-01-13 Dan Liew[lit] Fix handling of per test timeout when the install...
2016-01-09 Dan LiewRevert "Teach the CMake build system to run lit's test...
2016-01-08 Dan LiewTeach the CMake build system to run lit's test suite...
2015-12-27 Dan Liew[lit] Implement support of per test timeout in lit.
2015-12-22 Nico Weberlit: Limit number of processes on Windows to 32.
2015-11-19 Dan Liew[lit] Fix bug when using Python3 where a failing test...
2015-11-13 Dan Liew[lit] Improve error message when lit fails to executabl...
2015-11-13 Dan Liew[lit] Fix bug where ``lit.util.which()`` would return...
2015-11-11 Matthias Braunlit: Show all output with --show-all, even in combinati...
2015-11-02 Matthias Braunlit: Add '-a' option to display commands+output of...
2015-10-28 Matthias Braunlit/TestRunner.py: Factor variable subsitution into...
2015-10-28 Matthias Braunlit/TestRunner.py: Factor out Substitution construction...
2015-10-28 Matthias Braunlit/TestRunner.py: Get execdir from test.getExecPath...
2015-10-28 Matthias Braunlit/TestRunner.py: Make parseIntegratedTestScriptComman...
2015-10-15 NAKAMURA TakumiLit: Rework r249161; Move RLIMIT_NPROC to main.py.
2015-10-02 Hal Finkel[lit] Raise the default soft process limit when possible
2015-09-04 Evgeniy StepanovFix passed env var name in lit for Android tests.
2015-09-02 Reid Kleckner[lit] Add basic flaky test retry functionality
2015-08-31 Reid KlecknerRevert "[lit] Speculatively fix PR24554 by manually...
2015-08-28 Peter Collingbournelit: Match UNSUPPORTED against target triple as we...
2015-08-25 Reid Kleckner[lit] Speculatively fix PR24554 by manually closing...
2015-07-22 Reid Kleckner[lit] Fix launching executables relative to the cwd...
2015-07-21 Eric Fiselier[LIT] Fix discovery.py test once again
2015-07-20 Reid Kleckner[lit] Implement 'env' in the internal shell
2015-07-19 Eric Fiselier[LIT] Allow for executeCommand to take the stdin input.
2015-06-23 Evgeniy StepanovPass 2 more variables to lit tests.
2015-06-13 Eric Fiselier[LIT] Fix failing LIT tests
2015-06-01 Arnold Schwaighoferlit: Allow configurations to restrict the set of tests...
2015-05-04 Matthias BraunLit: Allow overriding llvm tool paths+arguments, make...
next