Re: [PATCH v2] tests/qtest/sse-timer-test: Add watchdog reset to sse-timer test

2024-12-17 Thread Peter Maydell
On Mon, 16 Dec 2024 at 19:27, Nabih Estefan wrote: > > Actually after some more debugging with the help of Roque (cc'd) we > realized that this patch doesn't actually fix the issue, it only hides > it behind the watchdog. > > The root issue comes from > https://lists.gnu.org/archive/html/qemu-s390

Re: [PATCH v2] tests/qtest/sse-timer-test: Add watchdog reset to sse-timer test

2024-12-16 Thread Nabih Estefan
Actually after some more debugging with the help of Roque (cc'd) we realized that this patch doesn't actually fix the issue, it only hides it behind the watchdog. The root issue comes from https://lists.gnu.org/archive/html/qemu-s390x/2024-09/msg00264.html. The function `qemu_clock_advance_virtual

Re: [PATCH v2] tests/qtest/sse-timer-test: Add watchdog reset to sse-timer test

2024-12-16 Thread Peter Maydell
On Fri, 13 Dec 2024 at 22:40, Nabih Estefan wrote: > > V2: Removed scripts/meson-buildoptions.sh.tmp Extra file that slipped > through the cracks and shouldn't be in this patch > > Recent CDMSK Watchdog changes (eff9dc5660fad3a610171c56a5ec3fada245e519) > updated the CDMSK APB Watchdog to not free

Re: [PATCH v2] tests/qtest/sse-timer-test: Add watchdog reset to sse-timer test

2024-12-13 Thread Nabih Estefan
Some of the info I was asked for in V1 of the patch: I'm seeing the failure on 2 different machines, the compiler versions are: - gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) - gcc version 14.2.0 (Debian 14.2.0-3+build3) Both of the outputs below are run on the Debian machine. Output of the

[PATCH v2] tests/qtest/sse-timer-test: Add watchdog reset to sse-timer test

2024-12-13 Thread Nabih Estefan
V2: Removed scripts/meson-buildoptions.sh.tmp Extra file that slipped through the cracks and shouldn't be in this patch Recent CDMSK Watchdog changes (eff9dc5660fad3a610171c56a5ec3fada245e519) updated the CDMSK APB Watchdog to not free run out of reset. That led to this test failing since it never