summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2018-09-07 18:41:49 +0100
committerRoland Levillain <rpl@google.com>2018-09-07 18:42:33 +0100
commit5fe2f34262e4dbeebee5ccc4e465b53284632e4c (patch)
treef4845ab3d659d06f569ed72cb6a66bf83b3c9222 /compiler/optimizing/graph_visualizer.cc
parentd176e93d66df409e2eee5343efd26b35c73fb71b (diff)
Disable some tests in heap_verification_test when running with ASan.
Now that the String class is allocated in the non-moving space when the runtime is running without a boot image (which is the case in some of the test cases in heap_verification_test), some unexpressed assumptions about the accessibility of the memory around the String class object may no longer hold (there may be poisoned areas before and after the String class). When running with AddressSanizer, those cases will trigger a use-after-poison error. Disable those test cases when running with ASan. Test: SANITIZE_HOST=address art/test.py Bug: 68181300 Bug: 67628039 Change-Id: Ia9b0e6254257afa82686bd33a5e421c5096ce712
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions