Skip to content

Commit 4dcde91

Browse files
Merge pull request #6135 from adrian-prantl/104681506
XFAIL three more tests
2 parents b63e2fe + 7e23237 commit 4dcde91

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

lldb/test/API/lang/swift/cxx_interop/forward/test-cxx-class/TestCxxClass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class TestClass(TestBase):
1010

1111
@swiftTest
12+
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104681506')
1213
def test_class(self):
1314
self.build()
1415
self.runCmd('setting set target.experimental.swift-enable-cxx-interop true')

lldb/test/API/lang/swift/nonmodular-include/TestSwiftNonmodularInclude.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
from lldbsuite.test.decorators import *
1414

1515
lldbinline.MakeInlineTest(__file__, globals(),
16-
decorators=[swiftTest,skipIf(oslist=['windows'])])
16+
decorators=[swiftTest,skipIf(oslist=['windows']),
17+
expectedFailureAll(oslist=['linux'], bugnumber='rdar://104681427')])

lldb/test/API/lang/swift/union/TestSwiftCUnion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class TestSwiftCUnion(lldbtest.TestBase):
1111
mydir = lldbtest.TestBase.compute_mydir(__file__)
1212

1313
@swiftTest
14+
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104681366')
1415
def test_c_unions(self):
1516
self.build()
1617
target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)