Le 20/10/2023 à 10:49, Francois Gouget a écrit :
Processing the failures-mr.txt file for the past month (see previous 
email) points to the following test units as plagging the most merge 
requests:

    100 msxml3:domdoc         (55720)
     87 amstream:amstream     (55725)
     81 quartz:filtergraph    (55758)
     44 build:mac
     26 d2d1:d2d1             (55765)
     19 winmm:mci             (55605)
     15 user32:msg            (55786, mostly)
     13 user32:win            (55766)
     12 psapi:psapi_main      (55744, fixed on day 3)
     11 wscript.exe:run       (55746, fixed on day 3)
     11 tasklist.exe:tasklist (55745, fixed on day 3)

Good hunting!

I've tried to repro a couple of them locally, recreating the docker image with the docker script... to no avail

quite a few failures (amstream, mci) (didn't look at all of them) happen with a llvm error + wine assertion fail + syscall backtrace

from some perusing of this kind of failure:

- these failures are quite recurrent (almost all the times) on test-linux32

- found such a failure up to the 15 of July, but a good clean run the 8 july (3272)

- what happened in between? taking apart French day, docker image has been recreated with bookworm on July 13th

perhaps a good starting point would be ot update the docker image

HTH