summaryrefslogtreecommitdiff
path: root/libartbase/base/mem_map_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/mem_map_test.cc')
-rw-r--r--libartbase/base/mem_map_test.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/libartbase/base/mem_map_test.cc b/libartbase/base/mem_map_test.cc
index 4a78bdcabe..c575c7a31f 100644
--- a/libartbase/base/mem_map_test.cc
+++ b/libartbase/base/mem_map_test.cc
@@ -471,9 +471,8 @@ TEST_F(MemMapTest, MapAnonymousExactAddr32bitHighAddr) {
// cannot allocate in the 2GB-4GB region.
TEST_DISABLED_FOR_MIPS();
- // This test may not work under Valgrind.
- // TODO: Valgrind is no longer supported, but Address Sanitizer is:
- // check whether this test works with ASan.
+ // This test does not work under AddressSanitizer.
+ // Historical note: This test did not work under Valgrind either.
TEST_DISABLED_FOR_MEMORY_TOOL();
CommonInit();