On Wed, Mar 20, 2024, 07:50 Radek Barton wrote: > Hello, everyone. > > I've re-run the `x86_64-w64-mingw32` target tests with all the languages > enabled, except of Ada and JIT, which are harder to bootstrap, and Go, > which is not supported by MinGW. The summarized results are: > > 536176 of expected passes > 13859 of unexpected failures > 188 of unexpected successes > 4537 of expected failures > 8271 of unresolved testcases > 20958 of unsupported tests > 97.40% of tests completes in expected way > You can generate an integrated summary using dejagnu report card: https://www.gnu.org/software/dejagnu/manual/Invoking-dejagnu-report-card.html > and, again, zero regressions were detected. > > The detailed results can be reviewed at > https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/8349019387 > > Best regards, > > Radek Bartoň > > ________________________________________ > From: Radek Barton > Sent: Monday, March 18, 2024 10:05 PM > To: Evgeny Karpov; gcc-patches@gcc.gnu.org > Cc: richard.sandiford@arm.com; Richard Earnshaw (lists); Andrew Pinski > (QUIC); Maxim Kuvyrkov > Subject: Re: [PATCH v2 00/13] Add aarch64-w64-mingw32 target > > Hello, everyone. > > Currently, we are able to provide results of regression testing for > `x86_64-w64-mingw32` target with `--enable-languages=c,lto,c++,fortran` > running in WSL only. > > The summarized results, both for the branch with patch set applied and its > corresponding base branch, show: > > 517501 expected passes > 4537 of expected failures > 10828 unexpected failures > 180 of unexpected successes > 5934 of unresolved testcases > 19113 of unsupported tests > > which means that 98% of the tests ends in an expected way and we haven't > detected a single regression between the branches. > > The detailed results can be downloaded and reviewed at > https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/actions/runs/8327889403 > > Best regards, > > Radek Bartoň >