We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98067a3 commit 8f18f36Copy full SHA for 8f18f36
lldb/test/API/tools/lldb-dap/variables/TestDAP_variables.py
@@ -672,6 +672,7 @@ def test_indexedVariables_with_raw_child_for_synthetics(self):
672
self.do_test_indexedVariables(enableSyntheticChildDebugging=True)
673
674
@skipIfWindows
675
+ @skipIfAsan # FIXME this fails with a non-asan issue on green dragon.
676
def test_registers(self):
677
"""
678
Test that registers whose byte size is the size of a pointer on
0 commit comments