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 f2649c2 + b37b4b1 commit 20dbf8dCopy full SHA for 20dbf8d
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