[Lldb-commits] [lldb] [lldb] Skip flaky test_circular_dependency_evaluate_expression_in_get_frame (PR #213610)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 3 00:07:17 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Med Ismail Bennani (medismailben)
<details>
<summary>Changes</summary>
This provider's identity-forwarding pattern intermittently hits a known frame-identity-aliasing bug in ScriptedFrameProvider::GetFrameAtIndex, tracked in https://github.com/llvm/llvm-project/pull/208992.
---
Full diff: https://github.com/llvm/llvm-project/pull/213610.diff
1 Files Affected:
- (modified) lldb/test/API/functionalities/scripted_frame_provider/circular_dependency/TestFrameProviderCircularDependency.py (+1)
``````````diff
diff --git a/lldb/test/API/functionalities/scripted_frame_provider/circular_dependency/TestFrameProviderCircularDependency.py b/lldb/test/API/functionalities/scripted_frame_provider/circular_dependency/TestFrameProviderCircularDependency.py
index af8e567f4d5e7..46413105a80ce 100644
--- a/lldb/test/API/functionalities/scripted_frame_provider/circular_dependency/TestFrameProviderCircularDependency.py
+++ b/lldb/test/API/functionalities/scripted_frame_provider/circular_dependency/TestFrameProviderCircularDependency.py
@@ -164,6 +164,7 @@ def test_circular_dependency_handle_command_in_init(self):
)
@expectedFailureWindowsAndNoLLDBServer(bugnumber="llvm.org/pr24778")
+ @skipIf(bugnumber="https://github.com/llvm/llvm-project/pull/208992")
def test_circular_dependency_evaluate_expression_in_get_frame(self):
"""
Test that calling EvaluateExpression in get_frame_at_index doesn't
``````````
</details>
https://github.com/llvm/llvm-project/pull/213610
More information about the lldb-commits
mailing list