On 5/24/22 17:44, yangxiaojuan wrote:
在 2022/5/25 6:41, Richard Henderson 写道:
On 5/24/22 15:32, Richard Henderson wrote:
When the syntax errors are fixed, it does not pass "make check".
When I configure with --enable-debug --enable-sanitizers I get
I got the same error.
The 'make check ' result:
Summary of Failures:
95/117 qemu:qtest+qtest-loongarch64 / qtest-loongarch64/device-introspect-test
ERROR 1.20s killed by signal 6 SIGABRT
Ok: 114
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 2
Timeout: 0
We will fix this error as soon as possible. And what necessary tests do we
need to do?
'mak check-tcg' , 'make check' and 'make docker-test-build', these are we
know so far.
I also see the wiki [1], should we need tests all of them? Could you give
us some advice?
[1] : https://wiki.qemu.org/Testing#Tests_included_in_the_QEMU_source
That's pretty good. Eventually it would be good to add some tests to tests/avocado, to
test linux kernel boot. That can wait for a bit, as it also requires hosting a kernel
image somewhere.
In this instance I used --enable-sanitizers because without, I was getting SIGFPE for a
rather unlikely divide-by-zero, and I suspected memory corruption.
r~