Changeset 104019 in webkit


Ignore:
Timestamp:
Jan 4, 2012 12:48:41 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Remove unnecessary [Custom] attribute in CanvasRenderingContext2D.idl
https://bugs.webkit.org/show_bug.cgi?id=75376

Patch by Raymond Liu <raymond.liu@intel.com> on 2012-01-04
Reviewed by Adam Barth.

  • canvas/philip/tests/2d.pattern.image.string-expected.txt:
  • canvas/philip/tests/2d.pattern.image.undefined-expected.txt:
  • platform/chromium/test_expectations.txt:
  • platform/gtk/Skipped:
  • platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
  • platform/qt/Skipped:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104016 r104019  
     12012-01-04  Raymond Liu  <raymond.liu@intel.com>
     2
     3        Remove unnecessary [Custom] attribute in CanvasRenderingContext2D.idl
     4        https://bugs.webkit.org/show_bug.cgi?id=75376
     5
     6        Reviewed by Adam Barth.
     7
     8        * canvas/philip/tests/2d.pattern.image.string-expected.txt:
     9        * canvas/philip/tests/2d.pattern.image.undefined-expected.txt:
     10        * platform/chromium/test_expectations.txt:
     11        * platform/gtk/Skipped:
     12        * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
     13        * platform/qt/Skipped:
     14
    1152012-01-03  Filip Pizlo  <fpizlo@apple.com>
    216
  • trunk/LayoutTests/canvas/philip/tests/2d.pattern.image.string-expected.txt

    r71481 r104019  
    1 Passed
     1Failed assertion: expected exception of type TYPE_MISMATCH_ERR, got: Type error
  • trunk/LayoutTests/canvas/philip/tests/2d.pattern.image.undefined-expected.txt

    r71481 r104019  
    1 Passed
     1Failed assertion: expected exception of type TYPE_MISMATCH_ERR, got: Type error
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r104007 r104019  
    20262026BUGWK40272 : canvas/philip/tests/2d.imageData.object.round.html = TEXT
    20272027BUGWK40272 : canvas/philip/tests/2d.imageData.object.wrap.html = TEXT
    2028 BUGWK45991 : canvas/philip/tests/2d.missingargs.html = TEXT
    20292028BUGWK45991 : canvas/philip/tests/2d.pattern.image.broken.html = TEXT
    20302029BUGWK45991 LINUX WIN : canvas/philip/tests/2d.text.draw.baseline.ideographic.html = TEXT
    20312030BUGWK50797 : canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html = TEXT
    2032 BUGCR61824 : canvas/philip/tests/2d.pattern.image.string.html = TEXT
    20332031
    20342032// Update canvas/philip in WK r71481
     
    20412039BUGWK48288 : canvas/philip/tests/2d.composite.operation.clear.html = TEXT
    20422040BUGWK48289 : canvas/philip/tests/2d.composite.operation.darker.html = TEXT
    2043 BUGWK45991 : canvas/philip/tests/2d.pattern.image.undefined.html = TEXT
    20442041BUGWK45991 : canvas/philip/tests/2d.text.draw.baseline.bottom.html = TEXT
    20452042BUGWK45991 : canvas/philip/tests/2d.text.draw.baseline.hanging.html = TEXT
  • trunk/LayoutTests/platform/gtk/Skipped

    r103899 r104019  
    16171617media/W3C/video/readyState/readyState_during_playing.html
    16181618
    1619 
    1620 # Remove unnecessary [Custom] attribute in CanvasRenderingContext2D.idl
    1621 # https://bugs.webkit.org/show_bug.cgi?id=75376
    1622 # Those 2 tests need to be updated
    1623 canvas/philip/tests/2d.pattern.image.string.html
    1624 canvas/philip/tests/2d.pattern.image.undefined.html
    1625 
    16261619# fast/dom/htmlcollection-zombies.html fails on GTK and on Qt
    16271620# https://bugs.webkit.org/show_bug.cgi?id=75431
  • trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.missingargs-expected.txt

    r98798 r104019  
    2626Failed assertion: expected exception of type TypeError, got: Error: NOT_SUPPORTED_ERR: DOM Exception 9
    2727Failed assertion: expected exception of type TypeError, got: Error: NOT_SUPPORTED_ERR: DOM Exception 9
    28 Failed assertion: expected exception of type TypeError, got: Error: SYNTAX_ERR: DOM Exception 12
    2928Failed assertion: should throw exception of type TypeError: ctx.clearRect()
    3029Failed assertion: should throw exception of type TypeError: ctx.clearRect(0)
     
    7069Failed assertion: should throw exception of type TypeError: ctx.isPointInPath(0)
    7170Failed assertion: should throw exception of type TypeError: ctx.measureText()
    72 Failed assertion: should throw exception of type TypeError: ctx.createImageData()
    73 Failed assertion: expected exception of type TypeError, got: Error: NOT_SUPPORTED_ERR: DOM Exception 9
    7471Failed assertion: expected exception of type TypeError, got: Error: NOT_SUPPORTED_ERR: DOM Exception 9
    7572Failed assertion: expected exception of type TypeError, got: Error: NOT_SUPPORTED_ERR: DOM Exception 9
  • trunk/LayoutTests/platform/qt/Skipped

    r103899 r104019  
    25412541fast/css/absolute-inline-alignment-2.html
    25422542
    2543 # Remove unnecessary [Custom] attribute in CanvasRenderingContext2D.idl
    2544 # https://bugs.webkit.org/show_bug.cgi?id=75376
    2545 canvas/philip/tests/2d.pattern.image.string.html
    2546 canvas/philip/tests/2d.pattern.image.undefined.html
    2547 
    25482543# fast/dom/htmlcollection-zombies.html fails on GTK and on Qt
    25492544# https://bugs.webkit.org/show_bug.cgi?id=75431
Note: See TracChangeset for help on using the changeset viewer.