Bug 215640 - [Catalina/iOS 13] TestWebKitAPI.TLSVersion.LegacySubresources is failing
Summary: [Catalina/iOS 13] TestWebKitAPI.TLSVersion.LegacySubresources is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-18 21:33 PDT by Ryan Haddad
Modified: 2020-08-19 08:39 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2020-08-18 21:33:21 PDT
The following test is consistently failing on Catalina and iOS 13 bots:

    TestWebKitAPI.TLSVersion.LegacySubresources
        
        /Volumes/Data/slave/ios-simulator-13-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm:489
        Expected equality of these values:
          legacyServer.totalRequests()
            Which is: 1
          0u
            Which is: 0
        
        
        /Volumes/Data/slave/ios-simulator-13-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/TLSDeprecation.mm:496
        Expected equality of these values:
          legacyServer.totalRequests()
            Which is: 2
          1u
            Which is: 1
        

https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.TLSVersion.LegacySubresources
Comment 1 Ryan Haddad 2020-08-18 21:34:21 PDT
This test was added with https://trac.webkit.org/changeset/265835/webkit and has been failing from the start.
Comment 2 Radar WebKit Bug Importer 2020-08-18 21:34:34 PDT
<rdar://problem/67376669>
Comment 3 Alex Christensen 2020-08-19 08:39:56 PDT
http://trac.webkit.org/r265857