Changeset 94895 in webkit


Ignore:
Timestamp:
Sep 9, 2011 6:58:44 PM (13 years ago)
Author:
mdelaney@apple.com
Message:

Update Skipped lists for mac and mac-lion w.r.t. canvas
https://bugs.webkit.org/show_bug.cgi?id=67867

Reviewed by Simon Fraser.

  • platform/mac-lion/Skipped:
  • platform/mac/Skipped:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r94891 r94895  
     12011-09-09  Matthew Delaney  <mdelaney@apple.com>
     2
     3        Update Skipped lists for mac and mac-lion w.r.t. canvas
     4        https://bugs.webkit.org/show_bug.cgi?id=67867
     5
     6        Reviewed by Simon Fraser.
     7
     8        * platform/mac-lion/Skipped:
     9        * platform/mac/Skipped:
     10
    1112011-09-09  Kentaro Hara  <haraken@google.com>
    212
  • trunk/LayoutTests/platform/mac-lion/Skipped

    r93106 r94895  
    1313# <rdar://problem/8955076>
    1414canvas/philip/tests/2d.strokeRect.zero.5.html
    15 
    16 # <rdar://problem/9319445>
    17 fast/canvas/canvas-createPattern-fillRect-shadow.html
    1815
    1916# <rdar://problem/9356215>
     
    3431
    3532# Unknown canvas test failures
    36 canvas/philip/tests/2d.text.draw.baseline.ideographic.html
    3733fast/canvas/canvas-draw-canvas-on-canvas-shadow.html
    3834fast/canvas/canvas-strokePath-gradient-shadow.html
  • trunk/LayoutTests/platform/mac/Skipped

    r94687 r94895  
    150150
    151151# Below canvas test cases from http://philip.html5.org/tests/canvas/suite/tests/
    152 #(2d.composite.operation.clear) is failing because we support the "clear" composite op
    153 #  without our vendor prefix since it was around in canvas before the spec was written.
     152# (2d.composite.operation.clear) is failing because we support the "clear" composite op
     153# without our vendor prefix since it was around in canvas before the spec was written.
    154154canvas/philip/tests/2d.composite.operation.clear.html
    155 #(2d.composite.*) Most, if not all, of these are failing due to the webkit canvas
    156 #  drawing model being different than the spec's current model. There is a current
    157 #  effort out to change the spec to the webkit canvas model.
     155# (2d.composite.*) Most, if not all, of these are failing due to the webkit canvas
     156# drawing model being different than the spec's current model. There is a current
     157# effort out to change the spec to the webkit canvas model.
    158158canvas/philip/tests/2d.composite.operation.darker.html
    159 canvas/philip/tests/2d.composite.uncovered.fill.copy.html
    160159canvas/philip/tests/2d.composite.uncovered.image.copy.html
    161160canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html
     
    292291fast/images/webp-image-decoding.html
    293292
    294 # https://bugs.webkit.org/show_bug.cgi?id=47901
    295 fast/canvas/canvas-getImageData-negative-source.html
    296 
    297293# Times out because plugins aren't allowed to execute JS after NPP_Destroy has been called in WebKit1's OOP plugins implementation http://webkit.org/b/48929
    298294plugins/evaluate-js-after-removing-plugin-element.html
Note: See TracChangeset for help on using the changeset viewer.