Skip to content

Commit 74c5e47

Browse files
authored
[lldb][test] Temporarily disable TestQueueFromStdModule.py (#68970)
Started failing since D101206, but root-cause is unclear. It's definitely not an issue with th libc++ patch itself however. So disable the test until we know what's going on.
1 parent ba79fb2 commit 74c5e47

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
def test(self):
1419
self.build()
1520

0 commit comments

Comments
 (0)