diff options
author | Peter Collingbourne <pcc@google.com> | 2021-02-02 19:00:45 -0800 |
---|---|---|
committer | Peter Collingbourne <pcc@google.com> | 2021-02-02 19:00:48 -0800 |
commit | 939d074236c39a646b794604580d630c3f163b68 (patch) | |
tree | 2a9a58a45fb22003eb8c7505c12524e80567870a /debuggerd/debuggerd_test.cpp | |
parent | 7b204ac4cad6531e9d95fa25f787c01e889dd7af (diff) |
Fix CrasherTest.smoke in debuggerd_test.
Now that we default to sync MTE in tests, the default tagged_addr_ctrl
in this test needs to be updated.
Bug: 135772972
Change-Id: I9bf6fb29df9799d1ed8c0d8b66f4d2891f487d80
Diffstat (limited to 'debuggerd/debuggerd_test.cpp')
-rw-r--r-- | debuggerd/debuggerd_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuggerd/debuggerd_test.cpp b/debuggerd/debuggerd_test.cpp index b9d66063e..65820bda5 100644 --- a/debuggerd/debuggerd_test.cpp +++ b/debuggerd/debuggerd_test.cpp @@ -311,7 +311,7 @@ TEST_F(CrasherTest, smoke) { if (mte_supported()) { // Test that the default TAGGED_ADDR_CTRL value is set. - ASSERT_MATCH(result, R"(tagged_addr_ctrl: 000000000007fff5)"); + ASSERT_MATCH(result, R"(tagged_addr_ctrl: 000000000007fff3)"); } } |