Changeset 116180 in webkit


Ignore:
Timestamp:
May 4, 2012 3:19:21 PM (12 years ago)
Author:
aestes@apple.com
Message:

REGRESSION (r115752): WebKit2.NewFirstVisuallyNonEmptyLayout API test times out
https://bugs.webkit.org/show_bug.cgi?id=85675

  • TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp:

(TestWebKitAPI::TEST): Disable the test.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r116165 r116180  
     12012-05-04  Andy Estes  <aestes@apple.com>
     2
     3        REGRESSION (r115752): WebKit2.NewFirstVisuallyNonEmptyLayout API test times out
     4        https://bugs.webkit.org/show_bug.cgi?id=85675
     5
     6        * TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp:
     7        (TestWebKitAPI::TEST): Disable the test.
     8
    192012-04-30  Jer Noble  <jer.noble@apple.com>
    210
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp

    r109944 r116180  
    4848}
    4949
    50 TEST(WebKit2, NewFirstVisuallyNonEmptyLayout)
     50TEST(WebKit2, DISABLED_NewFirstVisuallyNonEmptyLayout)
    5151{
    5252    WKRetainPtr<WKContextRef> context(AdoptWK, Util::createContextForInjectedBundleTest("NewFirstVisuallyNonEmptyLayoutTest"));
Note: See TracChangeset for help on using the changeset viewer.