Title: [203781] trunk/Tools
Revision
203781
Author
[email protected]
Date
2016-07-27 10:15:50 -0700 (Wed, 27 Jul 2016)

Log Message

Disable WebCoreNSURLSessionTest API tests on ios-simulator
https://bugs.webkit.org/show_bug.cgi?id=160225

Reviewed by Alexey Proskuryakov.

* TestWebKitAPI/Tests/WebCore/WebCoreNSURLSession.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (203780 => 203781)


--- trunk/Tools/ChangeLog	2016-07-27 17:03:19 UTC (rev 203780)
+++ trunk/Tools/ChangeLog	2016-07-27 17:15:50 UTC (rev 203781)
@@ -1,3 +1,12 @@
+2016-07-27  Ryan Haddad  <[email protected]>
+
+        Disable WebCoreNSURLSessionTest API tests on ios-simulator
+        https://bugs.webkit.org/show_bug.cgi?id=160225
+
+        Reviewed by Alexey Proskuryakov.
+
+        * TestWebKitAPI/Tests/WebCore/WebCoreNSURLSession.mm:
+
 2016-07-27  Miguel Gomez  <[email protected]>
 
         [GTK] Fix some video/canvas tests that should be passing

Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/WebCoreNSURLSession.mm (203780 => 203781)


--- trunk/Tools/TestWebKitAPI/Tests/WebCore/WebCoreNSURLSession.mm	2016-07-27 17:03:19 UTC (rev 203780)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/WebCoreNSURLSession.mm	2016-07-27 17:15:50 UTC (rev 203781)
@@ -25,7 +25,7 @@
 
 #import "config.h"
 
-#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100
+#if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100
 
 #import "PlatformUtilities.h"
 #import <_javascript_Core/InitializeThreading.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to