Changeset 265857 in webkit


Ignore:
Timestamp:
Aug 19, 2020 8:39:40 AM (4 years ago)
Author:
achristensen@apple.com
Message:

[Catalina/iOS 13] TestWebKitAPI.TLSVersion.LegacySubresources is failing
https://bugs.webkit.org/show_bug.cgi?id=215640

  • TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm:

This tests behavior using CFNetwork functionality which is only available to Big Sur, iOS 14, and updated versions of Catalina.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r265846 r265857  
     12020-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
    192020-08-18  Jonathan Bedard  <jbedard@apple.com>
    210
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm

    r265835 r265857  
    461461}
    462462
     463#if HAVE(TLS_VERSION_DURING_CHALLENGE)
     464
    463465TEST(TLSVersion, LegacySubresources)
    464466{
     
    498500}
    499501
     502#endif // HAVE(TLS_VERSION_DURING_CHALLENGE)
     503
    500504#endif // HAVE(NETWORK_FRAMEWORK) && HAVE(TLS_PROTOCOL_VERSION_T)
    501505
Note: See TracChangeset for help on using the changeset viewer.