Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This repository was archived by the owner on May 28, 2025. It is now read-only.

NSURL tests fail on OSX #1806

@msft-Jeyaram

Description

@msft-Jeyaram

NSURLSessionConfigurationTests.m:55: Failure
Value of: sessionConfiguration.TLSMaximumSupportedProtocol
Actual: 0
Expected: kTLSProtocol12
Which is: 8
FAILED: TLSMaximumSupportedProtocol should be 8

[ FAILED ] NSURLSessionConfiguration.defaultSessionConfiguration (1 ms)
[ RUN ] NSURLSessionConfiguration.ephemeralSessionConfiguration
NSURLSessionConfigurationTests.m:69: Failure
Value of: sessionConfiguration.TLSMaximumSupportedProtocol
Actual: 0
Expected: kTLSProtocol12
Which is: 8
FAILED: TLSMaximumSupportedProtocol should be 8

[ FAILED ] NSURLSessionConfiguration.ephemeralSessionConfiguration (0 ms)
[ RUN ] NSURLSessionConfiguration.backgroundSessionConfigurationWithIdentifier
NSURLSessionConfigurationTNSURLSessionConfiguration.defaultSessionConfigurationests.m:85: Failure
Value of: sessionConfiguration.TLSMaximumSupportedProtocol
Actual: 0
Expected: kTLSProtocol12
Which is: 8
FAILED: TLSMaximumSupportedProtocol should be 8

[ RUN ] NSURL.NSURLTests
NSURLTests.m:28: Failure
Value of: actual
Actual: http://www.test.com/.foo
Expected: expected
Which is: http://www.test.com/
FAILED: expected != actual

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions