From 939d074236c39a646b794604580d630c3f163b68 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 2 Feb 2021 19:00:45 -0800 Subject: [PATCH] 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 --- debuggerd/debuggerd_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"); } }