Skip to content

Commit a8e1409

Browse files
committed
XFAIL test under Linux
1 parent b63e2fe commit a8e1409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)