[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 03/17] tests/qtest: don't step clock at start of npcm7xx perio
From: |
Alex Bennée |
Subject: |
[PATCH v2 03/17] tests/qtest: don't step clock at start of npcm7xx periodic IRQ test |
Date: |
Fri, 7 Feb 2025 15:30:58 +0000 |
Until there are timers enabled the semantics of clock_step_next() will
fail. Since d524441a36 (system/qtest: properly feedback results of
clock_[step|set]) we will signal a FAIL if time doesn't advance.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
---
tests/qtest/npcm7xx_timer-test.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/qtest/npcm7xx_timer-test.c b/tests/qtest/npcm7xx_timer-test.c
index 58f58c2f71..43711049ca 100644
--- a/tests/qtest/npcm7xx_timer-test.c
+++ b/tests/qtest/npcm7xx_timer-test.c
@@ -465,7 +465,6 @@ static void test_periodic_interrupt(gconstpointer test_data)
int i;
tim_reset(td);
- clock_step_next();
tim_write_ticr(td, count);
tim_write_tcsr(td, CEN | IE | MODE_PERIODIC | PRESCALE(ps));
--
2.39.5
- [PATCH v2 00/17] maintainer updates for feb25 (qtest, gdbstub, plugins) pre-PR, Alex Bennée, 2025/02/07
- [PATCH v2 01/17] tests/docker: replicate the check-rust-tools-nightly CI job, Alex Bennée, 2025/02/07
- [PATCH v2 02/17] tests/qtest: don't attempt to clock_step while waiting for virtio ISR, Alex Bennée, 2025/02/07
- [PATCH v2 05/17] tests/qtest: rename qtest_send_prefix and roll-up into qtest_send, Alex Bennée, 2025/02/07
- [PATCH v2 03/17] tests/qtest: don't step clock at start of npcm7xx periodic IRQ test,
Alex Bennée <=
- [PATCH v2 11/17] gdbstub: Try unlinking the unix socket before binding, Alex Bennée, 2025/02/07
- [PATCH v2 08/17] tests/qtest/migration: Add --full option, Alex Bennée, 2025/02/07
- [PATCH v2 06/17] tests/qtest: tighten up the checks on clock_step, Alex Bennée, 2025/02/07
- [PATCH v2 04/17] tests/qtest: simplify qtest_process_inbuf, Alex Bennée, 2025/02/07
- [PATCH v2 16/17] docs/user: Document the %d placeholder and suspend=n QEMU_GDB features, Alex Bennée, 2025/02/07
- [PATCH v2 07/17] Revert "util/timer: avoid deadlock when shutting down", Alex Bennée, 2025/02/07
- [PATCH v2 10/17] gdbstub: Allow the %d placeholder in the socket path, Alex Bennée, 2025/02/07
- [PATCH v2 13/17] user: Introduce host_interrupt_signal, Alex Bennée, 2025/02/07
- [PATCH v2 14/17] osdep: Introduce qemu_kill_thread(), Alex Bennée, 2025/02/07
- [PATCH v2 15/17] gdbstub: Allow late attachment, Alex Bennée, 2025/02/07