Merge "Disable MemtagNoteTest#SEGV for native bridge" into android13-tests-dev

This commit is contained in:
Treehugger Robot 2022-11-09 05:55:07 +00:00 committed by Gerrit Code Review
commit 2934645119
1 changed files with 1 additions and 0 deletions

View File

@ -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);