Title: [185793] trunk/LayoutTests
Revision
185793
Author
[email protected]
Date
2015-06-20 08:10:33 -0700 (Sat, 20 Jun 2015)

Log 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.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (185792 => 185793)


--- trunk/LayoutTests/ChangeLog	2015-06-20 14:26:05 UTC (rev 185792)
+++ trunk/LayoutTests/ChangeLog	2015-06-20 15:10:33 UTC (rev 185793)
@@ -1,5 +1,27 @@
 2015-06-20  David Kilzer  <[email protected]>
 
+        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.
+
+2015-06-20  David Kilzer  <[email protected]>
+
         REGRESSION (r185779): fast/canvas/canvas-too-large-to-draw.html broken prior to El Capitan
 
         This layout test started failing after the fix for:

Modified: trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt (185792 => 185793)


--- trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt	2015-06-20 14:26:05 UTC (rev 185792)
+++ trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt	2015-06-20 15:10:33 UTC (rev 185793)
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 35: Canvas area exceeds the maximum limit (width * height > 67108864).
+CONSOLE MESSAGE: line 36: Canvas area exceeds the maximum limit (width * height > 268435456).
  

Added: trunk/LayoutTests/platform/ios-simulator/fast/canvas/canvas-too-large-to-draw-expected.txt (0 => 185793)


--- trunk/LayoutTests/platform/ios-simulator/fast/canvas/canvas-too-large-to-draw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/fast/canvas/canvas-too-large-to-draw-expected.txt	2015-06-20 15:10:33 UTC (rev 185793)
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 36: Canvas area exceeds the maximum limit (width * height > 16777216).
+ 

Added: trunk/LayoutTests/platform/mac-yosemite/fast/canvas/canvas-too-large-to-draw-expected.txt (0 => 185793)


--- trunk/LayoutTests/platform/mac-yosemite/fast/canvas/canvas-too-large-to-draw-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-yosemite/fast/canvas/canvas-too-large-to-draw-expected.txt	2015-06-20 15:10:33 UTC (rev 185793)
@@ -0,0 +1,2 @@
+CONSOLE MESSAGE: line 36: Canvas area exceeds the maximum limit (width * height > 67108864).
+ 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to