From: Julian Ganz Date: Sat, 27 Dec 2025 08:53:46 +0000 (+0100) Subject: tests: fix comment declaring runtime in rv64 interruptedmemory test X-Git-Tag: v11.0.0-rc0~105^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0cd0c7c7e91a47b2bdf94207f2d82f06f7f406b;p=thirdparty%2Fqemu.git tests: fix comment declaring runtime in rv64 interruptedmemory test The test attempts to trigger a regression for arount 30s. However, a comment just before the computation of the target wall clock time falsly declares the run time to be around 60s. This was the case already when we introduced the test in 5241645c47a9987f4fcc65bab303a444966b7942 (tests: add test with interrupted memory accesses on rv64) Signed-off-by: Julian Ganz Reviewed-by: Daniel Henrique Barboza Signed-off-by: Michael Tokarev --- diff --git a/tests/tcg/riscv64/interruptedmemory.S b/tests/tcg/riscv64/interruptedmemory.S index cd9073ee314..c154f938391 100644 --- a/tests/tcg/riscv64/interruptedmemory.S +++ b/tests/tcg/riscv64/interruptedmemory.S @@ -25,7 +25,7 @@ _start: li a0, 0x03 # 8N1, DLAB=0 sb a0, 3(t1) - # Run test for around 60s + # Run test for around 30s call rtc_get li t0, 30 slli t0, t0, 30 # Approx. 10e9 ns