Changeset 122605 in webkit


Ignore:
Timestamp:
Jul 13, 2012 10:55:09 AM (12 years ago)
Author:
Philippe Normand
Message:

[GTK] Gardening: update API tests skipped list
https://bugs.webkit.org/show_bug.cgi?id=91224

Unreviewed gardening.

Skip "next" and "previous" tests of FindController until bug #91083
is fixed.

Patch by Simon Pena <Simon Pena> on 2012-07-13

  • gtk/run-api-tests:

(TestRunner):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r122554 r122605  
     12012-07-13  Simon Pena  <spena@igalia.com>
     2
     3        [GTK] Gardening: update API tests skipped list
     4        https://bugs.webkit.org/show_bug.cgi?id=91224
     5
     6        Unreviewed gardening.
     7
     8        Skip "next" and "previous" tests of FindController until bug #91083
     9        is fixed.
     10
     11        * gtk/run-api-tests:
     12        (TestRunner):
     13
    1142012-07-13  Zeno Albisser  <zeno@webkit.org>
    215
  • trunk/Tools/gtk/run-api-tests

    r121099 r122605  
    6363        SkippedTest("WebKit2APITests/TestWebKitWebView", "/webkit2/WebKitWebView/mouse-target", "Test is flaky in GTK Linux 32-bit Release bot", 82866),
    6464        SkippedTest("WebKit2APITests/TestResources", "/webkit2/WebKitWebView/resources", "Test is flaky in GTK Linux 32-bit Release bot", 82868),
     65        SkippedTest("WebKit2APITests/TestWebKitFindController", "/webkit2/WebKitFindController/next", "Test fails ", 91083),
     66        SkippedTest("WebKit2APITests/TestWebKitFindController", "/webkit2/WebKitFindController/previous", "Test fails", 91083),
    6567        SkippedTest("WebKit2APITests/TestWebKitFindController", "/webkit2/WebKitFindController/hide", "Test  always fails in Xvfb", 89810),
    6668        SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.WKConnection", "Tests fail and time out out", 84959),
Note: See TracChangeset for help on using the changeset viewer.