Skip to content

Commit 4f9a3aa

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b242150b075a' from llvm.org/main into next
2 parents e112859 + b242150 commit 4f9a3aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
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+
)
1318
@skipIf(
1419
compiler="clang",
1520
compiler_version=["<", "17.0"],

0 commit comments

Comments
 (0)