Skip to content

Commit bf7c884

Browse files
committed
XFAIL test under Linux
rdar://104670979
1 parent 71cb45d commit bf7c884

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ 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')
4243
def test_dwarf_importer(self):
4344
self.build()
4445
target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(
@@ -66,6 +67,7 @@ def test_dwarf_importer(self):
6667
@swiftTest
6768
# This test needs a working Remote Mirrors implementation.
6869
@skipIf(oslist=['windows'])
70+
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104670979')
6971
def test_dwarf_importer_exprs(self):
7072
self.build()
7173
target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)