Title: [173435] trunk
Revision
173435
Author
clo...@igalia.com
Date
2014-09-09 12:25:21 -0700 (Tue, 09 Sep 2014)

Log Message

[GTK] Unreviewed GTK gardening.

Tools:

* Scripts/run-gtk-tests:
(TestRunner): Skip TestSSL:webkit2/WebKitWebView/ssl (fails since r173423).

LayoutTests:

* platform/gtk/TestExpectations: Report and mark new failures after r173328 and r173418.
Update some expectations for new cases.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (173434 => 173435)


--- trunk/LayoutTests/ChangeLog	2014-09-09 19:07:43 UTC (rev 173434)
+++ trunk/LayoutTests/ChangeLog	2014-09-09 19:25:21 UTC (rev 173435)
@@ -1,3 +1,10 @@
+2014-09-09  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Report and mark new failures after r173328 and r173418.
+        Update some expectations for new cases.
+
 2014-09-09  Roger Fong  <roger_f...@apple.com>
 
         Skip some WebGL tests failing on Mavericks and MountainLion bots.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (173434 => 173435)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2014-09-09 19:07:43 UTC (rev 173434)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2014-09-09 19:25:21 UTC (rev 173435)
@@ -229,7 +229,7 @@
 webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-nodownload.html [ Pass ]
 webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download.html [ Failure ]
 webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Failure ]
-webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download-unset.html [ Pass ]
+webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download-unset.html [ Timeout Pass ]
 
 # CSS Filters is disabled
 webkit.org/b/99026 css3/filters [ Skip ]
@@ -390,7 +390,7 @@
 webkit.org/b/128172 fast/events/touch/multi-touch-grouped-targets.html [ Timeout Failure ]
 webkit.org/b/128172 fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash Timeout ]
 webkit.org/b/128172 fast/events/touch/multi-touch-inside-iframes.html [ Timeout ]
-webkit.org/b/128172 fast/events/touch/basic-single-touch-events.html [ Timeout ]
+webkit.org/b/128172 fast/events/touch/basic-single-touch-events.html [ Crash Timeout ]
 webkit.org/b/128172 fast/events/touch/page-scaled-touch-gesture-click.html [ Timeout ]
 webkit.org/b/128172 fast/events/touch/touch-target.html [ Timeout ]
 webkit.org/b/128172 fast/events/touch/touch-target-limited.html [ Crash Timeout ]
@@ -702,7 +702,7 @@
 
 webkit.org/b/126523 perf/accessibility-title-ui-element.html [ Failure Pass ]
 
-webkit.org/b/127280 media/audio-concurrent-supported.html [ Failure Pass ]
+webkit.org/b/127280 media/audio-concurrent-supported.html [ Failure Timeout Pass ]
 
 webkit.org/b/127682 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html [ Failure Pass ]
 
@@ -1109,7 +1109,7 @@
 webkit.org/b/133148 accessibility/content-editable-as-textarea.html [ Crash Timeout ]
 webkit.org/b/133148 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Timeout ]
 
-webkit.org/b/133151 js/cached-window-properties.html [ Timeout Pass ]
+webkit.org/b/133151 js/cached-window-properties.html [ Timeout Crash Pass ]
 
 webkit.org/b/133808 media/video-trackmenu-selection.html [ Timeout ]
 
@@ -1135,6 +1135,8 @@
 
 webkit.org/b/136069 fast/forms/mailto/formenctype-attribute-input-2.html [ Timeout Pass ]
 
+webkit.org/b/136674 media/track/track-cue-rendering-with-padding.html [ Timeout Pass ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests timing out
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -1735,7 +1737,7 @@
 webkit.org/b/109353 fast/flexbox/line-clamp-link-after-ellipsis.html [ Failure ]
 
 webkit.org/b/109469 fast/css/cursor-parsing-image-set.html [ Failure ]
-webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Timeout ]
+webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Crash Timeout ]
 
 webkit.org/b/110090 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ]
 
@@ -2115,6 +2117,9 @@
 webkit.org/b/136537 css3/flexbox/flex-rounding.html [ Failure ]
 webkit.org/b/136537 fast/sub-pixel/client-width-height-snapping.html [ Failure ]
 
+webkit.org/b/136672 fast/selectors/read-only-read-write-input-basics.html [ Failure ]
+webkit.org/b/136673 fast/text/empty-shadow-with-color.html [ ImageOnlyFailure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/Tools/ChangeLog (173434 => 173435)


--- trunk/Tools/ChangeLog	2014-09-09 19:07:43 UTC (rev 173434)
+++ trunk/Tools/ChangeLog	2014-09-09 19:25:21 UTC (rev 173435)
@@ -1,3 +1,10 @@
+2014-09-09  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] Unreviewed GTK gardening.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Skip TestSSL:webkit2/WebKitWebView/ssl (fails since r173423).
+
 2014-09-09  Christophe Dumez  <cdu...@apple.com>
 
         Update my email in contributors.json

Modified: trunk/Tools/Scripts/run-gtk-tests (173434 => 173435)


--- trunk/Tools/Scripts/run-gtk-tests	2014-09-09 19:07:43 UTC (rev 173434)
+++ trunk/Tools/Scripts/run-gtk-tests	2014-09-09 19:25:21 UTC (rev 173435)
@@ -67,6 +67,7 @@
         SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/snapshot", "Test fails", 120404),
         SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/page-visibility", "Test fails or times out", 131731),
         SkippedTest("WebKit2Gtk/TestCookieManager", "/webkit2/WebKitCookieManager/persistent-storage", "Test is flaky", 134580),
+        SkippedTest("WebKit2Gtk/TestSSL", "/webkit2/WebKitWebView/ssl", "Assert fails after r173423", 136669),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.MouseMoveAfterCrash", "Test is flaky", 85066),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.NewFirstVisuallyNonEmptyLayoutForImages", "Test is flaky", 85066),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.NewFirstVisuallyNonEmptyLayoutFrames", "Test fails", 85037),
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to