aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht1-9/+36
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-23/+28
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett1-1/+0
2022-06-08[lldb] Parse the dotest output to determine the most appropriate result codeJonas Devlieghere1-18/+32
2022-04-27Remove Python 2 checks from the test suiteJonas Devlieghere1-10/+0
2021-10-12[lldb/lua] Supplement Lua bindings for lldb moduleSiger Yang1-0/+6
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-9/+0
2020-08-28[lldb] Make the lit configuration values optional for the API testsJonas Devlieghere1-1/+1
2020-06-11[lldb/Test] Fix ASan/TSan workaround for Xcode Python 3Jonas Devlieghere1-43/+2
2020-05-11[lldb/test] Fix for flakiness in TestNSDictionarySyntheticVedant Kumar1-3/+8
2020-05-08[lldb/test][Darwin] Ask dyld where the real python isVedant Kumar1-7/+10
2020-05-06[lldb/Test] Run dotest.py with the Python LLDB was built with.Jonas Devlieghere1-4/+9
2020-04-21[lldb/Test] Decode stdout and stderr in case it contains Unicode.Jonas Devlieghere1-0/+5
2020-04-14[lldb/Reproducers] Capture reproducers from the API test suite.Jonas Devlieghere1-3/+14
2020-02-25[lldb] Fix that a crashing test is marked as unsupported when it prints UNSUP...Raphael Isemann1-5/+3
2020-01-30[lldb/Lit] Fix UnboundLocalError when reaching a timeout.Jonas Devlieghere1-1/+4
2020-01-24[lldb/Lit] Change the lldbtest format to behave more like shell test.Jonas Devlieghere1-9/+22
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-1/+1
2019-11-08[lldb] Make Asan/SIP workaround work for Python 3Jonas Devlieghere1-2/+4
2019-11-08[lldb] Prevent Asan/SIP workaround from affecting Python in /usr/local/binJonas Devlieghere1-1/+1
2019-10-09Re-land "[test] Split LLDB tests into API, Shell & Unit"Jonas Devlieghere1-0/+116
2019-10-09Revert [test] Split LLDB tests into API, Shell & UnitAdrian Prantl1-116/+0
2019-10-09[test] Split LLDB tests into API, Shell & UnitJonas Devlieghere1-0/+116