Skip to content

Commit 51a24b2

Browse files
authored
Merge pull request #3851 from apple/lldb-Disable-TestSwiftAsyncFrameVar.py
[lldb] Disable TestSwiftAsyncFrameVar.py
2 parents f2ecfa6 + fc71ef0 commit 51a24b2

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)