diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-08-11 23:03:32 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-08-11 23:03:32 +0000 |
commit | 8edfd6fbc36687aa0b54b7929faf03fe63245cdb (patch) | |
tree | d0366460b2d99b9bcc44f635408a02b1e6c732dc | |
parent | f0907e366534dd561d718c8be2f8422a513fe5b4 (diff) | |
parent | e54c53be6650bb41293f170b6b160e28854ff99d (diff) |
Snap for 6755001 from e54c53be6650bb41293f170b6b160e28854ff99d to rvc-qpr1-release
Change-Id: Iaa16f70faba213f9b748877334ccfac6a64f90a8
-rw-r--r-- | tests/cfi_test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/cfi_test.cpp b/tests/cfi_test.cpp index 792f917b2..e0ae3afc7 100644 --- a/tests/cfi_test.cpp +++ b/tests/cfi_test.cpp @@ -95,9 +95,6 @@ TEST(cfi_test, basic) { EXPECT_EQ(get_global_address(), get_last_address()); EXPECT_EQ(c, get_count()); - // CFI check for a stack address. This is always invalid and gets the process killed. - EXPECT_DEATH(__cfi_slowpath(45, reinterpret_cast<void*>(&c)), ""); - // CFI check for a heap address. // It's possible that this allocation could wind up in the same CFI granule as // an unchecked library, which means the below might not crash. To force a |