Changeset 185798 in webkit


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

REGRESSION (r185779): fast/canvas/{canvas-toDataURL-crash,pattern-too-large-to-create}.html are 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. This is the same fix for these tests as r185793.

  • fast/canvas/canvas-toDataURL-crash-expected.txt: Update.
  • fast/canvas/pattern-too-large-to-create-expected.txt: Update.
  • Set limit to 268435456.
  • platform/ios-simulator/fast/canvas/canvas-toDataURL-crash-expected.txt: Copied from LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt.
  • platform/ios-simulator/fast/canvas/pattern-too-large-to-create-expected.txt: Copied from LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt.
  • Set limit to 16777216.
  • platform/mac-yosemite/fast/canvas/canvas-toDataURL-crash-expected.txt: Copied from LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt.
  • platform/mac-yosemite/fast/canvas/pattern-too-large-to-create-expected.txt: Copied from LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt.
  • Set limit to 67108864.
Location:
trunk/LayoutTests
Files:
3 edited
4 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r185797 r185798  
     12015-06-20  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r185779): fast/canvas/{canvas-toDataURL-crash,pattern-too-large-to-create}.html are 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.  This is the same fix for these tests as r185793.
     13
     14        * fast/canvas/canvas-toDataURL-crash-expected.txt: Update.
     15        * fast/canvas/pattern-too-large-to-create-expected.txt: Update.
     16        - Set limit to 268435456.
     17
     18        * platform/ios-simulator/fast/canvas/canvas-toDataURL-crash-expected.txt: Copied from LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt.
     19        * platform/ios-simulator/fast/canvas/pattern-too-large-to-create-expected.txt: Copied from LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt.
     20        - Set limit to 16777216.
     21
     22        * platform/mac-yosemite/fast/canvas/canvas-toDataURL-crash-expected.txt: Copied from LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt.
     23        * platform/mac-yosemite/fast/canvas/pattern-too-large-to-create-expected.txt: Copied from LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt.
     24        - Set limit to 67108864.
     25
    1262015-06-20  David Kilzer  <ddkilzer@apple.com>
    227
  • trunk/LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt

    r185787 r185798  
    1 CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 67108864).
     1CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 268435456).
    22PASS
    33
  • trunk/LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt

    r185787 r185798  
    1 CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 67108864).
     1CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 268435456).
    22PASS: Saw exception.
  • trunk/LayoutTests/platform/ios-simulator/fast/canvas/canvas-toDataURL-crash-expected.txt

    r185797 r185798  
    1 CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 67108864).
     1CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 16777216).
    22PASS
    33
  • trunk/LayoutTests/platform/ios-simulator/fast/canvas/pattern-too-large-to-create-expected.txt

    r185797 r185798  
    1 CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 67108864).
     1CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 16777216).
    22PASS: Saw exception.
Note: See TracChangeset for help on using the changeset viewer.