Skip to content

Commit

Permalink
[lldb-dap] Disable TestDAP_optimized under ASAN (llvm#111063)
Browse files Browse the repository at this point in the history
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 (llvm#111061) to
track the problem.
  • Loading branch information
augusto2112 authored Oct 3, 2024
1 parent fc4b1a3 commit 47ff13b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_stack_frame_name(self):
parent_frame = self.dap_server.get_stackFrame(frameIndex=1)
self.assertTrue(parent_frame["name"].endswith(" [opt]"))

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

0 comments on commit 47ff13b

Please sign in to comment.