Title: [213208] releases/WebKitGTK/webkit-2.16/LayoutTests
Revision
213208
Author
carlo...@webkit.org
Date
2017-02-28 23:57:08 -0800 (Tue, 28 Feb 2017)

Log Message

Merge r212678, r212825, r212890, r212934, r213073, r213085 - Gardening

LayoutTest fast/multicol/column-span-parent-continuation-crash.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=168341

Reviewed by Daniel Bates.

* fast/multicol/column-span-parent-continuation-crash.html: Make sure that the
document is fully parsed before the test runs. I'm not sure if the zero delay
is still needed, but it doesn't hurt.

Unreviewed GTK+ gardening. Mark http/tests/media/video-redirect.html as timing out.

* platform/gtk/TestExpectations:

[GTK] Gardening of some flaky tests

Unreviewed.

* platform/gtk/TestExpectations: Update some expectations or add new cases of flaky tests.

[GTK] Layout test imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=168799

Unreviewed test gardening.

* platform/gtk/TestExpectations:

compositing/transitions/transform-on-large-layer.html : ImageDiff produced stderr output
https://bugs.webkit.org/show_bug.cgi?id=168217

Patch by Fujii Hironori <hironori.fu...@sony.com> on 2017-02-27
Reviewed by Simon Fraser.

ImageDiff reports an error for image size mismatch of expected and
actual images. But, Nwtr ignores the errors for ref tests at the moment
(Bug 168033). They should have same window size before fixing the
bug.

* compositing/transitions/transform-on-large-layer-expected.html:
Do not resize the window to match the actual.
* fast/css/sticky/sticky-left-percentage-expected.html: Resize the
window to match the actual.

LayoutTest fast/events/currentTarget-gc-crash.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=168917

Reviewed by Alex Christensen.

Make sure we never call finishJSTest() more than once.

* fast/events/currentTarget-gc-crash.html:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/ChangeLog (213207 => 213208)


--- releases/WebKitGTK/webkit-2.16/LayoutTests/ChangeLog	2017-03-01 07:36:03 UTC (rev 213207)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/ChangeLog	2017-03-01 07:57:08 UTC (rev 213208)
@@ -1,3 +1,65 @@
+2017-02-27  Chris Dumez  <cdu...@apple.com>
+
+        LayoutTest fast/events/currentTarget-gc-crash.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=168917
+
+        Reviewed by Alex Christensen.
+
+        Make sure we never call finishJSTest() more than once.
+
+        * fast/events/currentTarget-gc-crash.html:
+
+2017-02-27  Fujii Hironori  <hironori.fu...@sony.com>
+
+        compositing/transitions/transform-on-large-layer.html : ImageDiff produced stderr output
+        https://bugs.webkit.org/show_bug.cgi?id=168217
+
+        Reviewed by Simon Fraser.
+
+        ImageDiff reports an error for image size mismatch of expected and
+        actual images. But, Nwtr ignores the errors for ref tests at the moment
+        (Bug 168033). They should have same window size before fixing the
+        bug.
+
+        * compositing/transitions/transform-on-large-layer-expected.html:
+        Do not resize the window to match the actual.
+        * fast/css/sticky/sticky-left-percentage-expected.html: Resize the
+        window to match the actual.
+
+2017-02-23  Javier Fernandez  <jfernan...@igalia.com>
+
+        [GTK] Layout test imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=168799
+
+        Unreviewed test gardening.
+
+        * platform/gtk/TestExpectations:
+
+2017-02-23  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] Gardening of some flaky tests
+
+        Unreviewed.
+
+        * platform/gtk/TestExpectations: Update some expectations or add new cases of flaky tests.
+
+2017-02-22  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed GTK+ gardening. Mark http/tests/media/video-redirect.html as timing out.
+
+        * platform/gtk/TestExpectations:
+
+2017-02-20  Alexey Proskuryakov  <a...@apple.com>
+
+        LayoutTest fast/multicol/column-span-parent-continuation-crash.html is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=168341
+
+        Reviewed by Daniel Bates.
+
+        * fast/multicol/column-span-parent-continuation-crash.html: Make sure that the
+        document is fully parsed before the test runs. I'm not sure if the zero delay
+        is still needed, but it doesn't hurt.
+
 2017-02-25  Zalan Bujtas <za...@apple.com>
 
         Text might wrap when its preferred logical width is used for sizing the containing block.

Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/compositing/transitions/transform-on-large-layer-expected.html (213207 => 213208)


--- releases/WebKitGTK/webkit-2.16/LayoutTests/compositing/transitions/transform-on-large-layer-expected.html	2017-03-01 07:36:03 UTC (rev 213207)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/compositing/transitions/transform-on-large-layer-expected.html	2017-03-01 07:57:08 UTC (rev 213208)
@@ -18,9 +18,6 @@
         }
     </style>
 </head>
-<script>
-    window.resizeTo(1600,1200);
-</script>
 <body>
     <div id=description> 
         The test passes if the box below turns green.
@@ -29,4 +26,4 @@
         <div id="box"><font style="opacity:0">ABC</font></div>
     </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/css/sticky/sticky-left-percentage-expected.html (213207 => 213208)


--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/css/sticky/sticky-left-percentage-expected.html	2017-03-01 07:36:03 UTC (rev 213207)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/css/sticky/sticky-left-percentage-expected.html	2017-03-01 07:57:08 UTC (rev 213208)
@@ -36,6 +36,9 @@
         background-color: red;
     }
 </style>
