content/canvas/test/mochitest.ini

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 [DEFAULT]
     2 support-files =
     3   android.json
     4   file_drawImage_document_domain.html
     5   image_anim-gr.gif
     6   image_anim-gr.png
     7   image_anim-poster-gr.png
     8   image_broken.png
     9   image_ggrr-256x256.png
    10   image_green-16x16.png
    11   image_green-1x1.png
    12   image_green-redirect
    13   image_green-redirect^headers^
    14   image_green.png
    15   image_red-16x16.png
    16   image_red.png
    17   image_redtransparent.png
    18   image_rgrg-256x256.png
    19   image_rrgg-256x256.png
    20   image_transparent.png
    21   image_transparent50.png
    22   image_yellow.png
    23   image_yellow75.png
    25 [test_2d.clearRect.image.offscreen.html]
    26 [test_2d.clip.winding.html]
    27 [test_2d.composite.canvas.color-burn.html]
    28 [test_2d.composite.canvas.color-dodge.html]
    29 [test_2d.composite.canvas.color.html]
    30 [test_2d.composite.canvas.darken.html]
    31 [test_2d.composite.canvas.destination-atop.html]
    32 [test_2d.composite.canvas.destination-in.html]
    33 [test_2d.composite.canvas.difference.html]
    34 [test_2d.composite.canvas.exclusion.html]
    35 [test_2d.composite.canvas.hard-light.html]
    36 [test_2d.composite.canvas.hue.html]
    37 [test_2d.composite.canvas.lighten.html]
    38 [test_2d.composite.canvas.luminosity.html]
    39 [test_2d.composite.canvas.multiply.html]
    40 [test_2d.composite.canvas.overlay.html]
    41 [test_2d.composite.canvas.saturation.html]
    42 [test_2d.composite.canvas.screen.html]
    43 [test_2d.composite.canvas.soft-light.html]
    44 [test_2d.composite.canvas.source-in.html]
    45 [test_2d.composite.canvas.source-out.html]
    46 [test_2d.composite.image.destination-atop.html]
    47 [test_2d.composite.image.destination-in.html]
    48 [test_2d.composite.image.source-in.html]
    49 [test_2d.composite.image.source-out.html]
    50 # xor and lighter aren't well handled by cairo; they mostly work, but we don't want
    51 # to test that
    52 [test_2d.composite.solid.xor.html]
    53 disabled =
    54 [test_2d.composite.solid.lighter.html]
    55 disabled =
    56 [test_2d.composite.transparent.xor.html]
    57 disabled =
    58 [test_2d.composite.transparent.lighter.html]
    59 disabled =
    60 [test_2d.composite.image.xor.html]
    61 disabled =
    62 [test_2d.composite.image.lighter.html]
    63 disabled =
    64 [test_2d.composite.canvas.xor.html]
    65 disabled =
    66 [test_2d.composite.canvas.lighter.html]
    67 disabled =
    68 [test_2d.composite.clip.xor.html]
    69 disabled =
    70 [test_2d.composite.clip.lighter.html]
    71 disabled =
    72 [test_2d.composite.solid.color-burn.html]
    73 [test_2d.composite.solid.color-dodge.html]
    74 [test_2d.composite.solid.color.html]
    75 [test_2d.composite.solid.darken.html]
    76 [test_2d.composite.solid.difference.html]
    77 [test_2d.composite.solid.exclusion.html]
    78 [test_2d.composite.solid.hard-light.html]
    79 [test_2d.composite.solid.hue.html]
    80 [test_2d.composite.solid.lighten.html]
    81 [test_2d.composite.solid.luminosity.html]
    82 [test_2d.composite.solid.multiply.html]
    83 [test_2d.composite.solid.overlay.html]
    84 [test_2d.composite.solid.saturation.html]
    85 [test_2d.composite.solid.screen.html]
    86 [test_2d.composite.solid.soft-light.html]
    87 [test_2d.composite.uncovered.image.destination-atop.html]
    88 # This test fails in Suite on Linux for some reason, disable it there
    89 skip-if = os == 'linux' && buildapp == 'suite'
    90 [test_2d.composite.uncovered.fill.color-burn.html]
    91 [test_2d.composite.uncovered.fill.color-dodge.html]
    92 [test_2d.composite.uncovered.fill.color.html]
    93 [test_2d.composite.uncovered.fill.darken.html]
    94 [test_2d.composite.uncovered.fill.difference.html]
    95 [test_2d.composite.uncovered.fill.exclusion.html]
    96 [test_2d.composite.uncovered.fill.hard-light.html]
    97 [test_2d.composite.uncovered.fill.hue.html]
    98 [test_2d.composite.uncovered.fill.lighten.html]
    99 [test_2d.composite.uncovered.fill.luminosity.html]
   100 [test_2d.composite.uncovered.fill.multiply.html]
   101 [test_2d.composite.uncovered.fill.overlay.html]
   102 [test_2d.composite.uncovered.fill.saturation.html]
   103 [test_2d.composite.uncovered.fill.screen.html]
   104 [test_2d.composite.uncovered.fill.soft-light.html]
   105 # Tests that fail on non-Mac (bug 407107)
   106 [test_2d.composite.uncovered.fill.source-in.html]
   107 skip-if = toolkit != 'cocoa'
   108 [test_2d.composite.uncovered.fill.destination-in.html]
   109 skip-if = toolkit != 'cocoa'
   110 [test_2d.composite.uncovered.fill.source-out.html]
   111 skip-if = toolkit != 'cocoa'
   112 [test_2d.composite.uncovered.fill.destination-atop.html]
   113 skip-if = toolkit != 'cocoa'
   114 [test_2d.composite.uncovered.image.destination-in.html]
   115 [test_2d.composite.uncovered.image.source-in.html]
   116 [test_2d.composite.uncovered.image.source-out.html]
   117 # Tests that fail on non-Mac (bug 407107)
   118 [test_2d.composite.uncovered.pattern.source-in.html]
   119 skip-if = toolkit != 'cocoa'
   120 [test_2d.composite.uncovered.pattern.destination-in.html]
   121 skip-if = toolkit != 'cocoa'
   122 [test_2d.composite.uncovered.pattern.source-out.html]
   123 skip-if = toolkit != 'cocoa'
   124 [test_2d.composite.uncovered.pattern.destination-atop.html]
   125 skip-if = toolkit != 'cocoa'
   126 [test_2d.drawImage.zerocanvas.html]
   127 [test_2d.fill.winding.html]
   128 # These tests do not pass on any platform; Quartz backend won't pass them
   129 # because we fall back to pixman when one circle doesn't contain the other.
   130 # See bug 512647.
   131 [test_2d.gradient.radial.cone.shape2.html]
   132 disabled = bug 512647
   133 [test_2d.gradient.radial.cone.behind.html]
   134 disabled = bug 512647
   135 [test_2d.gradient.radial.cone.beside.html]
   136 disabled = bug 512647
   137 # This is an issue with Quartz's handling of radial gradients and some numeric
   138 # imprecision that results in errors here. SkiaGL (on Android/Gonk) also has
   139 # a similar problem.
   140 [test_2d.gradient.radial.inside2.html]
   141 skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk'
   142 [test_2d.gradient.radial.inside3.html]
   143 skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk'
   144 [test_2d.gradient.radial.outside1.html]
   145 skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk'
   146 [test_2d.gradient.radial.cone.front.html]
   147 skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk'
   148 [test_2d.gradient.radial.cone.top.html]
   149 skip-if = toolkit == 'cocoa' || toolkit == 'android' || toolkit == 'gonk'
   150 # Tests that fail on non-Mac (bug 407107)
   151 [test_2d.gradient.radial.outside2.html]
   152 skip-if = toolkit != 'cocoa'
   153 [test_2d.gradient.radial.outside3.html]
   154 skip-if = toolkit != 'cocoa'
   155 # These tests only pass on Mac OS X >= 10.5; see bug 450114
   156 [test_2d.gradient.radial.touch1.html]
   157 disabled = bug 450114
   158 [test_2d.gradient.radial.touch2.html]
   159 disabled = bug 450114
   160 [test_2d.gradient.radial.touch3.html]
   161 disabled = bug 450114
   162 [test_2d.gradient.radial.equal.html]
   163 disabled = bug 450114
   164 [test_2d.isPointInPath.winding.html]
   165 [test_2d.line.cap.closed.html]
   166 # This is another Quartz bug -- closed paths that don't lie fully within the
   167 # destination bounds seem to have problems with the BEVEL/SQUARE join/cap combo.
   168 # The joins are rendered as if with MITER; the correct behaviour is also seen
   169 # if BUTT is used instead of SQUARE.
   170 skip-if = toolkit == 'cocoa'
   171 [test_2d.line.join.parallel.html]
   172 # Tests that fail on Mac (possibly because spec is underdefined?).  Bug 407105
   173 # XXX vlad don't test these anywhere, cairo behaviour changed
   174 skip-if = toolkit == 'cocoa'
   175 # Tests that fail on non-Mac (bug 407107)
   176 [test_2d.path.arc.shape.3.html]
   177 skip-if = toolkit != 'cocoa'
   178 [test_2d.path.rect.selfintersect.html]
   179 skip-if = toolkit != 'cocoa'
   180 # This test is bogus according to the spec; see bug 407107
   181 [test_2d.path.rect.zero.6.html]
   182 disabled = bug 407107
   183 [test_2d.strokeRect.zero.5.html]
   184 [test_bug613794.html]
   185 [test_bug753758.html]
   186 [test_bug764125.html]
   187 [test_bug856472.html]
   188 [test_bug866575.html]
   189 [test_bug902651.html]
   190 [test_canvas.html]
   191 skip-if = (toolkit == 'gonk' && debug) #debug-only crash; bug 933541
   192 [test_canvas_focusring.html]
   193 skip-if = (toolkit == 'gonk' && !debug) #specialpowers.wrap
   194 [test_canvas_font_setter.html]
   195 [test_canvas_path.html]
   196 [test_hitregion_canvas.html]
   197 skip-if = os == "android" || appname == "b2g"
   198 [test_canvas_strokeStyle_getter.html]
   199 [test_drawImageIncomplete.html]
   200 [test_drawImage_document_domain.html]
   201 [test_drawImage_edge_cases.html]
   202 [test_drawWindow.html]
   203 support-files = file_drawWindow_source.html file_drawWindow_common.js
   204 skip-if = (buildapp == 'b2g' && toolkit != 'gonk')
   205 [test_ImageData_ctor.html]
   206 [test_isPointInStroke.html]
   207 [test_mozDashOffset.html]
   208 [test_mozGetAsFile.html]
   209 [test_strokeText_throw.html]
   210 [test_toBlob.html]
   211 [test_toDataURL_alpha.html]
   212 [test_toDataURL_lowercase_ascii.html]
   213 [test_toDataURL_parameters.html]
   214 [test_windingRuleUndefined.html]
   215 [test_2d.fillText.gradient.html]

mercurial