Author: Michael Buch
Date: 2025-08-06T11:54:41+01:00
New Revision: 2b4b3fd03f716b9ddbb2a69ccfbe144312bedd12

URL: 
https://github.com/llvm/llvm-project/commit/2b4b3fd03f716b9ddbb2a69ccfbe144312bedd12
DIFF: 
https://github.com/llvm/llvm-project/commit/2b4b3fd03f716b9ddbb2a69ccfbe144312bedd12.diff

LOG: [lldb][test] Re-enable TestQueueFromStdModule.py

Tried this with newer Clang versions locally on my Darwin machine and the tests 
passes. Try re-enabling again.

Added: 
    

Modified: 
    
lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
 
b/lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
index 95aaa8e7aac88..0d89b62390c50 100644
--- 
a/lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
+++ 
b/lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
@@ -10,11 +10,6 @@
 class TestQueue(TestBase):
     @add_test_categories(["libc++"])
     @skipIf(compiler=no_match("clang"))
-    @skipIf(
-        compiler="clang",
-        compiler_version=[">", "16.0"],
-        bugnumber="https://github.com/llvm/llvm-project/issues/68968";,
-    )
     @skipIf(
         compiler="clang",
         compiler_version=["<", "17.0"],


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to