Skip to content

Commit 17d6813

Browse files
authored
[lldb][test] skip on other archs on linux (#11539)
1 parent 9771f73 commit 17d6813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/stepping/TestSwiftStepping.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class TestSwiftStepping(lldbtest.TestBase):
2424
mydir = lldbtest.TestBase.compute_mydir(__file__)
2525

2626
@swiftTest
27+
@skipIf(oslist=["linux"], archs=no_match("x86_64"))
2728
def test_swift_stepping(self):
2829
"""Tests that we can step reliably in swift code."""
2930
self.build()

0 commit comments

Comments
 (0)