Changeset 167769 in webkit


Ignore:
Timestamp:
Apr 24, 2014 12:49:23 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed GTK gardening

Patch by Eduardo Lima Mitev <elima@igalia.com> on 2014-04-24

Tools:

  • Scripts/run-gtk-tests: Skips one flaky accesibility test in WK2API suite

(TestRunner):

LayoutTests:

  • platform/gtk/TestExpectations: Updated a few expectations entries
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r167765 r167769  
     12014-04-24  Eduardo Lima Mitev  <elima@igalia.com>
     2
     3        Unreviewed GTK gardening
     4
     5        * platform/gtk/TestExpectations: Updated a few expectations entries
     6
    172014-04-24  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    28
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r167765 r167769  
    398398
    399399# HighDPI support is not enabled
     400webkit.org/b/131347 fast/backgrounds/hidpi-background-image-contain-cover-scale-needs-more-precision.html [ ImageOnlyFailure ]
    400401webkit.org/b/131347 fast/backgrounds/hidpi-bitmap-background-repeat-on-subpixel-position.html [ ImageOnlyFailure ]
     402webkit.org/b/131347 fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
    401403webkit.org/b/131347 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
    402404webkit.org/b/131347 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
     
    778780
    779781# These tests are slow due to the implementation of EventSender.leapForward.
    780 Bug(GTK) editing/selection/click-left-of-rtl-wrapping-text.html [ Pass Slow ]
    781 Bug(GTK) editing/selection/doubleclick-beside-cr-span.html [ Pass Slow ]
    782 Bug(GTK) editing/selection/hit-test-on-text-with-line-height.html [ Pass Slow ]
    783 Bug(GTK) editing/selection/rtl-move-selection-right-left.html [ Pass Slow ]
    784782Bug(GTK) fast/events/popup-blocking-timers5.html [ Pass Slow ]
    785783Bug(GTK) fast/events/popup-blocking-timers6.html [ Pass Slow ]
    786784Bug(GTK) fast/forms/search-disabled-readonly.html [ Pass Slow ]
     785# Apart from Slow, these also fail consistently, probably because they take too slow
     786webkit.org/b/132135 editing/selection/caret-at-bidi-boundary.html [ Failure Pass Slow ]
     787webkit.org/b/132135 editing/selection/click-left-of-rtl-wrapping-text.html [ Failure Pass Slow ]
     788webkit.org/b/132135 editing/selection/doubleclick-beside-cr-span.html [ Failure Pass Slow ]
     789webkit.org/b/132135 editing/selection/hit-test-on-text-with-line-height.html [ Failure Pass Slow ]
     790webkit.org/b/132135 editing/selection/rtl-move-selection-right-left.html [ Failure Pass Slow ]
    787791
    788792# These tests expose possible peformance issues.
    789 Bug(GTK) editing/selection/caret-at-bidi-boundary.html [ Pass Slow ]
    790793Bug(GTK) fast/canvas/canvas-largedraws.html [ Pass Slow ]
    791794Bug(GTK) fast/events/dispatch-message-string-data.html [ Pass Failure Slow ]
     
    17171720webkit.org/b/128499 svg/clip-path/clip-path-precision-001.svg [ ImageOnlyFailure ]
    17181721webkit.org/b/128499 svg/clip-path/clip-path-content-use-006.svg [ ImageOnlyFailure ]
    1719 webkit.org/b/129180 svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure ]
    1720 webkit.org/b/129180 svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure ]
     1722webkit.org/b/129180 svg/clip-path/clip-path-on-svg-001.svg [ ImageOnlyFailure Pass ]
     1723webkit.org/b/129180 svg/clip-path/clip-path-on-svg-002.svg [ ImageOnlyFailure Pass ]
    17211724
    17221725webkit.org/b/129958 svg/clip-path/mask-nested-clip-path-006.svg [ ImageOnlyFailure ]
  • trunk/Tools/ChangeLog

    r167753 r167769  
     12014-04-24  Eduardo Lima Mitev  <elima@igalia.com>
     2
     3        Unreviewed GTK gardening
     4
     5        * Scripts/run-gtk-tests: Skips one flaky accesibility test in WK2API suite
     6        (TestRunner):
     7
    182014-04-24  László Langó  <llango.u-szeged@partner.samsung.com>
    29
  • trunk/Tools/Scripts/run-gtk-tests

    r167359 r167769  
    6464        SkippedTest("WebKit2Gtk/TestUIClient", "/webkit2/WebKitWebView/mouse-target", "Test times out after r150890", 117689),
    6565        SkippedTest("WebKit2Gtk/TestContextMenu", SkippedTest.ENTIRE_SUITE, "Test times out after r150890", 117689),
     66        SkippedTest("WebKit2APITests/TestWebKitAccessibility", "/webkit2/WebKitAccessibility/atspi-basic-hierarchy", "Test is flaky", 132134),
    6667        SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/snapshot", "Test fails", 120404),
    6768        SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/page-visibility", "Test fails or times out", 131731),
Note: See TracChangeset for help on using the changeset viewer.