[FFmpeg-devel] [PATCH] fate: Allow running multiple rounds of tests with differing settings
Rémi Denis-Courmont
remi at remlab.net
Wed Dec 13 20:29:08 EET 2023
Le tiistaina 12. joulukuuta 2023, 0.14.06 EET Martin Storsjö a écrit :
> This can be used to run tests multple times, with e.g. differing
> QEMU settings, by adding something like this to the FATE configuration
> file:
>
> target_exec="qemu-aarch64-static"
> fate_targets="fate-checkasm fate-cpu"
>
> fate_environments="sve128 sve256 sve512"
> sve128_env="QEMU_CPU=max,sve128=on"
> sve256_env="QEMU_CPU=max,sve256=on"
> sve512_env="QEMU_CPU=max,sve512=on"
I'm fine with that, but for the sake of generality, shouldn't rather the entire
target_exec prefix be indirected? Some runners may want to use command line
flags rather than environment variables.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the ffmpeg-devel
mailing list