Changeset 244322 in webkit


Ignore:
Timestamp:
Apr 15, 2019 7:03:41 PM (5 years ago)
Author:
aakash_jain@apple.com
Message:

Regression (r244291): Broken API Test AutoLayoutRenderingProgressRelativeOrdering
https://bugs.webkit.org/show_bug.cgi?id=196948

Reviewed by Zalan Bujtas.

  • TestWebKitAPI/Tests/WebKitCocoa/AutoLayoutIntegration.mm:

(TEST): Disabling the test for now to keep infrastructure happy, while the root-cause is being investigated.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r244321 r244322  
     12019-04-15  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Regression (r244291): Broken API Test AutoLayoutRenderingProgressRelativeOrdering
     4        https://bugs.webkit.org/show_bug.cgi?id=196948
     5
     6        Reviewed by Zalan Bujtas.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/AutoLayoutIntegration.mm:
     9        (TEST): Disabling the test for now to keep infrastructure happy, while the root-cause is being investigated.
     10
    1112019-04-15  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AutoLayoutIntegration.mm

    r244098 r244322  
    175175}
    176176
    177 TEST(WebKit, AutoLayoutRenderingProgressRelativeOrdering)
     177TEST(WebKit, DISABLED_AutoLayoutRenderingProgressRelativeOrdering)
    178178{
    179179    RetainPtr<AutoLayoutWKWebView> webView = adoptNS([[AutoLayoutWKWebView alloc] initWithFrame:NSMakeRect(0, 0, 1000, 1000)]);
Note: See TracChangeset for help on using the changeset viewer.