mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 803299 - JPEG srgb icc fails on Android in 24-bit colour. r=jrmuizel
--HG-- extra : rebase_source : 04013f2315b07f86aea7d4a808de2626a9240387
This commit is contained in:
parent
a6e25dd87f
commit
347f27d7f6
@ -23,7 +23,11 @@ random-if(bug685516) == jpg-gray.jpg jpg-gray.png
|
||||
# CMYK colorspace
|
||||
random-if(bug685516) == jpg-cmyk-1.jpg jpg-cmyk-1.png
|
||||
random-if(bug685516) == jpg-cmyk-2.jpg jpg-cmyk-2.png
|
||||
random-if(bug685516) == jpg-srgb-icc.jpg jpg-srgb-icc.png
|
||||
# This intermittently fails on Android due to async image decoding (bug #685516)
|
||||
# Sometimes the image decodes in time and the test passes, other times the image
|
||||
# appears blank and the test fails. This only seems to be triggered since the
|
||||
# switch to 24-bit colour (bug #803299).
|
||||
random-if(bug685516) random-if(Android) == jpg-srgb-icc.jpg jpg-srgb-icc.png
|
||||
|
||||
# webcam-simulacrum.mjpg is a hand-edited file containing red.jpg and blue.jpg,
|
||||
# concatenated together with the relevant headers for
|
||||
|
Loading…
Reference in New Issue
Block a user