winetest: Missing test.avi and msrle.avi files
Two Wine tests are skipping tests because they are missing avi test files: * quartz:avisplitter needs a test.avi file: http://source.winehq.org/git/wine.git/?a=history;f=dlls/quartz/tests/avispli... avisplitter.c:210: Tests skipped: Could not read test file "test.avi", skipping test * winmm:mmio needs an msrle.avi file: http://test.winehq.org/data/b6153354dd28c57fb1f92f85df1f1ba751794fc1/mac_fg-... mmio.c:77: Tests skipped: msrle.avi file is missing, skipping the test Interestingly there is a test.avi file in the Wine source tree: dlls/qedit/tests/test.avi So where can one procure these test files? Should quartz:avisplitter automatically find qedit:test's test.avi file? Can the missing files be added to Wine? -- Francois Gouget <fgouget(a)free.fr> http://fgouget.free.fr/ Avoid the Gates of Hell - use Linux.
On Wed, Sep 21, 2011 at 03:14, Francois Gouget <fgouget(a)free.fr> wrote:
Two Wine tests are skipping tests because they are missing avi test files:
* quartz:avisplitter needs a test.avi file: http://source.winehq.org/git/wine.git/?a=history;f=dlls/quartz/tests/avispli... avisplitter.c:210: Tests skipped: Could not read test file "test.avi", skipping test
* winmm:mmio needs an msrle.avi file: http://test.winehq.org/data/b6153354dd28c57fb1f92f85df1f1ba751794fc1/mac_fg-... mmio.c:77: Tests skipped: msrle.avi file is missing, skipping the test
Interestingly there is a test.avi file in the Wine source tree: dlls/qedit/tests/test.avi
So where can one procure these test files? Should quartz:avisplitter automatically find qedit:test's test.avi file? Can the missing files be added to Wine?
http://www.winehq.org/pipermail/wine-devel/2008-October/070098.html -- -Austin
On Wed, 21 Sep 2011, Austin English wrote: [...]
http://www.winehq.org/pipermail/wine-devel/2008-October/070098.html
Thanks. I have sent a patch to make the status of msrle.avi clearer (hopefully).
* quartz:avisplitter needs a test.avi file: http://source.winehq.org/git/wine.git/?a=history;f=dlls/quartz/tests/avispli... avisplitter.c:210: Tests skipped: Could not read test file "test.avi", skipping test [...] Interestingly there is a test.avi file in the Wine source tree: dlls/qedit/tests/test.avi
But avisplitter will not run test_threads() if the test.avi file is missing. So a test.avi file is required to have complete coverage. -- Francois Gouget <fgouget(a)free.fr> http://fgouget.free.fr/ I haven't lost my mind, it's backed up on tape around here somewhere...
participants (2)
-
Austin English -
Francois Gouget