Re-enable some more ART gtests when running under ASan.
Some tests in heap_verification_test and runtime_callbacks_test were disabled when running under a memory tool, but they seem to work fine when run under AddressSanitizer on host. They were presubmably disabled because of issues with Valgrind. Enable them unconditionally, as Valgrind support has been dropped from ART. Test: SANITIZE_HOST=address ASAN_OPTIONS='detect_leaks=0' make test-art-host-heap_verification_test Bug: 29282211 Bug: 62448488 Change-Id: Ic143e9c2f37420f770716d58ca603438198e413b
Loading
Please sign in to comment