summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/thread/TestThreadAPI.py
AgeCommit message (Expand)Author
2025-10-30[lldb] Add alternative SBThread::GetStopDescription (#165379)Ebuka Ezike
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2024-07-10[lldb][test] Fix instruction test step on WindowsDavid Spickett
2024-07-04[LLDB] XFail on Windows TestThreadAPI.py test_StepInstructionMuhammad Omair Javaid
2024-07-03SBThread::StepInstruction shouldn't discard other plans (#97493)jimingham
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-02-08[lldb] Accept negative indexes in __getitem__Dave Lee
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny
2020-11-03[lldb] [test] Remove xfail from tests that pass on FreeBSDMichał Górny
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere
2020-05-21Move decorator to the correct function.Adrian Prantl
2020-05-21Disable malloc stepping test under ASAN. The output is different and I'm not ...Adrian Prantl
2020-05-13[LLDB] Mark some xfails for arm-linuxMuhammad Omair Javaid
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht