Changeset 205976 in webkit
- Timestamp:
- Sep 15, 2016, 9:59:10 AM (9 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r205971 r205976 1 2016-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 1 11 2016-09-15 Per Arne Vollan <pvollan@apple.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/DataDetection.mm
r205329 r205976 70 70 } 71 71 72 TEST(WebKit2, D ataDetectionReferenceDate)72 TEST(WebKit2, DISABLED_DataDetectionReferenceDate) 73 73 { 74 74 RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
Note:
See TracChangeset
for help on using the changeset viewer.