On 04.06.19 09:17, David Hildenbrand wrote: > Hi, > > for now I was able to run TCG tests using "make > run-tcg-tests-s390x-linux-user". Lately, trying to run the tests always > results in > > t460s: ~/git/qemu vx $ LANG=C make run-tcg-tests-s390x-linux-user > make[1]: Entering directory '/home/dhildenb/git/qemu/slirp' > make[1]: Nothing to be done for 'all'. > make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp' > CHK version_gen.h > BUILD TCG tests for s390x-linux-user > BUILD s390x guest-tests SKIPPED > RUN TCG tests for s390x-linux-user > RUN tests for s390x SKIPPED > > t460s: ~/git/qemu vx $ LANG=C make check-tcg > make[1]: Entering directory '/home/dhildenb/git/qemu/slirp' > make[1]: Nothing to be done for 'all'. > make[1]: Leaving directory '/home/dhildenb/git/qemu/slirp' > CHK version_gen.h > BUILD TCG tests for s390x-softmmu > BUILD s390x guest-tests SKIPPED > RUN TCG tests for s390x-softmmu > RUN tests for s390x SKIPPED > BUILD TCG tests for s390x-linux-user > BUILD s390x guest-tests SKIPPED > RUN TCG tests for s390x-linux-user > RUN tests for s390x SKIPPED > > I am using "./configure --target-list=s390x-softmmu,s390x-linux-user > --enable-sdl --enable-spice --enable-kvm" > > What am I missing? Why is the build skipped? >
BTW, docker seems to be working fine, just tried with "make docker-test-build@debian-armhf-cross J=n" -- Thanks, David / dhildenb