Skip to content

Commit 267fa8d

Browse files
committed
[lldb][Darwin] Refine naming of test
Update name of `TestDarwinMTE` test method to `test_memory_read_show_tags` to correspond to LLDB command invocation: ``` memory read <start-addr> <end-addr> --show-tags ```
1 parent 5a636c6 commit 267fa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/macosx/mte/TestDarwinMTE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_memory_region(self):
4747
self.expect("memory region ptr", substrs=["memory tagging: enabled"])
4848

4949
@skipUnlessFeature(cpu_feature.AArch64.MTE)
50-
def test_memory_read_with_tags(self):
50+
def test_memory_read_show_tags(self):
5151
self.build()
5252
lldbutil.run_to_source_breakpoint(
5353
self, "// before free", lldb.SBFileSpec("main.c"), exe_name=exe_name

0 commit comments

Comments
 (0)