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
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
configuration.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][tests] Make it possible to expect failure for a whole category
Tatyana Krasnukha
2020-01-10
1
-0
/
+2
*
[lldb][tests][NFC] Unify variable naming convention
Tatyana Krasnukha
2020-01-10
1
-8
/
+8
*
[test] Use a different module cache for Shell and API tests.
Jonas Devlieghere
2019-10-10
1
-1
/
+3
*
[test] Fix various module cache bugs and inconsistencies
Jonas Devlieghere
2019-08-29
1
-0
/
+3
*
[dotest] Remove --rerun-max-file-threshold
Jonas Devlieghere
2019-08-28
1
-1
/
+0
*
[dotest] Remove -q (quiet) flag.
Jonas Devlieghere
2019-08-28
1
-4
/
+0
*
[dotest] Remove results port
Jonas Devlieghere
2019-08-27
1
-1
/
+0
*
[dotest] Remove long running test "decorator" and re-enable tests.
Jonas Devlieghere
2019-08-27
1
-3
/
+0
*
[dotest] Add --dwarf-version to override the tested DWARF version.
Jonas Devlieghere
2019-08-19
1
-0
/
+3
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
1
-2
/
+0
*
[dotest] Remove multiprocessing
Jonas Devlieghere
2019-07-30
1
-6
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix failure in get_filecheck_path when filecheck is None
Stella Stamenova
2018-10-12
1
-1
/
+1
*
[dotest] Make a missing FileCheck binary a warning, not an error
Vedant Kumar
2018-10-12
1
-2
/
+2
*
Allow use of self.filecheck in LLDB tests (c.f self.expect)
Vedant Kumar
2018-09-18
1
-0
/
+11
*
[dotest] Make --test-subdir work with --no-multiprocess
Vedant Kumar
2018-08-16
1
-1
/
+36
*
Remove vestigial remnants of the test crash info hook
Pavel Labath
2018-02-14
1
-4
/
+0
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
1
-0
/
+3
*
[dotest] Remove crashinfo hook
Pavel Labath
2018-01-10
1
-34
/
+0
*
Don't override the SDKs and force the use of /System/Library/Frameworks to
Jason Molenda
2017-05-19
1
-1
/
+1
*
The darwin_log tests are very fragile and currently do not properly assess th...
Sean Callanan
2017-04-05
1
-1
/
+1
*
dotest.py: remove the ability to specify different architectures/compilers in...
Pavel Labath
2017-03-15
1
-5
/
+3
*
Improvements to testing blacklist
Francis Ricci
2016-10-04
1
-4
/
+2
*
Allow for tests to be disabled at runtime
Francis Ricci
2016-09-23
1
-0
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-11
/
+20
*
Allow custom formatting of session log file names.
Zachary Turner
2016-05-17
1
-0
/
+9
*
test infra: enable single-worker rerun phase for flakey tests.
Todd Fiala
2015-12-14
1
-0
/
+1
*
Make debug info specification use categories system.
Zachary Turner
2015-12-14
1
-4
/
+0
*
test infra: adds book-keeping for rerunnable tests
Todd Fiala
2015-12-12
1
-0
/
+3
*
Remove -S option from dotest.py.
Zachary Turner
2015-12-11
1
-3
/
+0
*
Remove -r and -R options from dotest.py.
Zachary Turner
2015-12-11
1
-6
/
+0
*
test result details now print module.class.test_name in verbose mode.
Todd Fiala
2015-12-10
1
-1
/
+1
*
Remove the -y option from dotest.py.
Zachary Turner
2015-12-10
1
-3
/
+0
*
Remove the -x option from dotest.py.
Zachary Turner
2015-12-10
1
-2
/
+0
*
Remove the --output-on-success command line argument from dotest.
Zachary Turner
2015-12-10
1
-1
/
+0
*
Remove the -T option from dotest.py.
Zachary Turner
2015-12-10
1
-3
/
+0
*
Remove the -P option from dotest.py
Zachary Turner
2015-12-09
1
-3
/
+0
*
Delete the -n command line option from dotest.py.
Zachary Turner
2015-12-09
1
-4
/
+0
*
Remove the -i command line option from dotest.py.
Zachary Turner
2015-12-09
1
-3
/
+0
*
Delete the -F command line option from dotest.py.
Zachary Turner
2015-12-09
1
-3
/
+0
*
Remove -k command line option from dotest.py.
Zachary Turner
2015-12-09
1
-4
/
+0
*
Remove -e option from dotest.py.
Zachary Turner
2015-12-09
1
-3
/
+1
*
Remove the -c option from dotest.py.
Zachary Turner
2015-12-08
1
-17
/
+3
*
Remove the -X option from dotest.py
Zachary Turner
2015-12-08
1
-3
/
+0
*
Remove the -g option from dotest.py
Zachary Turner
2015-12-08
1
-5
/
+0
*
Remove the -b option from dotest.py
Zachary Turner
2015-12-08
1
-7
/
+0
*
Remove +b option from dotest.py
Zachary Turner
2015-12-08
1
-3
/
+0
*
Remove the -D option from dotest.py.
Zachary Turner
2015-12-08
1
-3
/
+0
*
Fixup dotest.py on mac for the configuration package
Pavel Labath
2015-12-08
1
-3
/
+2
*
Move LLDBTestResult class to its own module.
Zachary Turner
2015-12-08
1
-0
/
+11
[next]