Title: [218906] trunk/Tools
Revision
218906
Author
[email protected]
Date
2017-06-28 17:51:36 -0700 (Wed, 28 Jun 2017)

Log Message

Unreviewed test fix.

Disable the file monitor tests on iOS because the 'system' API is unavailable on that platform.

* TestWebKitAPI/Tests/WebCore/FileMonitor.cpp: 

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (218905 => 218906)


--- trunk/Tools/ChangeLog	2017-06-29 00:21:56 UTC (rev 218905)
+++ trunk/Tools/ChangeLog	2017-06-29 00:51:36 UTC (rev 218906)
@@ -1,5 +1,13 @@
 2017-06-28  Brent Fulgham  <[email protected]>
 
+        Unreviewed test fix.
+
+        Disable the file monitor tests on iOS because the 'system' API is unavailable on that platform.
+
+        * TestWebKitAPI/Tests/WebCore/FileMonitor.cpp: 
+
+2017-06-28  Brent Fulgham  <[email protected]>
+
         Teach ResourceLoadStatistics to recognize changes in the file system
         https://bugs.webkit.org/show_bug.cgi?id=173800
         <rdar://problem/32937842>

Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/FileMonitor.cpp (218905 => 218906)


--- trunk/Tools/TestWebKitAPI/Tests/WebCore/FileMonitor.cpp	2017-06-29 00:21:56 UTC (rev 218905)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/FileMonitor.cpp	2017-06-29 00:51:36 UTC (rev 218906)
@@ -38,7 +38,8 @@
 #import <wtf/text/StringBuffer.h>
 
 // Note: Currently, only a Cocoa implementation exists. This could probably be supported under GTK using g_file_monitor_file
-#if PLATFORM(COCOA)
+// Note: Disabling iOS since 'system' is not available on that platform.
+#if PLATFORM(MAC)
 
 using namespace WebCore;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to