Skip to content

Commit 4276240

Browse files
committed
Revert "XFAIL test under Linux"
This reverts commit bf7c884.
1 parent d637100 commit 4276240

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/lang/swift/dwarfimporter/C/TestSwiftDWARFImporterC.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def build(self):
3939
@swiftTest
4040
# This test needs a working Remote Mirrors implementation.
4141
@skipIf(oslist=['windows'])
42-
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104670979')
4342
def test_dwarf_importer(self):
4443
self.build()
4544
target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(
@@ -67,7 +66,6 @@ def test_dwarf_importer(self):
6766
@swiftTest
6867
# This test needs a working Remote Mirrors implementation.
6968
@skipIf(oslist=['windows'])
70-
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104670979')
7169
def test_dwarf_importer_exprs(self):
7270
self.build()
7371
target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)