aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-28[dotest] Remove -q (quiet) flag.Jonas Devlieghere1-4/+0
2019-08-27[dotest] Remove results portJonas Devlieghere1-1/+0
2019-08-27[dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere1-3/+0
2019-08-19[dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere1-0/+3
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann1-2/+0
2019-07-30[dotest] Remove multiprocessingJonas Devlieghere1-6/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-12Fix failure in get_filecheck_path when filecheck is NoneStella Stamenova1-1/+1
2018-10-12[dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar1-2/+2
2018-09-18Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar1-0/+11
2018-08-16[dotest] Make --test-subdir work with --no-multiprocessVedant Kumar1-1/+36
2018-02-14Remove vestigial remnants of the test crash info hookPavel Labath1-4/+0
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl1-0/+3
2018-01-10[dotest] Remove crashinfo hookPavel Labath1-34/+0
2017-05-19Don't override the SDKs and force the use of /System/Library/Frameworks toJason Molenda1-1/+1
2017-04-05The darwin_log tests are very fragile and currently do not properly assess th...Sean Callanan1-1/+1
2017-03-15dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath1-5/+3
2016-10-04Improvements to testing blacklistFrancis Ricci1-4/+2
2016-09-23Allow for tests to be disabled at runtimeFrancis Ricci1-0/+6
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-11/+20
2016-05-17Allow custom formatting of session log file names.Zachary Turner1-0/+9
2015-12-14test infra: enable single-worker rerun phase for flakey tests.Todd Fiala1-0/+1
2015-12-14Make debug info specification use categories system.Zachary Turner1-4/+0
2015-12-12test infra: adds book-keeping for rerunnable testsTodd Fiala1-0/+3
2015-12-11Remove -S option from dotest.py.Zachary Turner1-3/+0
2015-12-11Remove -r and -R options from dotest.py.Zachary Turner1-6/+0
2015-12-10test result details now print module.class.test_name in verbose mode.Todd Fiala1-1/+1
2015-12-10Remove the -y option from dotest.py.Zachary Turner1-3/+0
2015-12-10Remove the -x option from dotest.py.Zachary Turner1-2/+0
2015-12-10Remove the --output-on-success command line argument from dotest.Zachary Turner1-1/+0
2015-12-10Remove the -T option from dotest.py.Zachary Turner1-3/+0
2015-12-09Remove the -P option from dotest.pyZachary Turner1-3/+0
2015-12-09Delete the -n command line option from dotest.py.Zachary Turner1-4/+0
2015-12-09Remove the -i command line option from dotest.py.Zachary Turner1-3/+0
2015-12-09Delete the -F command line option from dotest.py.Zachary Turner1-3/+0
2015-12-09Remove -k command line option from dotest.py.Zachary Turner1-4/+0
2015-12-09Remove -e option from dotest.py.Zachary Turner1-3/+1
2015-12-08Remove the -c option from dotest.py.Zachary Turner1-17/+3
2015-12-08Remove the -X option from dotest.pyZachary Turner1-3/+0
2015-12-08Remove the -g option from dotest.pyZachary Turner1-5/+0
2015-12-08Remove the -b option from dotest.pyZachary Turner1-7/+0
2015-12-08Remove +b option from dotest.pyZachary Turner1-3/+0
2015-12-08Remove the -D option from dotest.py.Zachary Turner1-3/+0
2015-12-08Fixup dotest.py on mac for the configuration packagePavel Labath1-3/+2
2015-12-08Move LLDBTestResult class to its own module.Zachary Turner1-0/+11
2015-12-08Get rid of global variables in dotest.pyZachary Turner1-0/+223