Changeset 205976 in webkit


Ignore:
Timestamp:
Sep 15, 2016 9:59:10 AM (8 years ago)
Author:
Ryan Haddad
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r205971 r205976  
     12016-09-15  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Disable failing API WebKit2.DataDetectionReferenceDate until it can be investigated.
     4        https://bugs.webkit.org/show_bug.cgi?id=161967
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm:
     9        (TEST):
     10
    1112016-09-15  Per Arne Vollan  <pvollan@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm

    r205329 r205976  
    7070}
    7171
    72 TEST(WebKit2, DataDetectionReferenceDate)
     72TEST(WebKit2, DISABLED_DataDetectionReferenceDate)
    7373{
    7474    RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
Note: See TracChangeset for help on using the changeset viewer.