aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
AgeCommit message (Expand)AuthorFilesLines
2025-09-04[lldb] Add utility to create Mach-O corefile from YAML desc (#153911)Jason Molenda1-0/+11
2025-07-31[lldb] Support Darwin cross compilation for remote Linux test suite runs (#15...Jonas Devlieghere1-0/+4
2025-05-23[lldb] Adding a new decorator for CMAKE_BUILD_TYPE. (#141159)John Harrison1-0/+3
2025-04-01[lldb] add --platform-available-ports option to the dotest.py (#112555)dlav-sc1-0/+1
2024-10-30Fix a couple of tests that were incorrectly using configuration.dwarf_version...jimingham1-0/+4
2024-09-25[lldb][test] Use tools from llvm instead of compiler tools (#109961)Vladislav Dzhidzhoev1-0/+3
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev1-0/+1
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl1-0/+1
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht1-2/+2
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford1-3/+0
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-5/+8
2022-10-26[test] Fix LLDB tests with just-built libcxx when using a target directory.Jordan Rupprecht1-0/+1
2022-08-22[lldb] Remove prefer-dynamic-value test overrideDave Lee1-2/+1
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/+3
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-19/+0
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda1-1/+1
2020-12-04[lldb] Remove LLDB session dir and just store test traces in the respective t...Raphael Isemann1-14/+0
2020-08-21[lldb] Remove --rerun-all-issues as its functionality no longer existsJonas Devlieghere1-3/+0
2020-08-07[lldb] Store the Apple SDK in dotest's configuration.Jonas Devlieghere1-0/+3
2020-08-05[lldb/test] Replace LLDB_TEST_SRC env variable with configurationJordan Rupprecht1-0/+4
2020-07-13[lldb/dotest] Remove the "xunit" result formatterPavel Labath1-4/+0
2020-07-10[lldb/Test] Fix missing yaml2obj in Xcode standalone build.Jonas Devlieghere1-0/+10
2020-06-02[lldb/Test] Don't use the env to pass around configuration variables (NFC)Jonas Devlieghere1-2/+4
2020-05-14[lldb/Test] Modify more tests for API replayJonas Devlieghere1-1/+10
2020-05-08[lldb/Test] Update TestProcessList.py for reproducer replayJonas Devlieghere1-0/+6
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-1/+4
2020-02-14[lldb/dotest] Remove the "exclusive test subdir" conceptPavel Labath1-36/+0
2020-02-13[lldb] Fix lldb-dotestPavel Labath1-1/+1
2020-02-05[lldb] [test] Pass LLVM_LIBS_DIR from CMake for linking liblldbMichał Górny1-0/+4
2020-01-14dotest.py: Add option to pass extra lldb settings to dotestAdrian Prantl1-0/+4
2020-01-10[lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha1-0/+2
2020-01-10[lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha1-8/+8
2019-10-10[test] Use a different module cache for Shell and API tests.Jonas Devlieghere1-1/+3
2019-08-29[test] Fix various module cache bugs and inconsistenciesJonas Devlieghere1-0/+3
2019-08-28[dotest] Remove --rerun-max-file-thresholdJonas Devlieghere1-1/+0
2019-08-28[dotest] Remove -q (quiet) flag.Jonas Devlieghere1-4/+0
2019-08-27[dotest] Remove results portJonas Devlieghere1-1/+0
2019-08-27[dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere1-3/+0
2019-08-19[dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere1-0/+3
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann1-2/+0
2019-07-30[dotest] Remove multiprocessingJonas Devlieghere1-6/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-12Fix failure in get_filecheck_path when filecheck is NoneStella Stamenova1-1/+1
2018-10-12[dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar1-2/+2
2018-09-18Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar1-0/+11
2018-08-16[dotest] Make --test-subdir work with --no-multiprocessVedant Kumar1-1/+36