Skip to content

Commit f5d8244

Browse files
committed
[lldb] Skip TestSwiftForwardInteropExpressions on Linux instead of xfail
1 parent a469ca2 commit f5d8244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/cxx_interop/forward/expressions/TestSwiftForwardInteropExpressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def setup(self, bkpt_str):
1515
self, bkpt_str, lldb.SBFileSpec('main.swift'))
1616
return thread
1717

18-
@expectedFailureAll(oslist=["linux"], bugnumber="rdar://106871422")
18+
@skipIfLinux # rdar://106871422"
1919
@skipIf(setting=('symbols.use-swift-clangimporter', 'false')) # rdar://106871275
2020
@swiftTest
2121
def test(self):

0 commit comments

Comments
 (0)