[Lldb-commits] [lldb] [lldb] optionally match the `__debug` namespace for libstdc++ containers. (PR #140727)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed May 21 01:52:14 PDT 2025


================
@@ -2,10 +2,14 @@
 Test lldb data formatter subsystem.
 """
 
-
-import lldb
-from lldbsuite.test.decorators import *
-from lldbsuite.test.lldbtest import *
+from lldbsuite.test.decorators import add_test_categories, expectedFailureAll, skip
+from lldbsuite.test.lldbtest import (
+    CURRENT_EXECUTABLE_SET,
+    RUN_SUCCEEDED,
+    STOPPED_DUE_TO_BREAKPOINT,
+    TestBase,
+    line_number,
+)
----------------
Michael137 wrote:

I'm no Python expert but I'd say lets we revert these back to keep the style as we do in all the other tests (and because it's drive-by change)

https://github.com/llvm/llvm-project/pull/140727


More information about the lldb-commits mailing list