mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-14 03:20:34 +00:00
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"
It's also possible to customize the target_exec command further
by injecting a sufficiently quoted variable into it, which then can
be updated for each run, e.g. target_exec="\$(CUR_EXEC_CMD)".
For each of the environment names in fate_environments, the tests
that are run get the name suffixed on the fate tests in the
test log and fate report, e.g. "fate-checkasm-h264dsp_sve128".
Signed-off-by: Martin Storsjö <martin@martin.st>
|
||
|---|---|---|
| .. | ||
| doxy | ||
| examples | ||
| .gitignore | ||
| APIchanges | ||
| authors.texi | ||
| bitstream_filters.texi | ||
| bootstrap.min.css | ||
| build_system.txt | ||
| codecs.texi | ||
| community.texi | ||
| decoders.texi | ||
| default.css | ||
| demuxers.texi | ||
| developer.texi | ||
| devices.texi | ||
| doxy-wrapper.sh | ||
| Doxyfile | ||
| encoders.texi | ||
| errno.txt | ||
| faq.texi | ||
| fate.texi | ||
| fate_config.sh.template | ||
| ffmpeg-bitstream-filters.texi | ||
| ffmpeg-codecs.texi | ||
| ffmpeg-devices.texi | ||
| ffmpeg-filters.texi | ||
| ffmpeg-formats.texi | ||
| ffmpeg-protocols.texi | ||
| ffmpeg-resampler.texi | ||
| ffmpeg-scaler.texi | ||
| ffmpeg-utils.texi | ||
| ffmpeg.texi | ||
| ffmpeg.txt | ||
| ffplay.texi | ||
| ffprobe.texi | ||
| ffprobe.xsd | ||
| fftools-common-opts.texi | ||
| filter_design.txt | ||
| filters.texi | ||
| formats.texi | ||
| general.texi | ||
| general_contents.texi | ||
| git-howto.texi | ||
| indevs.texi | ||
| issue_tracker.txt | ||
| lexicon | ||
| libav-merge.txt | ||
| libavcodec.texi | ||
| libavdevice.texi | ||
| libavfilter.texi | ||
| libavformat.texi | ||
| libavutil.texi | ||
| libswresample.texi | ||
| libswscale.texi | ||
| mailing-list-faq.texi | ||
| Makefile | ||
| metadata.texi | ||
| mips.txt | ||
| multithreading.txt | ||
| muxers.texi | ||
| nut.texi | ||
| optimization.txt | ||
| outdevs.texi | ||
| patchwork | ||
| platform.texi | ||
| print_options.c | ||
| protocols.texi | ||
| rate_distortion.txt | ||
| resampler.texi | ||
| scaler.texi | ||
| snow.txt | ||
| style.min.css | ||
| swresample.txt | ||
| swscale.txt | ||
| t2h.init | ||
| t2h.pm | ||
| tablegen.txt | ||
| texi2pod.pl | ||
| texidep.pl | ||
| transforms.md | ||
| undefined.txt | ||
| utils.texi | ||
| writing_filters.txt | ||