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.
1 parent 6f66b44 commit b37b4b1Copy full SHA for b37b4b1
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