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

Commit 2b6764a6 authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

Fix the expected tagged_addr_ctrl in a test.

It turns out that I had originally written the test with a local
patch applied that forces TCF0 to SYNC, so it was testing for the
wrong tagged_addr_ctrl value. Fix it.

Bug: 135772972
Change-Id: Ibb9b25e5f5635372ad5de7825c31d7264ff02590
parent 14096bd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,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: 000000000007fff3)");
    ASSERT_MATCH(result, R"(tagged_addr_ctrl: 000000000007fff5)");
  }
}