Revert "Blacklist tests failing on valgrind."
We use the msync syscall to test if pages are mapped without actually getting a segv. Valgrind (correctly) sees this as an illegal access. We need to add the testing function to the valgrind suppression file. Reason for revert: Added required valgrind suppressions This reverts commit 45a6da0f. Bug: 72909916 Test: mma -j40 valgrind-test-art-host-gtest-mem_map_test64 Change-Id: Ib228570d0bb17c59df0e17a68de38ff25f63eeb9
Loading
Please sign in to comment