[Lldb-commits] [lldb] 2b4b3fd - [lldb][test] Re-enable TestQueueFromStdModule.py
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 6 03:54:55 PDT 2025
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"],
More information about the lldb-commits
mailing list