index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
lit
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAIL
Greg Parker
2017-01-25
12
-7
/
+109
*
Revert "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAIL
Alex Lorenz
2017-01-24
12
-109
/
+7
*
[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED
Greg Parker
2017-01-24
12
-7
/
+109
*
Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED"
Greg Parker
2017-01-24
15
-122
/
+13
*
[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED
Greg Parker
2017-01-24
15
-13
/
+122
*
[lit] Support sharding testsuites, for parallel execution.
Graydon Hoare
2017-01-18
1
-0
/
+90
*
[lit] Support custom parsers in parseIntegratedTestScript
Eric Fiselier
2016-12-05
3
-0
/
+141
*
[lit] Fix test shtest-timeout.py for modern output
Michal Gorny
2016-10-12
1
-10
/
+9
*
[lit] Run unit tests as part of lit test suite
Brian Gesiak
2016-10-12
1
-0
/
+112
*
[lit] Use argparse instead of optparse
Chris Bieneman
2016-10-03
1
-1
/
+1
*
[lit] Remove unused imports (NFC)
Chris Bieneman
2016-10-03
2
-3
/
+0
*
[lit] Add a --max-failures option.
Daniel Dunbar
2016-09-26
1
-0
/
+14
*
[lit] Improve logging with file redirection.
Daniel Dunbar
2016-06-07
3
-5
/
+7
*
[lit] Improve readability of failing scripts.
Daniel Dunbar
2016-06-02
5
-6
/
+38
*
Add "REQUIRES-ANY" feature test
Eric Fiselier
2016-06-02
3
-2
/
+8
*
[lit][googletest] Handle upstream gtest output
Daniel Dunbar
2016-03-31
3
-0
/
+61
*
Revert "Teach the CMake build system to run lit's test suite. These can be run"
Dan Liew
2016-01-09
2
-24
/
+2
*
Teach the CMake build system to run lit's test suite. These can be run
Dan Liew
2016-01-08
2
-2
/
+24
*
[lit] Implement support of per test timeout in lit.
Dan Liew
2015-12-27
10
-0
/
+279
*
[LIT] Fix discovery.py test once again
Eric Fiselier
2015-07-21
1
-4
/
+4
*
[LIT] Fix failing LIT tests
Eric Fiselier
2015-06-13
4
-6
/
+8
*
Require python 2.7.
Rafael Espindola
2014-12-12
1
-2
/
+0
*
Add a test-case for lit xunit output
Chris Matthews
2014-12-03
1
-0
/
+10
*
[lit] Add an --output option, for writing results in a machine readable form.
Daniel Dunbar
2013-09-14
3
-2
/
+27
*
[lit] Add support for attach arbitrary metrics to test results.
Daniel Dunbar
2013-09-11
3
-0
/
+63
*
[lit] Allow config files to pass arbitrary values to child configs.
Daniel Dunbar
2013-09-03
2
-0
/
+6
*
[lit] [tests] Add missing test input file.
Daniel Dunbar
2013-08-29
1
-0
/
+6
*
[lit] Fix internal shell's argv[0] handling.
Daniel Dunbar
2013-08-29
1
-1
/
+2
*
[lit] Lift XFAIL handling to core infrastructure.
Daniel Dunbar
2013-08-21
1
-0
/
+5
*
[lit] Add test coverage of gtest format.
Daniel Dunbar
2013-08-14
3
-0
/
+57
*
[lit] Ensure test output is converted to strings where possible.
Daniel Dunbar
2013-08-14
5
-4
/
+43
*
[lit] Support parsing scripts with inconsistent or invalid encodings.
Daniel Dunbar
2013-08-14
1
-0
/
+3
*
Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e...
Daniel Dunbar
2013-08-14
1
-3
/
+0
*
[lit] Support parsing scripts with inconsistent or invalid encodings.
Daniel Dunbar
2013-08-14
1
-0
/
+3
*
[lit] Fix tests to execute lit with same python as invoked with.
Daniel Dunbar
2013-08-14
3
-3
/
+6
*
[lit] Update lit's own tests to use lit_config and lit package, as appropriate.
Daniel Dunbar
2013-08-09
11
-4
/
+15
*
[lit] Change --show-{tests,suites} to exit after printing.
Daniel Dunbar
2013-08-08
1
-10
/
+5
*
[lit] tests: Change discovery test to use --show-tests.
Daniel Dunbar
2013-08-07
1
-25
/
+31
*
lit: Fix infinite recursion when an out-of-tree test root is located inside t...
Daniel Dunbar
2013-04-12
4
-0
/
+27
*
lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).
Daniel Dunbar
2013-04-12
3
-9
/
+60
*
lit: Add a test for discovery when exact test names are given.
Daniel Dunbar
2013-04-11
1
-0
/
+15
*
lit: Add a trivial test of the basic progress bar.
Daniel Dunbar
2013-04-11
6
-0
/
+22
*
[lit] Add a test for internal shell execution behaviors.
Daniel Dunbar
2013-01-31
10
-0
/
+125
*
[lit] Add a test for the various ShTest format features.
Daniel Dunbar
2013-01-31
16
-0
/
+72
*
[lit] Move unittest adaptor code into discovery module.
Daniel Dunbar
2013-01-31
4
-0
/
+25
*
[lit] Run the ShUtil tests as part of the test suite.
Daniel Dunbar
2013-01-31
2
-0
/
+4
*
[lit] Set parallel mode for coverage tests.
Daniel Dunbar
2013-01-31
1
-1
/
+1
*
[lit] Add a basic discovery test.
Daniel Dunbar
2013-01-31
9
-0
/
+41
*
[lit] Add a script for checking test coverage.
Daniel Dunbar
2013-01-31
1
-0
/
+11
*
[lit] Add a test suite for lit itself.
Daniel Dunbar
2013-01-31
2
-0
/
+41