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