Merge "Revert "Disable MTE globals tests under HWASan"" into main
This commit is contained in:
commit
cd9814461f
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue