Skip to content

Commit 47ff13b

Browse files
authored
[lldb-dap] Disable TestDAP_optimized under ASAN (#111063)
This test is failing on green dragon and I couldn't figure out why, disabling it for now under ASAN to get the bot green. Opened an issue (#111061) to track the problem.
1 parent fc4b1a3 commit 47ff13b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/optimized/TestDAP_optimized.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def test_stack_frame_name(self):
2828
parent_frame = self.dap_server.get_stackFrame(frameIndex=1)
2929
self.assertTrue(parent_frame["name"].endswith(" [opt]"))
3030

31+
@skipIfAsan # On ASAN builds this test intermittently fails https://github.com/llvm/llvm-project/issues/111061
3132
@skipIfWindows
3233
def test_optimized_variable(self):
3334
"""Test optimized variable value contains error."""

0 commit comments

Comments
 (0)