You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the qemu tests with make check in the tk1 branch fails on two tests. Might be just an invocation error since it complains about a missing argument to --fifo.
>>> QTEST_QEMU_BINARY=./qemu-system-riscv32 QTEST_QEMU_IMG=./qemu-img ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 QTEST_QEMU_STORAGE_DAEMON_B
INARY=./storage-daemon/qemu-storage-daemon MALLOC_PERTURB_=47 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 G_TEST_DBUS_DAE
MON=/home/mc/tillitis/git/qemu/tests/dbus-vmstate-daemon.sh PYTHON=/home/mc/tillitis/git/qemu/build/pyvenv/bin/python3 MSAN_OPTIONS=halt_on_error=1:abort_on_er
ror=1:print_summary=1:print_stacktrace=1 /home/mc/tillitis/git/qemu/build/tests/qtest/qom-test --tap -k
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
stderr:
qemu-system-riscv32: Parameter 'fifo' expects a valid character device
Broken pipe
../tests/qtest/libqtest.c:196: kill_qemu() tried to terminate QEMU process but encountered exit status 1 (expected 0)
(test program exited with status code -6)
TAP parsing error: Too few tests run (expected 8, got 1)
...
>>> QTEST_QEMU_BINARY=./qemu-system-riscv32 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qem
u-storage-daemon MALLOC_PERTURB_=107 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 G_TEST_DBUS_DAEMON=/home/mc/tillitis/git
/qemu/tests/dbus-vmstate-daemon.sh PYTHON=/home/mc/tillitis/git/qemu/build/pyvenv/bin/python3 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:pri
nt_stacktrace=1 QTEST_QEMU_IMG=./qemu-img /home/mc/tillitis/git/qemu/build/tests/qtest/test-hmp --tap -k
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
stderr:
qemu-system-riscv32: Parameter 'fifo' expects a valid character device
Broken pipe
../tests/qtest/libqtest.c:196: kill_qemu() tried to terminate QEMU process but encountered exit status 1 (expected 0)
(test program exited with status code -6)
TAP parsing error: Too few tests run (expected 9, got 1)
The text was updated successfully, but these errors were encountered:
Running the qemu tests with
make check
in the tk1 branch fails on two tests. Might be just an invocation error since it complains about a missing argument to--fifo
.The text was updated successfully, but these errors were encountered: