Changeset 185793 in webkit


Ignore:
Timestamp:
Jun 20, 2015 8:10:33 AM (9 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION (r185779): fast/canvas/canvas-too-large-to-draw.html is still broken

This layout test started failing after the fix for:

Extremely large canvas crashes on pre-El Capitan machines
https://bugs.webkit.org/show_bug.cgi?id=146169
<rdar://problem/21410046>

Different limits require different test results for each
platform. Also update the line number from 35 to 36 since the
html test file was modified in r185792.

  • fast/canvas/canvas-too-large-to-draw-expected.txt:
  • Update limit to 16384x16384 for El Capitan (and other ports) and update line number.
  • platform/ios-simulator/fast/canvas/canvas-too-large-to-draw-expected.txt: Added.
  • New results with 4096x4096 limit for iOS.
  • platform/mac-yosemite/fast/canvas/canvas-too-large-to-draw-expected.txt: Added.
  • New results with 8192x8192 limit for Mac OS X 10.10.x and older.
Location:
trunk/LayoutTests
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r185792 r185793  
     12015-06-20  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r185779): fast/canvas/canvas-too-large-to-draw.html is still broken
     4
     5        This layout test started failing after the fix for:
     6
     7            Extremely large canvas crashes on pre-El Capitan machines
     8            https://bugs.webkit.org/show_bug.cgi?id=146169
     9            <rdar://problem/21410046>
     10
     11        Different limits require different test results for each
     12        platform.  Also update the line number from 35 to 36 since the
     13        html test file was modified in r185792.
     14
     15        * fast/canvas/canvas-too-large-to-draw-expected.txt:
     16        - Update limit to 16384x16384 for El Capitan (and other ports)
     17          and update line number.
     18        * platform/ios-simulator/fast/canvas/canvas-too-large-to-draw-expected.txt: Added.
     19        - New results with 4096x4096 limit for iOS.
     20        * platform/mac-yosemite/fast/canvas/canvas-too-large-to-draw-expected.txt: Added.
     21        - New results with 8192x8192 limit for Mac OS X 10.10.x and older.
     22
    1232015-06-20  David Kilzer  <ddkilzer@apple.com>
    224
  • trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt

    r185787 r185793  
    1 CONSOLE MESSAGE: line 35: Canvas area exceeds the maximum limit (width * height > 67108864).
     1CONSOLE MESSAGE: line 36: Canvas area exceeds the maximum limit (width * height > 268435456).
    22 
Note: See TracChangeset for help on using the changeset viewer.