Opened 5 years ago

Closed 5 years ago

#8175 closed defect (fixed)

FFmpeg failed to run checkasm-opusdsp test on release|x86 and debug|x86 configuration with VS2017 on windows

Reported by: KarenHuang Owned by:
Priority: normal Component: fate
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: yes

Description

Summary of the bug:
FFmpeg failed to run checkasm-opusdsp test on release|x86 and debug|x86 configuration with VS2017 on windows. This issue can be reproduced from master revision ef50cf7. Could you please help take a look at this? Thank you!
Steps to reproduce:
1.git clone ​​​https://github.com/FFmpeg/FFmpeg.git D:\FFmpeg\src
2.Open a VS 2017 x86 prompt and browse to D:\FFmpeg
3.set FFMPEG_TARGET=i386
4.set FFMPEG_SRC_PATH=D:\FFmpeg/src
5.set FFMPEG_FATE_PATH=../fate-suite/
6.set PATH=D:\FFmpeg\tools;%PATH%
7.set MSYS2_PATH_TYPE=inherit
8..\tools\msys32\usr\bin\sh.exe --login -i -c "/D/ffmpeg/tools/build.sh"
9..\tools\msys32\usr\bin\sh.exe --login -i -c "/D/ffmpeg/tools/test.sh"

Actual result:
Test checkasm-opusdsp failed. Look at tests/data/fate/checkasm-opusdsp.err for details.
make: * [tests/Makefile:240: fate-checkasm-opusdsp] Error 1
make:
* Waiting for unfinished jobs....
TEST checkasm-vf_gblur
Failed FATE test suite!
[command took 223 seconds]

Attachments (1)

log_x86_test.log (81.9 KB ) - added by KarenHuang 5 years ago.
log_x86_test

Download all attachments as: .zip

Change History (2)

by KarenHuang, 5 years ago

Attachment: log_x86_test.log added

log_x86_test

comment:1 by James, 5 years ago

Analyzed by developer: set
Component: undeterminedfate
Reproduced by developer: set
Resolution: fixed
Status: newclosed
Version: unspecifiedgit-master
Note: See TracTickets for help on using tickets.