Skip to content

Commit af2f404

Browse files
Michael137krishna2803
authored andcommitted
[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.
1 parent c82b549 commit af2f404

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
class TestQueue(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
13-
@skipIf(
14-
compiler="clang",
15-
compiler_version=[">", "16.0"],
16-
bugnumber="https://github.com/llvm/llvm-project/issues/68968",
17-
)
1813
@skipIf(
1914
compiler="clang",
2015
compiler_version=["<", "17.0"],

0 commit comments

Comments
 (0)