From 6b13d0e7254a30d6176a1f2b6f6c298af947c7d8 Mon Sep 17 00:00:00 2001 From: Ebuka Ezike Date: Wed, 1 Oct 2025 15:56:16 +0100 Subject: [PATCH] [lldb][test] skip on other archs on linux (#11539) (cherry picked from commit 17d68132f20e33ebbf9fc63da73f406242aa59ea) --- lldb/test/API/lang/swift/stepping/TestSwiftStepping.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py b/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py index a22a8b0f25f19..c096321929808 100644 --- a/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py +++ b/lldb/test/API/lang/swift/stepping/TestSwiftStepping.py @@ -24,6 +24,7 @@ class TestSwiftStepping(lldbtest.TestBase): mydir = lldbtest.TestBase.compute_mydir(__file__) @swiftTest + @skipIf(oslist=["linux"], archs=no_match("x86_64")) def test_swift_stepping(self): """Tests that we can step reliably in swift code.""" self.build()