[FFmpeg-trac] #9841(build system:new): fate-imf-cpl-with-repeat not skipped when SAMPLES not set

FFmpeg trac at avcodec.org
Sat Jul 23 18:17:50 EEST 2022


#9841: fate-imf-cpl-with-repeat not skipped when SAMPLES not set
-------------------------------------+-------------------------------------
             Reporter:  Robert       |                     Type:  defect
  Scott                              |
               Status:  new          |                 Priority:  normal
            Component:  build        |                  Version:
  system                             |  unspecified
             Keywords:  tests        |               Blocked By:
  samples imf                        |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Most of your tests that need `SAMPLES` appear to automatically be skipped
 if that is not set. In 5.1, doing a `make check` without `SAMPLES` (but
 when IMF support is enabled) will result in:

 {{{
   STRIP       tests/checkasm/x86/checkasm.o
   skipping strip -x tests/checkasm/x86/checkasm.o
   CC    tests/api/api-seek-test.o
   HOSTCC      tests/audiogen.o
   HOSTCC       tests/videogen.o
   fate-imf-cpl-with-repeat requires external samples and SAMPLES not
 specified
   make: *** [tests/Makefile:285: fate-imf-cpl-with-repeat] Error 1
   make: *** Waiting for unfinished jobs....
 }}}

 I think `fate-imf-cpl-with-repeat` might just have been missed from
 whatever exclusion mechanism you  use for that..
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9841>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list