Changeset 266102 in webkit
- Timestamp:
- Aug 24, 2020, 10:04:44 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r266100 r266102 1 2020-08-24 Alex Christensen <achristensen@webkit.org> 2 3 Fix TLSVersion.DefaultBehavior on Mojave 4 https://bugs.webkit.org/show_bug.cgi?id=215791 5 6 * TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm: 7 HTTPServer::Protocol::HttpsWithLegacyTLS uses tls_protocol_version_t, so this test times out on Mojave. 8 Enable it for newer OSes. 9 1 10 2020-08-24 Alex Christensen <achristensen@webkit.org> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm
r266100 r266102 145 145 static NSString *defaultsKey = @"WebKitEnableLegacyTLS"; 146 146 147 #if HAVE(NETWORK_FRAMEWORK) 147 #if HAVE(NETWORK_FRAMEWORK) && HAVE(TLS_PROTOCOL_VERSION_T) 148 148 149 149 TEST(TLSVersion, DefaultBehavior) … … 161 161 } 162 162 163 #endif // HAVE(NETWORK_FRAMEWORK) 163 #endif // HAVE(NETWORK_FRAMEWORK) && HAVE(TLS_PROTOCOL_VERSION_T) 164 164 165 165 #if HAVE(TLS_VERSION_DURING_CHALLENGE)
Note:
See TracChangeset
for help on using the changeset viewer.