mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Workaround bug 405384 (pngsuite reftest fails on Windows with slight color differences) by marking tests as fails-if(MOZ_WIDGET_TOOLKIT=="windows") These are not the crashtests you're looking for.
This commit is contained in:
parent
f27c62a9ae
commit
6314a3d519
@ -9,10 +9,10 @@
|
||||
# See /mozilla/layout/tools/reftest/README.txt for more information.
|
||||
|
||||
# z00n2c08 - color, no interlacing, compression level 0 (none)
|
||||
== z00n2c08.png z00n2c08.html
|
||||
fails-if(MOZ_WIDGET_TOOLKIT=="windows") == z00n2c08.png z00n2c08.html
|
||||
# z03n2c08 - color, no interlacing, compression level 3
|
||||
== z03n2c08.png z03n2c08.html
|
||||
fails-if(MOZ_WIDGET_TOOLKIT=="windows") == z03n2c08.png z03n2c08.html
|
||||
# z06n2c08 - color, no interlacing, compression level 6 (default)
|
||||
== z06n2c08.png z06n2c08.html
|
||||
fails-if(MOZ_WIDGET_TOOLKIT=="windows") == z06n2c08.png z06n2c08.html
|
||||
# z09n2c08 - color, no interlacing, compression level 9 (maximum)
|
||||
== z09n2c08.png z09n2c08.html
|
||||
fails-if(MOZ_WIDGET_TOOLKIT=="windows") == z09n2c08.png z09n2c08.html
|
||||
|
@ -17,4 +17,4 @@
|
||||
#include pngsuite-oddsizes/reftest.list
|
||||
#include pngsuite-palettes/reftest.list
|
||||
#include pngsuite-transparency/reftest.list
|
||||
#include pngsuite-zlib/reftest.list
|
||||
include pngsuite-zlib/reftest.list
|
||||
|
Loading…
Reference in New Issue
Block a user