I've just downloaded an arm64 image for focal from here: http://cloud-images.ubuntu.com/focal/20200126/focal-server-cloudimg- arm64.img
and booted it following the instructions here: https://askubuntu.com/questions/281763/is-there-any-prebuilt-qemu- ubuntu-image32bit-online/1081171#1081171 i.e. sudo qemu-system-aarch64 \ > -M virt \ > -cpu cortex-a57 \ > -device rtl8139,netdev=net0 \ > -m 4096 \ > -netdev user,id=net0 \ > -nographic \ > -smp 4 \ > -drive "if=none,file=focal-server-cloudimg-arm64.img,id=hd0" \ > -device virtio-blk-device,drive=hd0 \ > -drive "file=user-data.img,format=raw" \ > -pflash flash0.img \ > -pflash flash1.img Having installed the build dependencies, xvfb-run -a make TEST_FILES=t/06190_Dialog_Scan_Image_Sane.t test runs without error. Which focal image are you using? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1860592 Title: Test t/06190 hangs on arm64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gscan2pdf/+bug/1860592/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
