aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
AgeCommit message (Expand)AuthorFilesLines
2025-05-23[lldb] Adding a new decorator for CMAKE_BUILD_TYPE. (#141159)John Harrison1-0/+6
2025-04-01[lldb] add --platform-available-ports option to the dotest.py (#112555)dlav-sc1-0/+8
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev1-0/+6
2024-05-31[lldb][test] Add --sysroot argument to dotest.pyVladislav Dzhidzhoev1-0/+9
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl1-1/+7
2024-01-26[lldb] Remove obsolete signBinary helper (#79656)Jonas Devlieghere1-6/+0
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-2/+0
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-183/+279
2022-10-26[test] Fix LLDB tests with just-built libcxx when using a target directory.Jordan Rupprecht1-2/+6
2022-08-19[lldb] Support specifying a custom libcxx for the API testsJonas Devlieghere1-2/+2
2022-07-11[lldb] Use the just-built libc++ for testing the LLDB data formattersJonas Devlieghere1-0/+2
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-11/+0
2021-02-21Reapply "[lldb/test] Automatically find debug servers to test"Pavel Labath1-4/+0
2021-02-11Revert "[lldb/test] Automatically find debug servers to test"Pavel Labath1-0/+4
2021-02-11[lldb/test] Automatically find debug servers to testPavel Labath1-4/+0
2021-02-05[lldb/test] Reduce API test tools configuration boilerplatePavel Labath1-2/+2
2020-12-04[lldb] Remove LLDB session dir and just store test traces in the respective t...Raphael Isemann1-10/+0
2020-08-21[lldb] Remove --rerun-all-issues as its functionality no longer existsJonas Devlieghere1-10/+0
2020-07-13[lldb/dotest] Remove the "xunit" result formatterPavel Labath1-22/+0
2020-07-10[lldb/Test] Fix missing yaml2obj in Xcode standalone build.Jonas Devlieghere1-1/+1
2020-06-19Repair support for launching ios/tv/watch simulator binaries through platformAdrian Prantl1-1/+1
2020-04-15Another attempt of D77452 - da0e91fee614e8686f48db28e6507c8abe061fc2Walter Erquinigo1-0/+7
2020-04-15Revert "[intel-pt] Improve the way the test determines whether to run"Walter Erquinigo1-7/+0
2020-04-15[intel-pt] Improve the way the test determines whether to runWalter Erquinigo1-0/+7
2020-04-14[lldb/Reproducers] Capture reproducers from the API test suite.Jonas Devlieghere1-0/+11
2020-02-05[lldb] [test] Pass LLVM_LIBS_DIR from CMake for linking liblldbMichał Górny1-0/+5
2020-01-14dotest.py: Add option to pass extra lldb settings to dotestAdrian Prantl1-0/+8
2020-01-10[lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha1-0/+6
2020-01-10[lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha1-2/+2
2019-12-13[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann1-1/+0
2019-10-10[test] Use a different module cache for Shell and API tests.Jonas Devlieghere1-3/+8
2019-10-08DWIMy filterspecs for dotest.pyLawrence D'Anna1-1/+3
2019-08-29[test] Fix various module cache bugs and inconsistenciesJonas Devlieghere1-0/+5
2019-08-29[dotest] Remove the curses result formatter.Jonas Devlieghere1-4/+0
2019-08-28[dotest] Make dotest.py invocation repeatableJonas Devlieghere1-22/+0
2019-08-28[dotest] Remove --event-add-entriesJonas Devlieghere1-7/+0
2019-08-28[dotest] Remove --rerun-max-file-thresholdJonas Devlieghere1-9/+0
2019-08-28[dotest] Remove -q (quiet) flag.Jonas Devlieghere1-1/+0
2019-08-27[dotest] Remove results portJonas Devlieghere1-6/+0
2019-08-27[dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere1-1/+0
2019-08-19[dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere1-0/+6
2019-07-30[dotest] Remove multiprocessingJonas Devlieghere1-39/+0
2019-06-26[dotest] Add the ability to set environment variables for the inferior.Jonas Devlieghere1-0/+6
2018-09-18Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar1-0/+2
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/+2
2018-03-08[test] Skip a test when using an out-of-tree debugserverVedant Kumar1-0/+5
2018-02-02Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl1-1/+1
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl1-0/+6
2017-03-15dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath1-3/+2