Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit dbb730e

Browse files
committed
xfailed this test pending a proper fix.
1 parent cb46c32 commit dbb730e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/Python/lldbsuite/test/lang/swift/tmd_symbol/TestSwiftMetadataSymbolsType.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class TestSwiftMetadataSymbol(TestBase):
2525
mydir = TestBase.compute_mydir(__file__)
2626

2727
@decorators.swiftTest
28+
@decorators.expectedFailureAll(
29+
oslist=["linux"],
30+
bugnumber="rdar://problem/30269976")
2831
def test_swift_metadata_symbol(self):
2932
"""Test that metadata symbols are properly resolved as such"""
3033
self.build()

0 commit comments

Comments
 (0)