We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9771f73 commit 17d6813Copy full SHA for 17d6813
lldb/test/API/lang/swift/stepping/TestSwiftStepping.py
@@ -24,6 +24,7 @@ class TestSwiftStepping(lldbtest.TestBase):
24
mydir = lldbtest.TestBase.compute_mydir(__file__)
25
26
@swiftTest
27
+ @skipIf(oslist=["linux"], archs=no_match("x86_64"))
28
def test_swift_stepping(self):
29
"""Tests that we can step reliably in swift code."""
30
self.build()
0 commit comments