Skip to content

Commit 2816fe5

Browse files
Merge pull request #6136 from adrian-prantl/revert-xfail
Revert xfail
2 parents 4dcde91 + 639f70c commit 2816fe5

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

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

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

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

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

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

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

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

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

1313
@swiftTest
14-
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104681366')
1514
def test_c_unions(self):
1615
self.build()
1716
target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)