summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
Commit message (Expand)AuthorAgeFilesLines
* [dotest] Don't spend time replacing spaces in print output.Jonas Devlieghere2019-08-281-8/+0
* [dotest] Remove -q (quiet) flag.Jonas Devlieghere2019-08-281-15/+7
* [dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISHJonas Devlieghere2019-08-271-6/+0
* [dotest] Remove results portJonas Devlieghere2019-08-271-10/+0
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-271-7/+0
* [dotest] Print invocation when encountering an error.Jonas Devlieghere2019-08-261-2/+6
* [dotest] Don't set the DWARF version override in CFLAGS_EXTRA.Jonas Devlieghere2019-08-201-5/+4
* [dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere2019-08-191-2/+8
* Update Python tests for lldb-server on WindowsAaron Smith2019-08-141-2/+2
* [dotest] Remove multiprocessingJonas Devlieghere2019-07-301-72/+4
* [dotest] Remove dead codeJonas Devlieghere2019-07-261-43/+2
* [lldb][test_suite] skip tests of `libstdcpp` on Android and clean upAlex Langford2019-07-231-1/+3
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-191-18/+1
* [dotest] Add the ability to set environment variables for the inferior.Jonas Devlieghere2019-06-261-0/+3
* [lldb] [test] Watchpoint tests can be always run as root on NetBSDMichal Gorny2019-06-171-0/+2
* [lldb] [test] Skip watchpoint tests on NetBSD if userdbregs is disabledMichal Gorny2019-06-171-0/+25
* Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2019-03-211-2/+1
* Add ASAN llvm build directory variants toJason Molenda2019-03-081-0/+3
* [Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.Davide Italiano2019-01-101-4/+5
* When no FileCheck binary is specified, look in the llvm/clang binJason Molenda2018-11-011-0/+32
* [dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar2018-10-121-4/+8
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-181-0/+7
* [dotest] Make --test-subdir work with --no-multiprocessVedant Kumar2018-08-161-6/+11
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-161-0/+13
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-101-0/+18
* [lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...Stella Stamenova2018-05-091-2/+2
* Test Commit: fix a comment to be grammatically correctStella Stamenova2018-05-071-1/+1
* [dotest] Make the set of tests independent of the test configurationPavel Labath2018-04-241-0/+17
* [dotest] Fix syntax error and typo.Jonas Devlieghere2018-04-121-1/+1
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-121-0/+6
* [dotest] --skip-category should append and not override.Davide Italiano2018-04-051-1/+1
* [test] Skip a test when using an out-of-tree debugserverVedant Kumar2018-03-081-0/+3
* Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl2018-02-021-8/+0
* Create a marker for Spotlight to never index $BUILD_DIR.Adrian Prantl2018-02-011-2/+11
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-0/+13
* [lldbtestsuite] Don't crash on `None` input for is_exe().Davide Italiano2018-01-261-0/+2
* [dotest] Remove crashinfo hookPavel Labath2018-01-101-1/+0
* Revert "[lldbtests] Handle errors instead of crashing."Pavel Labath2017-10-241-5/+1
* [lldbtests] Handle errors instead of crashing.Davide Italiano2017-10-231-1/+5
* Centralize libc++ test skipping logicPavel Labath2017-03-291-0/+25
* Fix remote test suite directory creationPavel Labath2017-03-201-2/+9
* allow for specification of compiler/lldb executables basenameTim Hammerquist2017-03-171-0/+4
* executables should be validated before spawning subprocessesTim Hammerquist2017-03-171-2/+14
* dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath2017-03-151-128/+87
* [CMake] Override debugserver to use the build tree on DarwinChris Bieneman2017-03-141-0/+3
* [Test-Suite] Speculative fix for darwin botsChris Bieneman2016-10-311-2/+2
* [Test Suite] Properly respect --framework optionChris Bieneman2016-10-311-0/+3
* [Test Suite] Allow overriding codesign identityChris Bieneman2016-10-211-0/+2
* Fix lookup path for lldb-miChris Bieneman2016-10-121-6/+7
* Improvements to testing blacklistFrancis Ricci2016-10-041-22/+14
OpenPOWER on IntegriCloud