[FFmpeg-devel] [PATCH v1] fate: remove fate-checkasm-opusdsp for the segment fault for mac and linux system

Limin Wang lance.lmwang at gmail.com
Thu Sep 12 01:51:46 EEST 2019


I'm not sure it's my system issue only? Have make distclean to build.

[lmwang at vpn ffmpeg]$ make fate-checkasm-opusdsp  SAMPLES=../fate-suite
TEST    checkasm-opusdsp
Test checkasm-opusdsp failed. Look at tests/data/fate/checkasm-opusdsp.err for details.
make: *** [fate-checkasm-opusdsp] Error 139
[lmwang at vpn ffmpeg]$ cat tests/data/fate/checkasm-opusdsp.err
checkasm: using random seed 685983831
./tests/fate-run.sh: line 78: 15437 Segmentation fault      $target_exec $target_path/"$@"


On Thu, Sep 12, 2019 at 12:16:41AM +0800, lance.lmwang at gmail.com wrote:
> From: Limin Wang <lance.lmwang at gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> ---
>  tests/fate/checkasm.mak | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tests/fate/checkasm.mak b/tests/fate/checkasm.mak
> index 3893245..618bde5 100644
> --- a/tests/fate/checkasm.mak
> +++ b/tests/fate/checkasm.mak
> @@ -19,7 +19,6 @@ FATE_CHECKASM = fate-checkasm-aacpsdsp                                  \
>                  fate-checkasm-jpeg2000dsp                               \
>                  fate-checkasm-llviddsp                                  \
>                  fate-checkasm-llviddspenc                               \
> -                fate-checkasm-opusdsp                                   \
>                  fate-checkasm-pixblockdsp                               \
>                  fate-checkasm-sbrdsp                                    \
>                  fate-checkasm-synth_filter                              \
> -- 
> 2.6.4
> 


More information about the ffmpeg-devel mailing list