We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb19d2d + 5558ae4 commit 4822b1fCopy full SHA for 4822b1f
lldb/test/API/lang/swift/variables/consume_operator_async/TestSwiftConsumeOperatorAsync.py
@@ -26,6 +26,7 @@ def stderr_print(line):
26
27
class TestSwiftConsumeOperatorAsyncType(TestBase):
28
@swiftTest
29
+ @skipIf(bugnumber="rdar://133849022", oslist=['linux'])
30
def test_swift_consume_operator_async(self):
31
"""Check that we properly show variables at various points of the CFG while
32
stepping with the consume operator.
0 commit comments