Changeset 265857 in webkit
- Timestamp:
- Aug 19, 2020, 8:39:40 AM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r265846 r265857 1 2020-08-19 Alex Christensen <achristensen@webkit.org> 2 3 [Catalina/iOS 13] TestWebKitAPI.TLSVersion.LegacySubresources is failing 4 https://bugs.webkit.org/show_bug.cgi?id=215640 5 6 * TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm: 7 This tests behavior using CFNetwork functionality which is only available to Big Sur, iOS 14, and updated versions of Catalina. 8 1 9 2020-08-18 Jonathan Bedard <jbedard@apple.com> 2 10 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm
r265835 r265857 461 461 } 462 462 463 #if HAVE(TLS_VERSION_DURING_CHALLENGE) 464 463 465 TEST(TLSVersion, LegacySubresources) 464 466 { … … 498 500 } 499 501 502 #endif // HAVE(TLS_VERSION_DURING_CHALLENGE) 503 500 504 #endif // HAVE(NETWORK_FRAMEWORK) && HAVE(TLS_PROTOCOL_VERSION_T) 501 505
Note:
See TracChangeset
for help on using the changeset viewer.