diff --git a/tests/elftls_dl_test.cpp b/tests/elftls_dl_test.cpp index 82ccf82ad..56736e775 100644 --- a/tests/elftls_dl_test.cpp +++ b/tests/elftls_dl_test.cpp @@ -30,6 +30,7 @@ #include #include +#include #include #include @@ -153,6 +154,7 @@ TEST(elftls_dl, tlsdesc_missing_weak) { } TEST(elftls_dl, dtv_resize) { + SKIP_WITH_HWASAN; // TODO(b/271243811): Fix for new toolchain #if defined(__BIONIC__) #define LOAD_LIB(soname) ({ \ auto lib = dlopen(soname, RTLD_LOCAL | RTLD_NOW); \