Title: [244322] trunk/Tools
Revision
244322
Author
[email protected]
Date
2019-04-15 19:03:41 -0700 (Mon, 15 Apr 2019)

Log 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.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (244321 => 244322)


--- trunk/Tools/ChangeLog	2019-04-16 02:01:32 UTC (rev 244321)
+++ trunk/Tools/ChangeLog	2019-04-16 02:03:41 UTC (rev 244322)
@@ -1,3 +1,13 @@
+2019-04-15  Aakash Jain  <[email protected]>
+
+        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.
+
 2019-04-15  Chris Dumez  <[email protected]>
 
         URL set by document.open() is not communicated to the UIProcess

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AutoLayoutIntegration.mm (244321 => 244322)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AutoLayoutIntegration.mm	2019-04-16 02:01:32 UTC (rev 244321)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AutoLayoutIntegration.mm	2019-04-16 02:03:41 UTC (rev 244322)
@@ -174,7 +174,7 @@
     [webView _setShouldExpandContentToViewHeightForAutoLayout:NO];
 }
 
-TEST(WebKit, AutoLayoutRenderingProgressRelativeOrdering)
+TEST(WebKit, DISABLED_AutoLayoutRenderingProgressRelativeOrdering)
 {
     RetainPtr<AutoLayoutWKWebView> webView = adoptNS([[AutoLayoutWKWebView alloc] initWithFrame:NSMakeRect(0, 0, 1000, 1000)]);
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to