Skip to content

Commit e2b72b9

Browse files
committed
[rebranch] lldb: Skip remaining failing tests
1 parent 245b2fb commit e2b72b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/API/lang/swift/cxx_interop/forward/expressions/TestSwiftForwardInteropExpressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from lldbsuite.test.lldbtest import *
66
from lldbsuite.test.decorators import *
77

8-
8+
@skipIf(bugnumber = "rdar://159675331")
99
class TestSwiftForwardInteropExpressions(TestBase):
1010

1111
def setup(self, bkpt_str):

lldb/test/API/lang/swift/xcode_sdk/TestSwiftXcodeSDK.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import lldbsuite.test.lldbutil as lldbutil
55
import os
66

7-
7+
@skipIf(bugnumber = "rdar://159675517")
88
class TestSwiftXcodeSDK(lldbtest.TestBase):
99

1010
mydir = lldbtest.TestBase.compute_mydir(__file__)

0 commit comments

Comments
 (0)