Changeset 173435 in webkit


Ignore:
Timestamp:
Sep 9, 2014 12:25:21 PM (10 years ago)
Author:
clopez@igalia.com
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.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r173434 r173435  
     12014-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
    182014-09-09  Roger Fong  <roger_fong@apple.com>
    29
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r173331 r173435  
    230230webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download.html [ Failure ]
    231231webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Failure ]
    232 webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download-unset.html [ Pass ]
     232webkit.org/b/99025 fast/dom/HTMLAnchorElement/anchor-download-unset.html [ Timeout Pass ]
    233233
    234234# CSS Filters is disabled
     
    391391webkit.org/b/128172 fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash Timeout ]
    392392webkit.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 ]
     393webkit.org/b/128172 fast/events/touch/basic-single-touch-events.html [ Crash Timeout ]
    394394webkit.org/b/128172 fast/events/touch/page-scaled-touch-gesture-click.html [ Timeout ]
    395395webkit.org/b/128172 fast/events/touch/touch-target.html [ Timeout ]
     
    703703webkit.org/b/126523 perf/accessibility-title-ui-element.html [ Failure Pass ]
    704704
    705 webkit.org/b/127280 media/audio-concurrent-supported.html [ Failure Pass ]
     705webkit.org/b/127280 media/audio-concurrent-supported.html [ Failure Timeout Pass ]
    706706
    707707webkit.org/b/127682 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html [ Failure Pass ]
     
    11101110webkit.org/b/133148 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Timeout ]
    11111111
    1112 webkit.org/b/133151 js/cached-window-properties.html [ Timeout Pass ]
     1112webkit.org/b/133151 js/cached-window-properties.html [ Timeout Crash Pass ]
    11131113
    11141114webkit.org/b/133808 media/video-trackmenu-selection.html [ Timeout ]
     
    11351135
    11361136webkit.org/b/136069 fast/forms/mailto/formenctype-attribute-input-2.html [ Timeout Pass ]
     1137
     1138webkit.org/b/136674 media/track/track-cue-rendering-with-padding.html [ Timeout Pass ]
    11371139
    11381140#////////////////////////////////////////////////////////////////////////////////////////
     
    17361738
    17371739webkit.org/b/109469 fast/css/cursor-parsing-image-set.html [ Failure ]
    1738 webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Timeout ]
     1740webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Crash Timeout ]
    17391741
    17401742webkit.org/b/110090 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ]
     
    21162118webkit.org/b/136537 fast/sub-pixel/client-width-height-snapping.html [ Failure ]
    21172119
     2120webkit.org/b/136672 fast/selectors/read-only-read-write-input-basics.html [ Failure ]
     2121webkit.org/b/136673 fast/text/empty-shadow-with-color.html [ ImageOnlyFailure ]
     2122
    21182123#////////////////////////////////////////////////////////////////////////////////////////
    21192124# End of Tests failing
  • trunk/Tools/ChangeLog

    r173430 r173435  
     12014-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
    182014-09-09  Christophe Dumez  <cdumez@apple.com>
    29
  • trunk/Tools/Scripts/run-gtk-tests

    r173331 r173435  
    6868        SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/page-visibility", "Test fails or times out", 131731),
    6969        SkippedTest("WebKit2Gtk/TestCookieManager", "/webkit2/WebKitCookieManager/persistent-storage", "Test is flaky", 134580),
     70        SkippedTest("WebKit2Gtk/TestSSL", "/webkit2/WebKitWebView/ssl", "Assert fails after r173423", 136669),
    7071        SkippedTest("WebKit2/TestWebKit2", "WebKit2.MouseMoveAfterCrash", "Test is flaky", 85066),
    7172        SkippedTest("WebKit2/TestWebKit2", "WebKit2.NewFirstVisuallyNonEmptyLayoutForImages", "Test is flaky", 85066),
Note: See TracChangeset for help on using the changeset viewer.