Skip to content

Commit cb54299

Browse files
committed
XFAIL test under Linux
rdar://104670979
1 parent f4e1af0 commit cb54299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/c_type_external_provider/TestSwiftCTypeExternalProvider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setUp(self):
1616
self.main_source_spec = lldb.SBFileSpec(self.main_source)
1717

1818
@swiftTest
19+
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104671405')
1920
def test_swift_regex(self):
2021
"""Test that C types with builtin metadata emitted are looked up using
2122
external type info provider."""

0 commit comments

Comments
 (0)