Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some qemu tests failing #32

Open
mchack-work opened this issue Oct 15, 2024 · 0 comments
Open

Some qemu tests failing #32

mchack-work opened this issue Oct 15, 2024 · 0 comments

Comments

@mchack-work
Copy link
Member

mchack-work commented Oct 15, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant