Revert "Disable MTE globals tests under HWASan"
This reverts commit f71ee5adb74b075948efbd6fef7a61445e27790d.
Reason for revert: linker crash in soinfo::apply_relr_reloc
Bug: 314038442
Change-Id: Ib2415519e37d6b2acb30f50afa6c45391e2a4b70
diff --git a/tests/memtag_globals_test.cpp b/tests/memtag_globals_test.cpp
index 4482c8a..3736d4c 100644
--- a/tests/memtag_globals_test.cpp
+++ b/tests/memtag_globals_test.cpp
@@ -34,13 +34,11 @@
#include "utils.h"
#endif
-#include <android-base/test_utils.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string>
TEST(MemtagGlobalsTest, test) {
- SKIP_WITH_HWASAN << "b/313613493";
#if defined(__BIONIC__) && defined(__aarch64__)
std::string binary = GetPrebuiltElfDir() + "/memtag_globals_binary.so";
chmod(binary.c_str(), 0755);