summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/namespace
AgeCommit message (Expand)Author
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-12-17[lldb] Remove references to llvm-gcc (#120225)Michael Buch
2024-10-30Fix a couple of tests that were incorrectly using configuration.dwarf_version...jimingham
2024-09-02[lldb] Better matching of types in anonymous namespaces (#102111)Pavel Labath
2024-07-01[lldb][TypeSystemClang] Allow transparent lookup through anonymous namespaces...Michael Buch
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-07-10[lldb] Disable TestNamespaceLookup in DWARF 5 + dSYM settingFelipe de Azevedo Piovezan
2023-05-30[LLDB] Update AArch64/Windows XFAIl decorators on TestNamespace.pyMuhammad Omair Javaid
2023-05-29[LLDB] Add XFAIL on AArch64/Windows to TestNamespace.pyMuhammad Omair Javaid
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg
2023-05-29[LLDB] Remove XFAIL on Windows decorator XPASSesMuhammad Omair Javaid
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2022-08-26[lldb][Test] Add missing breakpoint in TestNamespaceLookup.pyMichael Buch
2022-08-22[lldb][ClangExpression] Remove storage-class check when creating AsmLabelMichael Buch
2022-08-22[lldb][Test] Replace expect() with expect_expr() in TestNamespaceLookup.pyMichael Buch
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2020-11-03[lldb] [test] Remove xfail from tests that pass on FreeBSDMichał Górny
2020-08-17[lldb] Replace unittest2.expectedFailure with expectedFailure (NFC)Jonas Devlieghere
2020-08-17[lldb][NFC] Use expect_expr in more testsRaphael Isemann
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht