Skip to content

Commit 8f18f36

Browse files
committed
[lldb] Skip unreliable test under ASAN
1 parent 98067a3 commit 8f18f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/variables/TestDAP_variables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ def test_indexedVariables_with_raw_child_for_synthetics(self):
672672
self.do_test_indexedVariables(enableSyntheticChildDebugging=True)
673673

674674
@skipIfWindows
675+
@skipIfAsan # FIXME this fails with a non-asan issue on green dragon.
675676
def test_registers(self):
676677
"""
677678
Test that registers whose byte size is the size of a pointer on

0 commit comments

Comments
 (0)