+<script>
+    window.resizeTo(800, 700)
+</script>
 </head>
 <body>
     <div class="group" style="left: -100px;">

Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/events/currentTarget-gc-crash.html (213207 => 213208)


--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/events/currentTarget-gc-crash.html	2017-03-01 07:36:03 UTC (rev 213207)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/events/currentTarget-gc-crash.html	2017-03-01 07:57:08 UTC (rev 213208)
@@ -9,6 +9,7 @@
     window.frames.event = window.event;
     gc();
 }
+let startedTimer = false;
 function f2() {
     var h = new XMLHttpRequest();
     h._onreadystatechange_ = f1;
@@ -18,7 +19,11 @@
     try {
         e.currentTarget.click();
     } catch(e) { }
-    setTimeout(finishJSTest, 100);
+
+    if (!startedTimer) {
+        setTimeout(finishJSTest, 100);
+        startedTimer = true;
+    }
 }
 </script>
 </head>

Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/column-span-parent-continuation-crash.html (213207 => 213208)


--- releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/column-span-parent-continuation-crash.html	2017-03-01 07:36:03 UTC (rev 213207)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/fast/multicol/column-span-parent-continuation-crash.html	2017-03-01 07:57:08 UTC (rev 213208)
@@ -26,7 +26,7 @@
         testRunner.notifyDone();
 }
 
-setTimeout("runTest()", 0);
+_onload_ = function() { setTimeout(runTest, 0); }
 </script>
 <script src=""
 <div>
@@ -33,4 +33,4 @@
 <span id="test"><h2></span>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: releases/WebKitGTK/webkit-2.16/LayoutTests/platform/gtk/TestExpectations (213207 => 213208)


--- releases/WebKitGTK/webkit-2.16/LayoutTests/platform/gtk/TestExpectations	2017-03-01 07:36:03 UTC (rev 213207)
+++ releases/WebKitGTK/webkit-2.16/LayoutTests/platform/gtk/TestExpectations	2017-03-01 07:57:08 UTC (rev 213208)
@@ -718,7 +718,7 @@
 webkit.org/b/154390 http/tests/media/video-query-url.html [ Failure ]
 webkit.org/b/154390 http/tests/media/video-throttled-load-metadata.html [ Failure ]
 webkit.org/b/154390 http/tests/media/video-served-as-text.html [ Failure ]
-webkit.org/b/154390 http/tests/media/video-redirect.html [ Failure ]
+webkit.org/b/154390 http/tests/media/video-redirect.html [ Timeout Failure ]
 webkit.org/b/154390 [ Release ] http/tests/media/hls/video-controller-getStartDate.html [ Timeout Failure ]
 webkit.org/b/154390 [ Release ] http/tests/media/hls/hls-audio-tracks-locale-selection.html [ Timeout Failure ]
 webkit.org/b/154390 [ Release ] http/tests/media/hls/hls-video-resize.html [ Timeout Failure ]
@@ -1084,7 +1084,7 @@
 webkit.org/b/119253 [ Debug ] fast/media/update-media-query-css-parser.html [ Timeout Pass ]
 webkit.org/b/119253 fast/workers/dedicated-worker-lifecycle.html [ Timeout Pass ]
 
-webkit.org/b/124511 media/video-played-reset.html [ Failure Pass ]
+webkit.org/b/124511 media/video-played-reset.html [ Failure Pass Crash ]
 
 webkit.org/b/125407 plugins/plugin-clip-subframe.html [ Failure Pass ]
 
@@ -1454,6 +1454,7 @@
 webkit.org/b/84777 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ Pass ImageOnlyFailure ]
 
 webkit.org/b/160129 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/event_timeupdate_noautoplay.html [ Timeout Pass ]
+webkit.org/b/168799 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Failure Pass ]
 
 webkit.org/b/160130 imported/w3c/web-platform-tests/html/dom/elements/global-attributes/dir_auto-contained-textarea-L.html [ ImageOnlyFailure Pass ]
 
@@ -1462,13 +1463,16 @@
 webkit.org/b/160133 css3/masking/mask-svg-no-fragmentId-tiled.html [ ImageOnlyFailure Pass ]
 
 webkit.org/b/160135 http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html [ Failure Pass ]
-
 webkit.org/b/160136 http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html [ Failure Pass ]
+webkit.org/b/142488 http/tests/appcache/404-resource-with-slow-main-resource.php [ Failure Pass ]
+webkit.org/b/162685 http/tests/cache/disk-cache/disk-cache-204-status-code.html [ Failure Pass ]
 
 webkit.org/b/160137 svg/custom/non-scaling-stroke-update.svg [ ImageOnlyFailure Pass ]
 
 webkit.org/b/163532 plugins/js-from-destroy.html [ Failure Pass ]
 
+webkit.org/b/168780 fast/forms/input-first-letter-edit.html [ ImageOnlyFailure Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -1677,7 +1681,6 @@
 webkit.org/b/142292 fast/images/animated-gif-window-resizing.html [ Timeout Pass ]
 webkit.org/b/142292 fast/images/animated-gif-zooming.html [ Timeout Pass ]
 
-webkit.org/b/142488 http/tests/appcache/404-resource-with-slow-main-resource.php [ Timeout ]
 webkit.org/b/141959 [ Release ] http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash Timeout ]
 webkit.org/b/142489 http/tests/media/video-play-waiting.html [ Timeout ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to