Skip to content

Commit 44ca486

Browse files
committed
[lldb][swift] Re-enable TestSwiftUnknownSelf
This was skipped as it apparently regressed while the swiftTests were unintentionally disabled. I can't reproduce this failure anymore and it seems to consistently pass, so let's re-enable it.
1 parent bcffc98 commit 44ca486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def check_class(self, var_self, broken):
3333
self.expect("fr v self", substrs=["hello", "world"])
3434

3535

36-
@skipIf #FIXME: This regressed silently due to 2c911bceb06ed376801251bdfd992905a66f276c
3736
@skipIf(bugnumber="SR-10216", archs=['ppc64le'])
3837
@swiftTest
3938
def test_unknown_self_objc_ref(self):

0 commit comments

Comments
 (0)