Re: [PATCH] tests/iotests: drop test 312 from auto group

2021-01-12 Thread Alex Bennée
Kevin Wolf writes: > Am 05.01.2021 um 11:04 hat Alex Bennée geschrieben: >> The "auto" documentation states: >> >> That means they should run with every QEMU binary (also non-x86) >> >> which is not the case as the check-system-fedora build which only >> includes a rag tag group of rare an

Re: [PATCH] tests/iotests: drop test 312 from auto group

2021-01-12 Thread Kevin Wolf
Am 05.01.2021 um 11:04 hat Alex Bennée geschrieben: > The "auto" documentation states: > > That means they should run with every QEMU binary (also non-x86) > > which is not the case as the check-system-fedora build which only > includes a rag tag group of rare and deprecated targets doesn't >

Re: [PATCH] tests/iotests: drop test 312 from auto group

2021-01-05 Thread Max Reitz
On 05.01.21 11:04, Alex Bennée wrote: The "auto" documentation states: That means they should run with every QEMU binary (also non-x86) which is not the case as the check-system-fedora build which only includes a rag tag group of rare and deprecated targets doesn't support the virtio device

Re: [PATCH] tests/iotests: drop test 312 from auto group

2021-01-05 Thread Philippe Mathieu-Daudé
On 1/5/21 11:12 AM, Philippe Mathieu-Daudé wrote: > On 1/5/21 11:04 AM, Alex Bennée wrote: >> The "auto" documentation states: >> >> That means they should run with every QEMU binary (also non-x86) >> >> which is not the case as the check-system-fedora build which only >> includes a rag tag group

Re: [PATCH] tests/iotests: drop test 312 from auto group

2021-01-05 Thread Philippe Mathieu-Daudé
On 1/5/21 11:04 AM, Alex Bennée wrote: > The "auto" documentation states: > > That means they should run with every QEMU binary (also non-x86) > > which is not the case as the check-system-fedora build which only > includes a rag tag group of rare and deprecated targets doesn't > support the vi

[PATCH] tests/iotests: drop test 312 from auto group

2021-01-05 Thread Alex Bennée
The "auto" documentation states: That means they should run with every QEMU binary (also non-x86) which is not the case as the check-system-fedora build which only includes a rag tag group of rare and deprecated targets doesn't support the virtio device required. Signed-off-by: Alex Bennée --