summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/tsan
AgeCommit message (Expand)Author
2025-09-08[lldb][test] Only assert function name is in user-code on Darwin platformsMichael Buch
2025-09-08[lldb][test] TestTsanBasic.py: fix function name assertionMichael Buch
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2021-12-01Revert "[lldb] Temporarily skip TestTsanBasic on Darwin"Jonas Devlieghere
2021-11-30[lldb] Temporarily skip TestTsanBasic on DarwinJonas Devlieghere
2021-11-30[lldb] Mark TestTsanBasic and TestUbsanBasic as "no debug info" testsJonas Devlieghere
2021-11-23[lldb] Deflake TestTsanBasic.pyDmitry Vyukov
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2020-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny
2020-10-12[lldb] Add instrumentation runtime categoryJonas Devlieghere
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-13[lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in th...Raphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht