Skip to content

Commit 445d27a

Browse files
authored
Merge pull request #9552 from swiftlang/mark-lldb-test-xfail-next
[lldb] Mark forward C++ interop test XFAIL
2 parents e3a4416 + b90e680 commit 445d27a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/cxx_interop/forward/verbose_trap/TestSwiftForwardInteropVerboseTrap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class TestSwiftForwardInteropVerboseTrap(TestBase):
1010

1111
@swiftTest
12+
@expectedFailureAll(bugnumber="rdar://139429226")
1213
def test(self):
1314
self.build()
1415
target = self.dbg.CreateTarget(self.getBuildArtifact("a.out"))

0 commit comments

Comments
 (0)