Skip to content

Commit c00975a

Browse files
committed
[lldb/test] Skip ScriptedFrameProviders tests on arm32 (NFC)
It looks like the providers don't get loaded on arm32 bots: llvm#170412 Skipping for now since I don't have access to a machine to investigate it. Signed-off-by: Med Ismail Bennani <[email protected]> (cherry picked from commit 6f5a69b)
1 parent e6727d2 commit c00975a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/API/functionalities/scripted_frame_provider/TestScriptedFrameProvider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from lldbsuite.test.lldbtest import TestBase
1010
from lldbsuite.test import lldbutil
1111

12-
12+
@skipif(oslist=["linux"], archs=["arm$"])
1313
class ScriptedFrameProviderTestCase(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

lldb/test/API/functionalities/scripted_frame_provider/circular_dependency/TestFrameProviderCircularDependency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from lldbsuite.test.lldbtest import TestBase
1010
from lldbsuite.test import lldbutil
1111

12-
12+
@skipif(oslist=["linux"], archs=["arm$"])
1313
class FrameProviderCircularDependencyTestCase(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

0 commit comments

Comments
 (0)