Skip to content

Commit 3c8b1f7

Browse files
committed
[lldb] Disable TestSwiftAsyncFrameVar.py
(cherry picked from commit 5eca70d)
1 parent 6d98d1d commit 3c8b1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/async/frame/variable/TestSwiftAsyncFrameVar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class TestCase(lldbtest.TestBase):
99

1010
@swiftTest
1111
@skipIf(oslist=['windows', 'linux'])
12+
@expectedFailureAll(bugnumber="rdar://88142757")
1213
def test(self):
1314
"""Test `frame variable` in async functions"""
1415
self.build()

0 commit comments

Comments
 (0)