Re: [PATCH] spec: Add QEMU test annotations

2023-07-07 Thread Kinsey Moore
On Fri, Jul 7, 2023 at 12:04 PM Gedare Bloom wrote: > On Thu, Jul 6, 2023 at 12:48 PM Kinsey Moore > wrote: > > > > QEMU is known to fail certain tests intermittently due to clock tick > > delivery issues. This defines those tests as intermittent for BSPs > > intended to run on QEMU alone. > > >

Re: [PATCH] spec: Add QEMU test annotations

2023-07-07 Thread Gedare Bloom
On Thu, Jul 6, 2023 at 12:48 PM Kinsey Moore wrote: > > QEMU is known to fail certain tests intermittently due to clock tick > delivery issues. This defines those tests as intermittent for BSPs > intended to run on QEMU alone. > > Updates #4922 > Updates #4072 > --- > spec/build/bsps/aarch64/a53/

[PATCH] spec: Add QEMU test annotations

2023-07-06 Thread Kinsey Moore
QEMU is known to fail certain tests intermittently due to clock tick delivery issues. This defines those tests as intermittent for BSPs intended to run on QEMU alone. Updates #4922 Updates #4072 --- spec/build/bsps/aarch64/a53/tsta53.yml| 33 + spec/build/bsps/aarch64/a72/tsta72.y