Skip to content

Revert xfail #6136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
class TestClass(TestBase):

@swiftTest
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104681506')
def test_class(self):
self.build()
self.runCmd('setting set target.experimental.swift-enable-cxx-interop true')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
from lldbsuite.test.decorators import *

lldbinline.MakeInlineTest(__file__, globals(),
decorators=[swiftTest,skipIf(oslist=['windows']),
expectedFailureAll(oslist=['linux'], bugnumber='rdar://104681427')])
decorators=[swiftTest,skipIf(oslist=['windows'])])
1 change: 0 additions & 1 deletion lldb/test/API/lang/swift/union/TestSwiftCUnion.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class TestSwiftCUnion(lldbtest.TestBase):
mydir = lldbtest.TestBase.compute_mydir(__file__)

@swiftTest
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104681366')
def test_c_unions(self):
self.build()
target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(
Expand Down