qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/tcg/aarch64: Fix test-mte.py


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tests/tcg/aarch64: Fix test-mte.py
Date: Fri, 19 Jul 2024 09:14:32 +0200
User-agent: Mozilla Thunderbird

On 19/7/24 02:41, Richard Henderson wrote:
Python 3.12 warns:

   TEST    gdbstub MTE support on aarch64
/home/rth/qemu/src/tests/tcg/aarch64/gdbstub/test-mte.py:21: SyntaxWarning: 
invalid escape sequence '\('
   PATTERN_0 = "Memory tags for address 0x[0-9a-f]+ match \(0x[0-9a-f]+\)."

Double up the \ to pass one through to the pattern.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  tests/tcg/aarch64/gdbstub/test-mte.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]