Merge "Accept SEGV_MTESERR in CrasherTest.mte_async test."
This commit is contained in:
commit
b3bf57dbe9
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,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
|
||||
|
|
Loading…
Reference in a new issue