Re: [PATCH v6 000/103] tests/tcg: run tests with meson
Pierrick Bouvier <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/2026 4:24 AM, Aniket Sahu wrote: > On Mon, 28 Jul 2026, Pierrick Bouvier wrote: >> [PATCH v6 000/103] tests/tcg: run tests with meson > > Tested-by: Aniket Sahu <[email protected]> > Thanks for giving a try Aniket. > Platform details: > Host arch: ppc64le > OS: Ubuntu 26.04 > Kernel: 7.0.0-28-generic > GCC: 15.2.0 (Ubuntu 15.2.0-16ubuntu1) > meson: 1.10.1 > ninja: 1.13.2 > > Commands used to build and run the tests: > $ mkdir build && cd build > $ ../configure > $ make -j$(nproc) > $ make check-tcg > > Command output: The test report is very large, so I'm only adding the > final report here > > ... > 1476/1480 tcg+tcg-xtensaeb-softmmu - qemu:xtensaeb-softmmu-test_sext > SKIP 0.00s exit status 77 > 1477/1480 tcg+tcg-xtensaeb-softmmu - qemu:xtensaeb-softmmu-test_shift > SKIP 0.00s exit status 77 > 1478/1480 tcg+tcg-xtensaeb-softmmu - qemu:xtensaeb-softmmu-test_sr > SKIP 0.00s exit status 77 > 1479/1480 tcg+tcg-xtensaeb-softmmu - qemu:xtensaeb-softmmu-test_timer > SKIP 0.00s exit status 77 > 1480/1480 tcg+tcg-xtensaeb-softmmu - qemu:xtensaeb-softmmu-test_windowed > SKIP 0.00s exit status 77 > > Summary of Failures: > > 117/1480 tcg+tcg-aarch64-linux-user - qemu:aarch64-linux-user-gcsss > FAIL 0.11s killed by signal 6 SIGABRT > > Ok: 228 > Fail: 1 > Skipped: 1251 > Skipped are because cross compilers are not installed, and our cross containers only support x64 and aarch64 for some. > Full log written to /home/stuff/code/qemu/build/meson-logs/testlog.txt > > > > Failure noted: > > - aarch64-linux-user/gcsss: SIGABRT on ppc64le host. Confirmed > pre-existing on origin/master, not introduced by this series. > Filed an issue for the same: https://gitlab.com/qemu-project/qemu/-/ > work_items/4106 Thanks for checking it was existing before. Unfortunately I don't have access to a powerpc64 host, but maybe someone among arm maintainers has. Regards, Pierrick