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
...
*
Revert "lit.py: Add new %{shared_output(LABEL)} substitution"
Jordan Rose
2017-10-14
5
-25
/
+0
*
lit.py: Give up and disable the new shared-output.py test on Windows
Jordan Rose
2017-10-14
1
-0
/
+3
*
lit.py: Previous test fix was a red herring; backslashes are escapes
Jordan Rose
2017-10-14
1
-1
/
+1
*
lit.py: Fix new test harder for systems that don't use / as os.path.sep
Jordan Rose
2017-10-14
1
-1
/
+1
*
lit.py: Fix new test for systems that don't use / as os.path.sep
Jordan Rose
2017-10-13
1
-1
/
+1
*
lit.py: Add new %{shared_output(LABEL)} substitution
Jordan Rose
2017-10-13
5
-0
/
+22
*
[lit] Fix running lit tests in unconfigured source dir
Michal Gorny
2017-10-01
1
-1
/
+1
*
[lit] Actually do normalize the case of files in the config map.
Zachary Turner
2017-09-21
2
-2
/
+4
*
[lit] Don't norm case when inserting into the config map.
Zachary Turner
2017-09-21
3
-3
/
+3
*
[lit] Add a test for the builtin config map.
Zachary Turner
2017-09-21
7
-0
/
+46
*
[lit] Make lit support config files with .py extension.
Zachary Turner
2017-09-21
2
-0
/
+33
*
[lit] Fix the lit unit tests.
Zachary Turner
2017-09-16
1
-0
/
+1
*
Resubmit "[lit] Force site configs to run before source-tree configs"
Zachary Turner
2017-09-15
1
-3
/
+2
*
Revert "[lit] Force site configs to run before source-tree configs"
Zachary Turner
2017-09-15
1
-2
/
+3
*
[lit] Force site configs to be run before source-tree configs
Zachary Turner
2017-09-14
1
-3
/
+2
*
[lit] Fix some issues with short paths in test discovery introduced in r312254
Reid Kleckner
2017-08-31
1
-0
/
+7
*
Make lit :: shtest-format.py supported on Windows again
Victor Leschuk
2017-08-23
1
-1
/
+0
*
Temporary mark lit :: shtest-format as unsupported on windows
Victor Leschuk
2017-08-19
1
-0
/
+1
*
[lit] support unsetting env variables (again!)
Ben Dunbobbin
2017-08-18
6
-0
/
+76
*
Fix check-lit compatibility with multi-config CMake generators
Greg Bedwell
2017-08-03
1
-3
/
+14
*
Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs"
Reid Kleckner
2017-08-02
3
-30
/
+1
*
[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs
Reid Kleckner
2017-07-31
3
-1
/
+30
*
lit::shtest-format.py: Make write-bad-encoding.py py3-aware.
NAKAMURA Takumi
2017-07-29
1
-1
/
+1
*
[lit] Use a %{python} substitution to avoid relying on python being on PATH
Reid Kleckner
2017-07-28
5
-9
/
+7
*
[lit] Dump some FileCheck inputs to try to debug some failing tests
Reid Kleckner
2017-07-28
2
-0
/
+6
*
[lit] Fix shtest-format external_shell failures
Reid Kleckner
2017-07-28
3
-4
/
+7
*
[lit] Port googletest lit tests to Windows
Reid Kleckner
2017-07-28
6
-22
/
+13
*
Un-revert "Teach the CMake build system to run lit's test suite. These can be...
Brian Gesiak
2017-07-27
2
-2
/
+24
*
[lit] Fix order of checks in shtest-shell.py test
Brian Gesiak
2017-07-27
2
-0
/
+10
*
[lit] Fix race between shtest-shell and max-failures tests
Reid Kleckner
2017-07-26
2
-4
/
+10
*
[lit] Fix shtest-shell and max-failures lit tests on Windows
Reid Kleckner
2017-07-26
7
-16
/
+10
*
[lit] Fix shtest-output-printing.py on Windows by matching either / or \\
Reid Kleckner
2017-07-26
1
-4
/
+1
*
[lit] Fix discovery.py on Windows by matching backslashes when necessary
Reid Kleckner
2017-07-26
1
-22
/
+19
*
[lit] Un-XFAIL selecting.py test on Windows
Reid Kleckner
2017-07-26
1
-3
/
+0
*
Un-XFAIL some internal lit tests on Windows, they pass for me locally
Reid Kleckner
2017-07-26
3
-9
/
+0
*
Fix LIT test breakage
George Karpenkov
2017-07-26
1
-1
/
+1
*
[lit] Mark several of lit's tests XFAIL on Windows
Brian Gesiak
2017-07-26
13
-0
/
+38
*
[lit] Modify LIT to accept environment variable LIT_FILTER to select tests.
George Karpenkov
2017-07-07
1
-0
/
+5
*
[lit] Implement timeouts and max_time for process pool testing
Reid Kleckner
2017-04-06
2
-38
/
+42
*
lit: remove python2-isms
Brian Gesiak
2017-03-22
1
-2
/
+2
*
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
[prev]
[next]