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 f6d4148 + 5eca70d commit 87ace47Copy full SHA for 87ace47
lldb/test/API/lang/swift/async/frame/variable/TestSwiftAsyncFrameVar.py
@@ -9,6 +9,7 @@ class TestCase(lldbtest.TestBase):
9
10
@swiftTest
11
@skipIf(oslist=['windows', 'linux'])
12
+ @expectedFailureAll(bugnumber="rdar://88142757")
13
def test(self):
14
"""Test `frame variable` in async functions"""
15
self.build()
0 commit comments