From 44ca486295c2e28ea80f0447c826cbc08e1c3876 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 23 Oct 2020 10:09:31 +0200 Subject: [PATCH] [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. --- lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py b/lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py index 9cb54f875ca4a..378dcdc8a0620 100644 --- a/lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py +++ b/lldb/test/API/lang/swift/unknown_self/TestSwiftUnknownSelf.py @@ -33,7 +33,6 @@ def check_class(self, var_self, broken): self.expect("fr v self", substrs=["hello", "world"]) - @skipIf #FIXME: This regressed silently due to 2c911bceb06ed376801251bdfd992905a66f276c @skipIf(bugnumber="SR-10216", archs=['ppc64le']) @swiftTest def test_unknown_self_objc_ref(self):