image/test/crashtests/crashtests.list

Wed, 31 Dec 2014 06:55:46 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:46 +0100
changeset 1
ca08bd8f51b2
permissions
-rw-r--r--

Added tag TORBROWSER_REPLICA for changeset 6474c204b198

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

mercurial