]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg/aarch64: Use raw strings for regexes in test-mte.py
authorGustavo Romero <gustavo.romero@linaro.org>
Wed, 23 Oct 2024 11:34:02 +0000 (12:34 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 24 Oct 2024 08:56:42 +0000 (09:56 +0100)
commitbb77c68dbd54931b7bb4a3385021f2c43ed61f3e
treef3e0418971b0e6369dca4d09f6c290e9d23418e7
parent2e1cacfb8a1e2d84c787fc1f34937a309fbe65ce
tests/tcg/aarch64: Use raw strings for regexes in test-mte.py

Use Python's raw string notation instead of string literals for regex so
it's not necessary to double backslashes when regex special forms are
used. Raw notation is preferred for regex and easier to read.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20241015140806.385449-1-gustavo.romero@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241023113406.1284676-15-alex.bennee@linaro.org>
tests/tcg/aarch64/gdbstub/test-mte.py