image/test/crashtests/crashtests.list

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:6d7ce130d0cb
1 asserts(0-2) load ownerdiscard.html # bug 804291, bug 807211
2
3 load 83804-1.gif
4 load 89341-1.gif
5 load 463696.bmp
6 load 570451.png
7
8 load colormap-range.gif
9
10 # the following tests were inspired by bug 525326
11 # they have image sizes of 65535x65535 which is larger than we allow
12 load invalid-size.gif
13 # this image has a valid size for the first frame, but the second frame is 65535x65535
14 # AddressSanitizer sometimes fails with a CHECK on an allocation caused by this.
15 skip-if(AddressSanitizer) load invalid-size-second-frame.gif
16
17 # Animated gifs with a very large canvas, but tiny actual content.
18 load delaytest.html?523528-1.gif
19 load delaytest.html?523528-2.gif
20
21 # this would have exposed the leak discovered in bug 642902
22 load invalid-icc-profile.jpg
23
24 # maximum (256) width and height icons that we currently (due to bug 668068)
25 # interpret as 0-width and 0-height.
26 load 256-width.ico
27 load 256-height.ico
28
29 # A 3-frame animated GIF with an inordinate delay between the second and third
30 # frame.
31 HTTP load delayedframe.sjs
32
33 load 681190.html
34 skip-if(Android&&smallScreen) skip-if(B2G) load 694165-1.xhtml # nexus-s Android 2.3.6, bug 876275 for B2G on a VM
35 load 732319-1.html
36 load 844403-1.html
37
38 load truncated-second-frame.png # bug 863975
39
40 # Bug 863958
41 # This icon's size is such that it leads to multiple writes to the PNG decoder
42 # after we've gotten our size.
43 load multiple-png-hassize.ico
44
45 # Bug 856615
46 # Asserts in the debug build
47 load 856616.gif

mercurial