image/test/crashtests/crashtests.list

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 asserts(0-2) load ownerdiscard.html # bug 804291, bug 807211
     3 load 83804-1.gif
     4 load 89341-1.gif
     5 load 463696.bmp
     6 load 570451.png
     8 load colormap-range.gif
    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
    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
    21 # this would have exposed the leak discovered in bug 642902
    22 load invalid-icc-profile.jpg
    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
    29 # A 3-frame animated GIF with an inordinate delay between the second and third
    30 # frame.
    31 HTTP load delayedframe.sjs
    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
    38 load truncated-second-frame.png # bug 863975
    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
    45 # Bug 856615
    46 # Asserts in the debug build
    47 load 856616.gif

mercurial