Skip to content

Commit 2cf2768

Browse files
committed
[lldb/test] XFAIL TestFrameProviderCircularDependency.py on Windows
This patch disables TestFrameProviderCircularDependency.py on Windows since the scripted frame provider uses SBTarget.FindFunctions which doesn't seem to be working (according to TestTargetAPI.test_find_functions). Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
1 parent 83ab875 commit 2cf2768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setUp(self):
1616
TestBase.setUp(self)
1717
self.source = "main.c"
1818

19+
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
1920
def test_circular_dependency_with_function_replacement(self):
2021
"""
2122
Test the circular dependency fix with a provider that replaces function names.

0 commit comments

Comments
 (0)