diff mbox

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

Message ID 20190911161641.2920-1-lance.lmwang@gmail.com
State New
Headers show

Commit Message

Lance Wang Sept. 11, 2019, 4:16 p.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 tests/fate/checkasm.mak | 1 -
 1 file changed, 1 deletion(-)

Comments

Lance Wang Sept. 11, 2019, 10:51 p.m. UTC | #1
I'm not sure it's my system issue only? Have make distclean to build.

[lmwang@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@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@gmail.com wrote:
> From: Limin Wang <lance.lmwang@gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmwang@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
>
James Almer Sept. 11, 2019, 11:44 p.m. UTC | #2
On 9/11/2019 7:51 PM, Limin Wang wrote:
> 
> I'm not sure it's my system issue only? Have make distclean to build.
> 
> [lmwang@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@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/"$@"

I just pushed a fix. Can you try and see if it fixes the segfaults for you?
Lance Wang Sept. 12, 2019, 1:20 a.m. UTC | #3
On Wed, Sep 11, 2019 at 08:44:47PM -0300, James Almer wrote:
> On 9/11/2019 7:51 PM, Limin Wang wrote:
> > 
> > I'm not sure it's my system issue only? Have make distclean to build.
> > 
> > [lmwang@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@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/"$@"
> 
> I just pushed a fix. Can you try and see if it fixes the segfaults for you?

Yes, the issue is fixed after testing. Thank for your good job.

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
diff mbox

Patch

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                              \