Skip to content

Commit a218f0f

Browse files
authored
[lldb][test] Skip one inline stepping test for arm-ubuntu. (llvm#114295)
The test is currently passing everywhere but this 32-bit arm ubuntu bot. I don't have an easy way to debug this, so I'm skipping the test on that platform till we get a chance to figure this out.
1 parent 862074f commit a218f0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class TestInlineStepping(TestBase):
1414
compiler="icc",
1515
bugnumber="# Not really a bug. ICC combines two inlined functions.",
1616
)
17+
18+
@skipIf(oslist=["linux"], archs=["arm"]) # Fails for 32 bit arm
1719
def test_with_python_api(self):
1820
"""Test stepping over and into inlined functions."""
1921
self.build()

0 commit comments

Comments
 (0)