[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:
parent
777c320e6c
commit
2b4b3fd03f
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user