diff options
Diffstat (limited to 'compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cc')
-rw-r--r-- | compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cc b/compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cc index 0e44aae7d6a..8678d906dae 100644 --- a/compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cc +++ b/compiler-rt/test/hwasan/TestCases/Posix/system-allocator-fallback.cc @@ -2,6 +2,10 @@ // RUN: %clangxx_hwasan -shared %s -o %t.so -DSHARED_LIB -shared-libsan -Wl,-rpath,%compiler_rt_libdir // RUN: %env_hwasan_opts=disable_allocator_tagging=0 %run %t +// The dynamic loader on Android O appears to have a bug where it crashes when +// dlopening DF_1_GLOBAL libraries. +// REQUIRES: android-28 + #include <stddef.h> // Test that allocations made by the system allocator can be realloc'd and freed |