]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest: Fix npcm7xx_timer-test.c flaky test
authorChris Rauer <crauer@google.com>
Fri, 29 Sep 2023 00:08:31 +0000 (00:08 +0000)
committerThomas Huth <thuth@redhat.com>
Thu, 12 Oct 2023 12:11:44 +0000 (14:11 +0200)
commitd0353b6e7b3f9ba6132f0fa9b3605e4d4275af0c
treeb725a361e21f727f0bedb811960e4d5e6b738880
parente9a54265f533f4df957ee9ced3304df8c3ef2bea
tests/qtest: Fix npcm7xx_timer-test.c flaky test

npcm7xx_timer-test occasionally fails due to the state of the timers
from the previous test iteration.  Advancing the clock step after the
reset resolves this issue.

Fixes: https://gitlab.com/qemu-project/qemu/-/issues/1897
Signed-off-by: Chris Rauer <crauer@google.com>
Message-ID: <20230929000831.691559-1-crauer@google.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/npcm7xx_timer-test.c