Skip to content

Commit 20e55f3

Browse files
committed
[lldb][NFC] Mark API test skipIfRemote to avoid a bot
The lldb-remote-linux-ubuntu bot (and only this bot) is still failing for TestCortexMExceptionUnwind.py because the Target triple is somehow inheriting a non-Darwin OS. I marked this API test skipUnlessDarwin but this bot can be identified more specifically by a skipIfRemote test. There's no benefit to running this test remotely anyway; it doesn't execute any code.
1 parent e0817c6 commit 20e55f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ class TestCortexMExceptionUnwind(TestBase):
2626
# the frame pointer, and we can walk the stack.
2727
# ABISysV_arm::CreateDefaultUnwindPlan will only get one frame and
2828
# not be able to continue.
29-
#
30-
# This may only be occuring on a 32-bit Ubuntu bot; need to test
31-
# 64-bit Ubuntu and confirm.
32-
@skipUnlessDarwin
29+
@skipIfRemote
3330
def test_no_fpu(self):
3431
"""Test that we can backtrace correctly through an ARM Cortex-M Exception return stack"""
3532

0 commit comments

Comments
 (0)