We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c9fc1 commit ac37406Copy full SHA for ac37406
lldb/test/API/macosx/mte/TestDarwinMTE.py
@@ -44,10 +44,7 @@ def test_memory_region(self):
44
# memory tagging: enabled
45
# Modified memory (dirty) page list provided, 2 entries.
46
# Dirty pages: 0x1005ec000, 0x1005fc000.
47
- self.expect(
48
- "memory region ptr",
49
- substrs=[") rw-", "memory tagging: enabled"]
50
- )
+ self.expect("memory region ptr", substrs=["memory tagging: enabled"])
51
52
@skipUnlessFeature(cpu_feature.AArch64.MTE)
53
def test_memory_read_with_tags(self):
0 commit comments