Revert^2 "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 (but without heap poisoning for most of them). They were presubmably disabled because of issues with Valgrind. Enable them (depending on the test, sometimes only when heap poisoning is off), as Valgrind support has been dropped from ART. This reverts commit 0794a520. Change-Id: I8efd32f8a7ce949a6afae0210329853a2a087e5c Test: SANITIZE_HOST=address ASAN_OPTIONS='detect_leaks=0' make test-art-host-gtest-heap_verification_test Test: SANITIZE_HOST=address ASAN_OPTIONS='detect_leaks=0' make test-art-host-gtest-runtime_callbacks_test Test: ART_HEAP_POISONING=true ART_USE_READ_BARRIER=false SANITIZE_HOST=address ASAN_OPTIONS='detect_leaks=0' make test-art-host-gtest-heap_verification_test Test: ART_HEAP_POISONING=true ART_USE_READ_BARRIER=false SANITIZE_HOST=address ASAN_OPTIONS='detect_leaks=0' make test-art-host-gtest-runtime_callbacks_test Bug: 29282211 Bug: 62448488
Loading
Please sign in to comment