Skip to content

[lldb] Skip flaky test_circular_dependency_evaluate_expression_in_get_frame - #213610

Merged
medismailben merged 1 commit into
llvm:mainfrom
medismailben:skip-flaky-frame-provider-circular-dep-test
Aug 3, 2026
Merged

[lldb] Skip flaky test_circular_dependency_evaluate_expression_in_get_frame#213610
medismailben merged 1 commit into
llvm:mainfrom
medismailben:skip-flaky-frame-provider-circular-dep-test

Conversation

@medismailben

Copy link
Copy Markdown
Member

This provider's identity-forwarding pattern intermittently hits a known frame-identity-aliasing bug in ScriptedFrameProvider::GetFrameAtIndex, tracked in #208992.

…_frame

This provider's identity-forwarding pattern intermittently hits a known
frame-identity-aliasing bug in ScriptedFrameProvider::GetFrameAtIndex,
tracked in llvm#208992.
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-lldb

Author: Med Ismail Bennani (medismailben)

Changes

This provider's identity-forwarding pattern intermittently hits a known frame-identity-aliasing bug in ScriptedFrameProvider::GetFrameAtIndex, tracked in #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 --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

@medismailben
medismailben enabled auto-merge (squash) August 3, 2026 07:07
@medismailben
medismailben merged commit 3be1dff into llvm:main Aug 3, 2026
15 checks passed
frederik-h pushed a commit to frederik-h/llvm-project that referenced this pull request Aug 3, 2026
…_frame (llvm#213610)

This provider's identity-forwarding pattern intermittently hits a known
frame-identity-aliasing bug in ScriptedFrameProvider::GetFrameAtIndex,
tracked in llvm#208992.
jgreenbaum pushed a commit to jgreenbaum/llvm-project that referenced this pull request Aug 3, 2026
…_frame (llvm#213610)

This provider's identity-forwarding pattern intermittently hits a known
frame-identity-aliasing bug in ScriptedFrameProvider::GetFrameAtIndex,
tracked in llvm#208992.
tfzee pushed a commit to tfzee/llvm-project that referenced this pull request Aug 6, 2026
…_frame (llvm#213610)

This provider's identity-forwarding pattern intermittently hits a known
frame-identity-aliasing bug in ScriptedFrameProvider::GetFrameAtIndex,
tracked in llvm#208992.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant