aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-08[lldb/Python] Add lldbconfig module to make the lldb module configurableJonas Devlieghere1-0/+2
2020-03-12Convert settings list into a tuple so it can be matched by the decorator.Adrian Prantl1-1/+2
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha1-23/+7
2020-02-14[lldb/dotest] Remove the "exclusive test subdir" conceptPavel Labath1-9/+1
2020-02-07[lldb][test][NFC] Create a separate LLDB_TEST_SRC var to allow moving tests.Jordan Rupprecht1-0/+1
2020-02-05[lldb] [test] Pass LLVM_LIBS_DIR from CMake for linking liblldbMichał Górny1-4/+4
2020-01-14dotest.py: Add option to pass extra lldb settings to dotestAdrian Prantl1-9/+16
2020-01-10[lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha1-0/+4
2020-01-10[lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha1-28/+28
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-1/+1
2019-12-11[lldb][dotest] Add `#include <algorithm>` to libc++ detectionJordan Rupprecht1-1/+1
2019-12-11[lldb][dotest] Improve libc++ detectionJordan Rupprecht1-3/+10
2019-11-18[lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILsMichał Górny1-2/+9
2019-10-10[test] Use a different module cache for Shell and API tests.Jonas Devlieghere1-4/+11
2019-10-08DWIMy filterspecs for dotest.pyLawrence D'Anna1-18/+26
2019-08-30[dotest] Finish removing -qPavel Labath1-1/+1
2019-08-29[test] Fix various module cache bugs and inconsistenciesJonas Devlieghere1-14/+19
2019-08-29[dotest] Remove deprecated loggin through env variables.Jonas Devlieghere1-72/+0
2019-08-29[dotest] Remove the curses result formatter.Jonas Devlieghere1-6/+0
2019-08-28[dotest] Make dotest.py invocation repeatableJonas Devlieghere1-7/+7
2019-08-28[dotest] Remove --event-add-entriesJonas Devlieghere1-18/+0
2019-08-28[dotest] Remove --rerun-max-file-thresholdJonas Devlieghere1-1/+0
2019-08-28[dotest] Centralize and simplify session dir logic (NFC)Jonas Devlieghere1-24/+11
2019-08-28[dotest] Remove outdates TODOJonas Devlieghere1-1/+0
2019-08-28[dotest] Don't try to guess the lldb binary & python dir.Jonas Devlieghere1-94/+17
2019-08-28[dotest] Don't try to guess the llvm binary dir.Jonas Devlieghere1-35/+0
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