aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
AgeCommit message (Expand)AuthorFilesLines
2020-08-21[lldb] Remove --rerun-all-issues as its functionality no longer existsJonas Devlieghere1-4/+0
2020-08-19[lldb] Extend Darwin builder to pass the ARCH_CFLAGS spec to Make.Jonas Devlieghere1-17/+0
2020-08-07[lldb] Only check for --apple-sdk argument on DarwinJonas Devlieghere1-1/+1
2020-08-07[lldb] Store the Apple SDK in dotest's configuration.Jonas Devlieghere1-0/+2
2020-08-05[lldb/test] Replace LLDB_TEST_SRC env variable with configurationJordan Rupprecht1-1/+0
2020-08-04[test] Use abspath instead of realpath sometimesJordan Rupprecht1-2/+2
2020-08-03Temporarily revert "[test] Exit with an error if no tests are run."Jordan Rupprecht1-4/+0
2020-08-03[test] Exit with an error if no tests are run.Jordan Rupprecht1-0/+4
2020-07-22[lldb/test] Delete result formatter machinery entirelyPavel Labath1-30/+11
2020-07-20[LLDB/test] Simplify result formatter codePavel Labath1-23/+2
2020-07-13[lldb/dotest] Remove the "xunit" result formatterPavel Labath1-20/+1
2020-07-10[lldb/Test] Fix missing yaml2obj in Xcode standalone build.Jonas Devlieghere1-4/+8
2020-07-07[dotest] Log a warning when --server and --out-of-tree-debugserver are setDavide Italiano1-0/+3
2020-07-07Do not set LLDB_DEBUGSERVER_PATH if --out-of-tree-debugserver is passed.Davide Italiano1-1/+1
2020-06-19Repair support for launching ios/tv/watch simulator binaries through platformAdrian Prantl1-7/+0
2020-06-03[lldb/Test] Don't print 'command invoked'Jonas Devlieghere1-9/+0
2020-06-02[lldb/Test] Don't use the env to pass around configuration variables (NFC)Jonas Devlieghere1-9/+8
2020-06-02[lldb/Test] Don't use the env to pass around configuration variables (NFC)Jonas Devlieghere1-5/+0
2020-04-15Another attempt of D77452 - da0e91fee614e8686f48db28e6507c8abe061fc2Walter Erquinigo1-0/+3
2020-04-15Revert "[intel-pt] Improve the way the test determines whether to run"Walter Erquinigo1-3/+0
2020-04-15[intel-pt] Improve the way the test determines whether to runWalter Erquinigo1-0/+3
2020-04-14[lldb/Reproducers] Capture reproducers from the API test suite.Jonas Devlieghere1-0/+22
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