Skip to content

Commit 7927597

Browse files
committed
Revert "[lldb/test] Enable debug info for TestFrameProviderCircularDependency.py"
This reverts commit 13b4eb9 since it doesn't fix the test failure. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
1 parent b50f6f2 commit 7927597

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@
1010
from lldbsuite.test import lldbutil
1111

1212
class FrameProviderCircularDependencyTestCase(TestBase):
13+
NO_DEBUG_INFO_TESTCASE = True
14+
1315
def setUp(self):
1416
TestBase.setUp(self)
1517
self.source = "main.c"
1618

19+
@expectedFailureAll(oslist=["linux"], archs=["arm$"])
1720
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
1821
def test_circular_dependency_with_function_replacement(self):
1922
"""

0 commit comments

Comments
 (0)