Skip to content

Commit b50895e

Browse files
Merge pull request #7510 from felipepiovezan/felipe/add_xfail
Revert "[lldb] Remove xfail from swift test"
2 parents ed972e6 + 055f1fc commit b50895e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/variables/consume_operator/TestSwiftConsumeOperator.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class TestSwiftConsumeOperatorType(TestBase):
3030

3131
# Skip on aarch64 linux: rdar://91005071
3232
@skipIf(archs=['aarch64'], oslist=['linux'])
33+
@expectedFailureAll(bugnumber='rdar://115518559')
3334
@swiftTest
3435
def test_swift_consume_operator(self):
3536
"""Check that we properly show variables at various points of the CFG while

0 commit comments

Comments
 (0)