aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
AgeCommit message (Expand)AuthorFilesLines
2022-04-13[lldb] Remove the global platform listPavel Labath1-1/+1
2022-04-07[lldb] Add Python bindings to print stack traces on crashes.Jonas Devlieghere1-0/+1
2022-03-30Recommit [lldb/test] Make category-skipping logic "platform"-independentPavel Labath1-12/+13
2022-03-15Revert "[lldb/test] Make category-skipping logic "platform"-independent"Pavel Labath1-14/+12
2022-03-15[lldb/test] Make category-skipping logic "platform"-independentPavel Labath1-12/+14
2022-01-25[lldb/test] Use abspath when searching for lldb.exePavel Labath1-1/+1
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-22/+1
2021-06-28[LLDB] dotest.py set selected_platform on remote connectionMuhammad Omair Javaid1-3/+1
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo1-1/+5
2021-05-17[lldb] Let dotest check for the `cassert` header instead of `algorithm` for l...Raphael Isemann1-1/+1
2021-04-25[lldb] [Process/NetBSD] Report fork/vfork events to LLGSMichał Górny1-1/+1
2021-04-25[lldb] [Process/FreeBSD] Report fork/vfork events to LLGSMichał Górny1-1/+1
2021-04-24[lldb] [Process/Linux] Report fork/vfork stop reasonMichał Górny1-1/+1
2021-04-24[lldb] [Process] Introduce protocol extension support APIMichał Górny1-0/+10
2021-04-14[lldb] Simplify output for skipped categories in dotest.pyJonas Devlieghere1-10/+14
2021-03-10[lldb] [Process/FreeBSD] Introduce aarch64 hw break/watchpoint supportMichał Górny1-0/+4
2021-02-21Reapply "[lldb/test] Automatically find debug servers to test"Pavel Labath1-6/+0
2021-02-11Revert "[lldb/test] Automatically find debug servers to test"Pavel Labath1-0/+6
2021-02-11[lldb/test] Automatically find debug servers to testPavel Labath1-6/+0
2021-02-05[lldb/test] Reduce API test tools configuration boilerplatePavel Labath1-12/+5
2021-01-24[lldb] Add -Wl,-rpath to make tests run with fresh built libc++Fangrui Song1-2/+0
2020-12-27[lldb/test] Automatically skip remote lldb-server tests when applicablePavel Labath1-0/+9
2020-12-10[lldb/test] Replace ad-hoc server test choice with test categoriesPavel Labath1-7/+9
2020-12-04[lldb] Remove LLDB session dir and just store test traces in the respective t...Raphael Isemann1-18/+1
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny1-0/+8
2020-11-06[lldb] [test] Avoid double negation in llgs/debugserver logicMichał Górny1-14/+8
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny1-1/+2
2020-10-13[lldb] Don't let dotest silently fall back to default SDK if the specified on...Raphael Isemann1-0/+5
2020-10-08[LLDB] On Windows, fix testsAlexandre Ganea1-0/+3
2020-10-05[dotest] Simplify logic to find the Python pathJonas Devlieghere1-62/+30
2020-09-16[lldb/test] Enable faulthandler in dotestJordan Rupprecht1-0/+15
2020-08-28[lldb] Get rid of LLDB_LIB_DIR and LLDB_IMPLIB_DIR in dotestJonas Devlieghere1-9/+0
2020-08-28Reland "[test] Exit with an error if no tests are run."Jordan Rupprecht1-0/+4
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