commit | ab8b8448d5f3010935cae65e071545972329e843 | [log] [tgz] |
---|---|---|
author | dimitry <dimitry@google.com> | Wed Apr 23 16:51:05 2025 +0200 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Apr 24 19:50:23 2025 -0700 |
tree | e2721521c09960d67548fa58f9d7b6a4d73a0d0b | |
parent | 1a61327183171906162598e9ad971064cf42e9c4 [diff] |
Skip MemtagGlobalsTest when running with native bridge Bug: http://b/411111373 Test: run bionic-unit-tests on native bridge (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:24507f945adf4de9a5b156cdeab37365c08dfb7d) Merged-In: Ia191f3887d99b856325fc486146e4e3a32276c33 Change-Id: Ia191f3887d99b856325fc486146e4e3a32276c33
diff --git a/tests/memtag_globals_test.cpp b/tests/memtag_globals_test.cpp index ff93e7b..40023b9 100644 --- a/tests/memtag_globals_test.cpp +++ b/tests/memtag_globals_test.cpp
@@ -46,6 +46,7 @@ TEST_P(MemtagGlobalsTest, test) { SKIP_WITH_HWASAN << "MTE globals tests are incompatible with HWASan"; #if defined(__BIONIC__) && defined(__aarch64__) + SKIP_WITH_NATIVE_BRIDGE; // http://b/242170715 std::string binary = GetTestLibRoot() + "/memtag_globals_binary"; bool is_static = MemtagGlobalsTest::GetParam(); if (is_static) {