aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-28[dotest] Don't spend time replacing spaces in print output.Jonas Devlieghere1-8/+0
2019-08-28[dotest] Remove -q (quiet) flag.Jonas Devlieghere1-15/+7
2019-08-27[dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISHJonas Devlieghere1-6/+0
2019-08-27[dotest] Remove results portJonas Devlieghere1-10/+0
2019-08-27[dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere1-7/+0
2019-08-26[dotest] Print invocation when encountering an error.Jonas Devlieghere1-2/+6
2019-08-20[dotest] Don't set the DWARF version override in CFLAGS_EXTRA.Jonas Devlieghere1-5/+4
2019-08-19[dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere1-2/+8
2019-08-14Update Python tests for lldb-server on WindowsAaron Smith1-2/+2
2019-07-30[dotest] Remove multiprocessingJonas Devlieghere1-72/+4
2019-07-26[dotest] Remove dead codeJonas Devlieghere1-43/+2
2019-07-23[lldb][test_suite] skip tests of `libstdcpp` on Android and clean upAlex Langford1-1/+3
2019-07-19[lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann1-18/+1
2019-06-26[dotest] Add the ability to set environment variables for the inferior.Jonas Devlieghere1-0/+3
2019-06-17[lldb] [test] Watchpoint tests can be always run as root on NetBSDMichal Gorny1-0/+2
2019-06-17[lldb] [test] Skip watchpoint tests on NetBSD if userdbregs is disabledMichal Gorny1-0/+25
2019-03-21Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton1-2/+1
2019-03-08Add ASAN llvm build directory variants toJason Molenda1-0/+3
2019-01-10[Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.Davide Italiano1-4/+5
2018-11-01When no FileCheck binary is specified, look in the llvm/clang binJason Molenda1-0/+32
2018-10-12[dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar1-4/+8
2018-09-18Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar1-0/+7
2018-08-16[dotest] Make --test-subdir work with --no-multiprocessVedant Kumar1-6/+11
2018-08-16Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton1-0/+13
2018-07-10[testsuite] Implement a category to skip libstdcxx testsDavide Italiano1-0/+18
2018-05-09[lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...Stella Stamenova1-2/+2
2018-05-07Test Commit: fix a comment to be grammatically correctStella Stamenova1-1/+1
2018-04-24[dotest] Make the set of tests independent of the test configurationPavel Labath1-0/+17
2018-04-12[dotest] Fix syntax error and typo.Jonas Devlieghere1-1/+1
2018-04-12[dotest] Use in-tree dsymutil on DarwinJonas Devlieghere1-0/+6
2018-04-05[dotest] --skip-category should append and not override.Davide Italiano1-1/+1
2018-03-08[test] Skip a test when using an out-of-tree debugserverVedant Kumar1-0/+3
2018-02-02Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl1-8/+0
2018-02-01Create a marker for Spotlight to never index $BUILD_DIR.Adrian Prantl1-2/+11
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl1-0/+13
2018-01-26[lldbtestsuite] Don't crash on `None` input for is_exe().Davide Italiano1-0/+2
2018-01-10[dotest] Remove crashinfo hookPavel Labath1-1/+0
2017-10-24Revert "[lldbtests] Handle errors instead of crashing."Pavel Labath1-5/+1
2017-10-23[lldbtests] Handle errors instead of crashing.Davide Italiano1-1/+5
2017-03-29Centralize libc++ test skipping logicPavel Labath1-0/+25
2017-03-20Fix remote test suite directory creationPavel Labath1-2/+9
2017-03-17allow for specification of compiler/lldb executables basenameTim Hammerquist1-0/+4
2017-03-17executables should be validated before spawning subprocessesTim Hammerquist1-2/+14
2017-03-15dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath1-128/+87
2017-03-14[CMake] Override debugserver to use the build tree on DarwinChris Bieneman1-0/+3
2016-10-31[Test-Suite] Speculative fix for darwin botsChris Bieneman1-2/+2
2016-10-31[Test Suite] Properly respect --framework optionChris Bieneman1-0/+3
2016-10-21[Test Suite] Allow overriding codesign identityChris Bieneman1-0/+2
2016-10-12Fix lookup path for lldb-miChris Bieneman1-6/+7
2016-10-04Improvements to testing blacklistFrancis Ricci1-22/+14