[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.
This commit is contained in:
Michael Buch 2025-08-06 09:56:29 +01:00
parent 777c320e6c
commit 2b4b3fd03f

View File

@ -10,11 +10,6 @@ from lldbsuite.test import lldbutil
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"],