From e2b72b9cc99e7aab5e26194ac422ceb56e550978 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Tue, 2 Sep 2025 22:06:55 +0100 Subject: [PATCH] [rebranch] lldb: Skip remaining failing tests --- .../forward/expressions/TestSwiftForwardInteropExpressions.py | 2 +- lldb/test/API/lang/swift/xcode_sdk/TestSwiftXcodeSDK.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/test/API/lang/swift/cxx_interop/forward/expressions/TestSwiftForwardInteropExpressions.py b/lldb/test/API/lang/swift/cxx_interop/forward/expressions/TestSwiftForwardInteropExpressions.py index f278858085d74..93f85111dcbee 100644 --- a/lldb/test/API/lang/swift/cxx_interop/forward/expressions/TestSwiftForwardInteropExpressions.py +++ b/lldb/test/API/lang/swift/cxx_interop/forward/expressions/TestSwiftForwardInteropExpressions.py @@ -5,7 +5,7 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test.decorators import * - +@skipIf(bugnumber = "rdar://159675331") class TestSwiftForwardInteropExpressions(TestBase): def setup(self, bkpt_str): diff --git a/lldb/test/API/lang/swift/xcode_sdk/TestSwiftXcodeSDK.py b/lldb/test/API/lang/swift/xcode_sdk/TestSwiftXcodeSDK.py index a5c6a8fbf36e8..5964c8a3be1d9 100644 --- a/lldb/test/API/lang/swift/xcode_sdk/TestSwiftXcodeSDK.py +++ b/lldb/test/API/lang/swift/xcode_sdk/TestSwiftXcodeSDK.py @@ -4,7 +4,7 @@ import lldbsuite.test.lldbutil as lldbutil import os - +@skipIf(bugnumber = "rdar://159675517") class TestSwiftXcodeSDK(lldbtest.TestBase): mydir = lldbtest.TestBase.compute_mydir(__file__)