summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/class_static/TestStaticVariables.py
AgeCommit message (Expand)Author
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-06-13[lldb] Support case-insensitive regex matches (#95350)Jonas Devlieghere
2023-06-16[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-06-01Restrict the test from 22667e3220de5ead353a2148265d841644b63824Jim Ingham
2023-06-01Fix regex & startsWith name lookup in SBTarget::FindGlobalVariablesJim Ingham
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-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-05-06[lldb][NFC] Make assert in TestStaticVariables more expressiveRaphael Isemann
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
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-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht