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 6d98d1d commit 3c8b1f7Copy full SHA for 3c8b1f7
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