Changeset 173435 in webkit
- Timestamp:
- Sep 9, 2014, 12:25:21 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r173434 r173435 1 2014-09-09 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 3 [GTK] Unreviewed GTK gardening. 4 5 * platform/gtk/TestExpectations: Report and mark new failures after r173328 and r173418. 6 Update some expectations for new cases. 7 1 8 2014-09-09 Roger Fong <roger_fong@apple.com> 2 9 -
trunk/LayoutTests/platform/gtk/TestExpectations
r173331 r173435 230 230 webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download.html [ Failure ] 231 231 webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Failure ] 232 webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download-unset.html [ Pass ]232 webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download-unset.html [ Timeout Pass ] 233 233 234 234 # CSS Filters is disabled … … 391 391 webkit.org/b/128172 fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash Timeout ] 392 392 webkit.org/b/128172 fast/events/touch/multi-touch-inside-iframes.html [ Timeout ] 393 webkit.org/b/128172 fast/events/touch/basic-single-touch-events.html [ Timeout ]393 webkit.org/b/128172 fast/events/touch/basic-single-touch-events.html [ Crash Timeout ] 394 394 webkit.org/b/128172 fast/events/touch/page-scaled-touch-gesture-click.html [ Timeout ] 395 395 webkit.org/b/128172 fast/events/touch/touch-target.html [ Timeout ] … … 703 703 webkit.org/b/126523 perf/accessibility-title-ui-element.html [ Failure Pass ] 704 704 705 webkit.org/b/127280 media/audio-concurrent-supported.html [ Failure Pass ]705 webkit.org/b/127280 media/audio-concurrent-supported.html [ Failure Timeout Pass ] 706 706 707 707 webkit.org/b/127682 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html [ Failure Pass ] … … 1110 1110 webkit.org/b/133148 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Timeout ] 1111 1111 1112 webkit.org/b/133151 js/cached-window-properties.html [ Timeout Pass ]1112 webkit.org/b/133151 js/cached-window-properties.html [ Timeout Crash Pass ] 1113 1113 1114 1114 webkit.org/b/133808 media/video-trackmenu-selection.html [ Timeout ] … … 1135 1135 1136 1136 webkit.org/b/136069 fast/forms/mailto/formenctype-attribute-input-2.html [ Timeout Pass ] 1137 1138 webkit.org/b/136674 media/track/track-cue-rendering-with-padding.html [ Timeout Pass ] 1137 1139 1138 1140 #//////////////////////////////////////////////////////////////////////////////////////// … … 1736 1738 1737 1739 webkit.org/b/109469 fast/css/cursor-parsing-image-set.html [ Failure ] 1738 webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Timeout ]1740 webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Crash Timeout ] 1739 1741 1740 1742 webkit.org/b/110090 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ] … … 2116 2118 webkit.org/b/136537 fast/sub-pixel/client-width-height-snapping.html [ Failure ] 2117 2119 2120 webkit.org/b/136672 fast/selectors/read-only-read-write-input-basics.html [ Failure ] 2121 webkit.org/b/136673 fast/text/empty-shadow-with-color.html [ ImageOnlyFailure ] 2122 2118 2123 #//////////////////////////////////////////////////////////////////////////////////////// 2119 2124 # End of Tests failing -
trunk/Tools/ChangeLog
r173430 r173435 1 2014-09-09 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 3 [GTK] Unreviewed GTK gardening. 4 5 * Scripts/run-gtk-tests: 6 (TestRunner): Skip TestSSL:webkit2/WebKitWebView/ssl (fails since r173423). 7 1 8 2014-09-09 Christophe Dumez <cdumez@apple.com> 2 9 -
trunk/Tools/Scripts/run-gtk-tests
r173331 r173435 68 68 SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/page-visibility", "Test fails or times out", 131731), 69 69 SkippedTest("WebKit2Gtk/TestCookieManager", "/webkit2/WebKitCookieManager/persistent-storage", "Test is flaky", 134580), 70 SkippedTest("WebKit2Gtk/TestSSL", "/webkit2/WebKitWebView/ssl", "Assert fails after r173423", 136669), 70 71 SkippedTest("WebKit2/TestWebKit2", "WebKit2.MouseMoveAfterCrash", "Test is flaky", 85066), 71 72 SkippedTest("WebKit2/TestWebKit2", "WebKit2.NewFirstVisuallyNonEmptyLayoutForImages", "Test is flaky", 85066),
Note:
See TracChangeset
for help on using the changeset viewer.