Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91e816aa authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

Accept SEGV_MTESERR in CrasherTest.mte_async test.

This is possible when upgrading to sync mode.

Change-Id: I71c213cb9ddda87765a0dc2ff5455f0eb7b484fe
parent 03ddd96b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -723,7 +723,7 @@ TEST_F(CrasherTest, mte_async) {
  std::string result;
  ConsumeFd(std::move(output_fd), &result);

  ASSERT_MATCH(result, R"(signal 11 \(SIGSEGV\), code 8 \(SEGV_MTEAERR\), fault addr --------)");
  ASSERT_MATCH(result, R"(signal 11 \(SIGSEGV\), code [89] \(SEGV_MTE[AS]ERR\), fault addr)");
#else
  GTEST_SKIP() << "Requires aarch64";
#endif