diff options
| author | George Zacharia <george.zcharia@gmail.com> | 2023-08-02 07:14:58 +0530 |
|---|---|---|
| committer | George Zacharia <george.zcharia@gmail.com> | 2023-08-02 07:14:58 +0530 |
| commit | 37897a48337da83e36a5244f5241a2bdfd257e1d (patch) | |
| tree | 6ddb0527cf33db0fa9964d4c2756c9fe7d5bf496 /tests/heap_tagging_level_test.cpp | |
| parent | 43ecd869bdcf14fa9fb2297f822c25ebb4025ccd (diff) | |
| parent | e2b2fd5475b5da5866e481bd5b72ef4333032792 (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.cpp | 1 |
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); |
