Title: [205976] trunk/Tools
Revision
205976
Author
[email protected]
Date
2016-09-15 09:59:10 -0700 (Thu, 15 Sep 2016)

Log Message

Disable failing API WebKit2.DataDetectionReferenceDate until it can be investigated.
https://bugs.webkit.org/show_bug.cgi?id=161967

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (205975 => 205976)


--- trunk/Tools/ChangeLog	2016-09-15 16:59:08 UTC (rev 205975)
+++ trunk/Tools/ChangeLog	2016-09-15 16:59:10 UTC (rev 205976)
@@ -1,3 +1,13 @@
+2016-09-15  Ryan Haddad  <[email protected]>
+
+        Disable failing API WebKit2.DataDetectionReferenceDate until it can be investigated.
+        https://bugs.webkit.org/show_bug.cgi?id=161967
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm:
+        (TEST):
+
 2016-09-15  Per Arne Vollan  <[email protected]>
 
         [Win] run-api-tests is failing.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm (205975 => 205976)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm	2016-09-15 16:59:08 UTC (rev 205975)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm	2016-09-15 16:59:10 UTC (rev 205976)
@@ -69,7 +69,7 @@
     ranScript = false;
 }
 
-TEST(WebKit2, DataDetectionReferenceDate)
+TEST(WebKit2, DISABLED_DataDetectionReferenceDate)
 {
     RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     [configuration setDataDetectorTypes:WKDataDetectorTypeCalendarEvent];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to