Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | # Check for 24-bit color mode (test for bug 414720) |
michael@0 | 2 | skip-if(Android) == colordepth.html about:blank |
michael@0 | 3 | |
michael@0 | 4 | # "PngSuite, the official set of PNG test images" |
michael@0 | 5 | # Images by Willem van Schaik |
michael@0 | 6 | # |
michael@0 | 7 | # http://www.schaik.com/pngsuite/pngsuite.html |
michael@0 | 8 | # http://www.libpng.org/pub/png/pngsuite.html |
michael@0 | 9 | skip-if(B2G) include pngsuite-basic-n/reftest.list # bug 783632 |
michael@0 | 10 | skip-if(B2G) include pngsuite-basic-i/reftest.list # bug 783632 |
michael@0 | 11 | skip-if(B2G) include pngsuite-ancillary/reftest.list # bug 783632 |
michael@0 | 12 | skip-if(B2G) include pngsuite-background/reftest.list # bug 783632 |
michael@0 | 13 | skip-if(B2G) include pngsuite-chunkorder/reftest.list # bug 783632 |
michael@0 | 14 | skip-if(B2G) include pngsuite-corrupted/reftest.list # bug 783632 |
michael@0 | 15 | skip-if(B2G) include pngsuite-filtering/reftest.list # bug 783632 |
michael@0 | 16 | skip-if(B2G) include pngsuite-gamma/reftest.list # bug 783632 |
michael@0 | 17 | skip-if(B2G) include pngsuite-oddsizes/reftest.list # bug 783632 |
michael@0 | 18 | skip-if(B2G) include pngsuite-palettes/reftest.list # bug 783632 |
michael@0 | 19 | skip-if(B2G) include pngsuite-transparency/reftest.list # bug 783632 |
michael@0 | 20 | skip-if(B2G) include pngsuite-zlib/reftest.list # bug 783632 |
michael@0 | 21 | |
michael@0 | 22 | # BMP tests |
michael@0 | 23 | skip-if(Android) include bmp/reftest.list |
michael@0 | 24 | |
michael@0 | 25 | # ICO tests |
michael@0 | 26 | skip-if(Android) include ico/reftest.list |
michael@0 | 27 | |
michael@0 | 28 | # JPEG tests |
michael@0 | 29 | include jpeg/reftest.list |
michael@0 | 30 | |
michael@0 | 31 | # GIF tests |
michael@0 | 32 | include gif/reftest.list |
michael@0 | 33 | |
michael@0 | 34 | # APNG tests |
michael@0 | 35 | include apng/reftest.list |
michael@0 | 36 | |
michael@0 | 37 | # Icon tests |
michael@0 | 38 | include icon/win/reftest.list |
michael@0 | 39 | |
michael@0 | 40 | # Generic image tests |
michael@0 | 41 | include generic/reftest.list |
michael@0 | 42 | |
michael@0 | 43 | # Color management test |
michael@0 | 44 | include color-management/reftest.list |
michael@0 | 45 | |
michael@0 | 46 | # Downscaling tests |
michael@0 | 47 | include downscaling/reftest.list |
michael@0 | 48 | |
michael@0 | 49 | # Lossless encoders |
michael@0 | 50 | skip-if(Android||B2G) include encoders-lossless/reftest.list # bug 783621 |