Title: [182802] trunk/Tools
Revision
182802
Author
dba...@webkit.org
Date
2015-04-14 10:57:36 -0700 (Tue, 14 Apr 2015)

Log Message

Skip failing test Tests/WebKit2Cocoa/FixedLayoutSize.mm on iOS
https://bugs.webkit.org/show_bug.cgi?id=143693
<rdar://problem/20530316>

Reviewed by Tim Horton.

Skip the test Tests/WebKit2Cocoa/FixedLayoutSize.mm as we do not plan
to use the fixed layout code on iOS at this time.

* TestWebKitAPI/Tests/WebKit2Cocoa/FixedLayoutSize.mm: Add !PLATFORM(IOS)-guard.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (182801 => 182802)


--- trunk/Tools/ChangeLog	2015-04-14 17:34:03 UTC (rev 182801)
+++ trunk/Tools/ChangeLog	2015-04-14 17:57:36 UTC (rev 182802)
@@ -1,3 +1,16 @@
+2015-04-14  Daniel Bates  <daba...@apple.com>
+
+        Skip failing test Tests/WebKit2Cocoa/FixedLayoutSize.mm on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=143693
+        <rdar://problem/20530316>
+
+        Reviewed by Tim Horton.
+
+        Skip the test Tests/WebKit2Cocoa/FixedLayoutSize.mm as we do not plan
+        to use the fixed layout code on iOS at this time.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/FixedLayoutSize.mm: Add !PLATFORM(IOS)-guard.
+
 2015-04-14  Dominik Röttsches  <dominik.rottsc...@intel.com>
 
         Remove myself from watchlist, remove empty Cairo and HarfBuzz watchlists

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FixedLayoutSize.mm (182801 => 182802)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FixedLayoutSize.mm	2015-04-14 17:34:03 UTC (rev 182801)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FixedLayoutSize.mm	2015-04-14 17:57:36 UTC (rev 182802)
@@ -30,7 +30,7 @@
 #import <WebKit/WKWebViewPrivate.h>
 #import <wtf/RetainPtr.h>
 
-#if WK_API_ENABLED
+#if WK_API_ENABLED && !PLATFORM(IOS)
 
 static bool fixedLayoutSizeDone;
 static bool fixedLayoutSizeAfterNavigationDone;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to