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
1 file changed