Skip to content

Commit

Permalink
[lldb][test] Skip one inline stepping test for arm-ubuntu. (#114295)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimingham authored Oct 31, 2024
1 parent 862074f commit a218f0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class TestInlineStepping(TestBase):
compiler="icc",
bugnumber="# Not really a bug. ICC combines two inlined functions.",
)

@skipIf(oslist=["linux"], archs=["arm"]) # Fails for 32 bit arm
def test_with_python_api(self):
"""Test stepping over and into inlined functions."""
self.build()
Expand Down

0 comments on commit a218f0f

Please sign in to comment.