The virtual driver VISL does not support dynamic resolution changes. Before the vp9parser fix, the first frame would be decoded and display and the rest dropped. Though, since we fixed the handling of super frame, that frame is now dropped, since it is marked DECODE_ONLY. All other frames in that stream can't be decoded. So no frame gets decoded which leads to an error. Simply skip this test until visl can handle this type of stream. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8944>
High level description of the files in this directory.
virtme-run.sh
A helper script that uses 'virtme' to launch a qemu virtual machine with the host filesystem exposed inside the virtual machine.
run-virt-test.sh
Run the given command and retrieve the command status in the given status file. This is necessary because virtme doesn't return the exit code of the command.
meson.build
Contains one rule for meson test cases that launches tests inside virtual machines.