Changeset 170745 in webkit


Ignore:
Timestamp:
Jul 2, 2014 9:03:32 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Tools: [GTK] Unreviewed gardening.

Patch by Carlos Alberto Lopez Perez <clopez@igalia.com> on 2014-07-02

  • Scripts/run-gtk-tests:

(TestRunner): Report and mark flaky test WebKit2Gtk/TestCookieManager:persistent-storage

LayoutTests: Unreviewed gardening.

Patch by Carlos Alberto Lopez Perez <clopez@igalia.com> on 2014-07-02

  • platform/gtk/TestExpectations: Report and mark several flaky tests.
  • platform/gtk/fast/text/indic-expected.txt: Added. Add baseline for GTK.
  • platform/mac-wk2/TestExpectations: Report and mark flaky test http/tests/cache/iframe-304-crash.html.
Location:
trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r170717 r170745  
     12014-07-02  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        Unreviewed gardening.
     4
     5        * platform/gtk/TestExpectations: Report and mark several flaky tests.
     6        * platform/gtk/fast/text/indic-expected.txt: Added. Add baseline for GTK.
     7        * platform/mac-wk2/TestExpectations: Report and mark flaky test http/tests/cache/iframe-304-crash.html.
     8
    192014-07-01  Antti Koivisto  <antti@apple.com>
    210
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r170704 r170745  
    661661webkit.org/b/105191 media/video-playing-and-pause.html [ Failure Pass ]
    662662
    663 webkit.org/b/105280 [ Debug ] http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html [ Failure Pass ]
     663webkit.org/b/105280 http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html [ Failure Pass ]
     664webkit.org/b/105280 http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html [ Failure Pass ]
     665webkit.org/b/105280 http/tests/xmlhttprequest/cross-site-denied-response.html [ Failure Pass ]
     666webkit.org/b/105280 http/tests/xmlhttprequest/origin-whitelisting-https.html [ Failure Pass ]
     667webkit.org/b/105280 http/tests/xmlhttprequest/simple-cross-origin-denied-events.html [ Failure Pass ]
     668webkit.org/b/105280 http/tests/xmlhttprequest/simple-cross-origin-denied-events-post.html [ Failure Pass ]
    664669
    665670webkit.org/b/118460 media/media-element-play-after-eos.html [ Timeout Pass ]
     
    855860webkit.org/b/133869 media/video-seek-after-end.html [ Failure Pass ]
    856861
     862webkit.org/b/36642 fast/replaced/border-radius-clip.html [ Failure Pass ]
     863
     864webkit.org/b/134550 http/tests/cache/iframe-304-crash.html [ Failure Pass ]
     865
     866webkit.org/b/134573 media/track/audio-track.html [ Failure Timeout Pass ]
     867webkit.org/b/134574 media/media-fragments/TC0024.html [ Failure Timeout Pass ]
     868webkit.org/b/134575 http/tests/media/hls/video-controls-live-stream.html [ Crash Failure Timeout Pass ]
     869webkit.org/b/134576 media/track/video/video-track-mkv-theora-selected.html [ Failure Timeout Pass ]
     870webkit.org/b/134577 svg/dom/svg-root-lengths.html [ Failure Timeout Pass ]
     871webkit.org/b/103383 fast/css/counters/element-removal-crash.xhtml [ Failure Pass ]
     872webkit.org/b/134579 fast/forms/state-restore-to-non-edited-controls.html [ Timeout Pass ]
     873
    857874#////////////////////////////////////////////////////////////////////////////////////////
    858875# End of Flaky tests
     
    10141031
    10151032webkit.org/b/133808 media/video-trackmenu-selection.html [ Timeout ]
     1033
     1034webkit.org/b/134559 fast/parser/xml-error-adopted.xml [ Timeout Pass ]
    10161035
    10171036#////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r170429 r170745  
    348348webkit.org/b/131477 fast/repaint/obscured-background-no-repaint.html [ Pass Failure ]
    349349
     350webkit.org/b/134550 [ Mavericks ] http/tests/cache/iframe-304-crash.html [ Pass Failure ]
     351
    350352# Subpixel wrong cliprect on WK2
    351353webkit.org/b/132100 fast/forms/hidpi-textarea-on-subpixel-position.html [ ImageOnlyFailure ]
  • trunk/Tools/ChangeLog

    r170741 r170745  
     12014-07-02  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] Unreviewed gardening.
     4
     5        * Scripts/run-gtk-tests:
     6        (TestRunner): Report and mark flaky test WebKit2Gtk/TestCookieManager:persistent-storage
     7
    182014-07-02  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    29
  • trunk/Tools/Scripts/run-gtk-tests

    r168834 r170745  
    6767        SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/snapshot", "Test fails", 120404),
    6868        SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/page-visibility", "Test fails or times out", 131731),
     69        SkippedTest("WebKit2Gtk/TestCookieManager", "/webkit2/WebKitCookieManager/persistent-storage", "Test is flaky", 134580),
    6970        SkippedTest("WebKit2/TestWebKit2", "WebKit2.MouseMoveAfterCrash", "Test is flaky", 85066),
    7071        SkippedTest("WebKit2/TestWebKit2", "WebKit2.NewFirstVisuallyNonEmptyLayoutForImages", "Test is flaky", 85066),
Note: See TracChangeset for help on using the changeset viewer.