aboutsummaryrefslogtreecommitdiff
path: root/tests/heap_tagging_level_test.cpp
diff options
context:
space:
mode:
authorGeorge Zacharia <george.zcharia@gmail.com>2023-08-02 07:14:58 +0530
committerGeorge Zacharia <george.zcharia@gmail.com>2023-08-02 07:14:58 +0530
commit37897a48337da83e36a5244f5241a2bdfd257e1d (patch)
tree6ddb0527cf33db0fa9964d4c2756c9fe7d5bf496 /tests/heap_tagging_level_test.cpp
parent43ecd869bdcf14fa9fb2297f822c25ebb4025ccd (diff)
parente2b2fd5475b5da5866e481bd5b72ef4333032792 (diff)
Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/bionic into t13.0HEADt13.0
Android 13.0.0 Release 52 (TQ3A.230605.012) Change-Id: Ic18bc3dfc28e9e23f5a96e2e74843d9e27dbe141
Diffstat (limited to 'tests/heap_tagging_level_test.cpp')
-rw-r--r--tests/heap_tagging_level_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/heap_tagging_level_test.cpp b/tests/heap_tagging_level_test.cpp
index 96c2ffd0b..ae678b7b5 100644
--- a/tests/heap_tagging_level_test.cpp
+++ b/tests/heap_tagging_level_test.cpp
@@ -222,6 +222,7 @@ class MemtagNoteTest : public testing::TestWithParam<std::tuple<MemtagNote, bool
TEST_P(MemtagNoteTest, SEGV) {
#if defined(__BIONIC__) && defined(__aarch64__)
+ SKIP_WITH_NATIVE_BRIDGE; // http://b/242170715
// Note that we do not check running_with_hwasan() - what matters here is whether the test binary
// itself is built with HWASan.
bool withHWASAN = __has_feature(hwaddress_sanitizer);