[WIP] Migrate from callbacks to async/await #21
GitHub Actions / results-xcode-tests-tvOS
failed
Nov 29, 2024 in 0s
Xcode test results
Testing project OAuth2 with scheme OAuth2tvOS
Summary
Total | Passed | Failed | Skipped | Expected Failure | ⏱️ Time |
---|---|---|---|---|---|
50 | 49 | 1 | 0 | 0 | 4.07s |
Test Summary
OAuth2Tests
- Device: Apple Virtual Machine 1, 14.7.1 (23H222)
- SDK: macOS 14.5, 14.5
Test | Total | ||||
---|---|---|---|---|---|
OAuth2AuthRequestTests | 6 | 6 | 0 | 0 | 0 |
OAuth2ClientCredentialsTests | 5 | 5 | 0 | 0 | 0 |
OAuth2CodeGrantTests | 12 | 12 | 0 | 0 | 0 |
OAuth2DataLoaderTests | 1 | 0 | 1 | 0 | 0 |
OAuth2DeviceGrantTests | 5 | 5 | 0 | 0 | 0 |
OAuth2DynRegTests | 3 | 3 | 0 | 0 | 0 |
OAuth2PasswordGrantTests | 4 | 4 | 0 | 0 | 0 |
OAuth2RefreshTokenTests | 5 | 5 | 0 | 0 | 0 |
OAuth2Tests | 9 | 9 | 0 | 0 | 0 |
Failures
OAuth2Tests/OAuth2DataLoaderTests/testAutoEnqueue()
File | /Users/runner/work/oauth2-swift/oauth2-swift/Tests/DataLoaderTests/OAuth2DataLoaderTests.swift:81 |
Issue Type | Assertion Failure |
Message | XCTAssertNotNil failed |
File | /Users/runner/work/oauth2-swift/oauth2-swift/Tests/DataLoaderTests/OAuth2DataLoaderTests.swift:87 |
Issue Type | Assertion Failure |
Message | XCTAssertNil failed: "The request has been canceled" |
File | /Users/runner/work/oauth2-swift/oauth2-swift/Tests/DataLoaderTests/OAuth2DataLoaderTests.swift:91 |
Issue Type | Assertion Failure |
Message | Asynchronous wait failed: Exceeded timeout of 4 seconds, with unfulfilled expectations: "req1". |
File | /Users/runner/work/oauth2-swift/oauth2-swift/Tests/DataLoaderTests/OAuth2DataLoaderTests.swift:92 |
Issue Type | Assertion Failure |
Message | XCTAssertNil failed: "Error Domain=com.apple.XCTestErrorDomain Code=0 "(null)"" |
Details
Test Details
OAuth2Tests
OAuth2AuthRequestTests
⏱️ | ||||
---|---|---|---|---|
6 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testContentType()
| |
testHeaders()
| |
testMethod()
| |
testParams()
| |
testRequests()
| |
testURLComponents()
|
OAuth2ClientCredentialsTests
⏱️ | ||||
---|---|---|---|---|
5 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testClientCredsReddit()
| |
testFailedTokenRequest()
| |
testInit()
| |
testTokenRequest()
| |
testTokenRequestNoScope()
|
OAuth2CodeGrantTests
⏱️ | ||||
---|---|---|---|---|
12 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
OAuth2DataLoaderTests
⏱️ | ||||
---|---|---|---|---|
0 (0%) | 1 (100%) | 0 (0%) | 0 (0%) | 4.06s |
testAutoEnqueue()
|
OAuth2DeviceGrantTests
⏱️ | ||||
---|---|---|---|---|
5 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testDeviceAccessTokenRequest()
| |
testDeviceAccessTokenResponse()
| |
testDeviceAuthorizationRequest()
| |
testDeviceAuthorizationRequestWithAdditionalParams()
| |
testInit()
|
OAuth2DynRegTests
⏱️ | ||||
---|---|---|---|---|
3 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testCustomDynRegInstance()
| |
testNotAttemptingRegistration()
| |
testRegistrationRequest()
|
OAuth2PasswordGrantTests
⏱️ | ||||
---|---|---|---|---|
4 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testInit()
| |
testTokenRequest()
| |
testTokenRequestNoScope()
| |
testTokenResponse()
|
OAuth2RefreshTokenTests
⏱️ | ||||
---|---|---|---|---|
5 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testCannotRefresh()
| |
testRefreshRequest()
| |
testRefreshRequestWithDedicatedRefreshURI()
| |
testRefreshRequestWithSecret()
| |
testRefreshRequestWithSecretInBody()
|
OAuth2Tests
⏱️ | ||||
---|---|---|---|---|
9 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
testAuthorizeCall()
| |
testAuthorizeURL()
| |
testInit()
| |
testQueryParamConversion()
| |
testQueryParamEncoding()
| |
testQueryParamParsing()
| |
testSessionConfiguration()
| |
testTokenRefreshRequest()
| |
testTokenRequest()
|
Annotations
Check failure on line 81 in Tests/DataLoaderTests/OAuth2DataLoaderTests.swift
github-actions / results-xcode-tests-tvOS
Assertion Failure
XCTAssertNotNil failed
Check failure on line 87 in Tests/DataLoaderTests/OAuth2DataLoaderTests.swift
github-actions / results-xcode-tests-tvOS
Assertion Failure
XCTAssertNil failed: "The request has been canceled"
Check failure on line 91 in Tests/DataLoaderTests/OAuth2DataLoaderTests.swift
github-actions / results-xcode-tests-tvOS
Assertion Failure
Asynchronous wait failed: Exceeded timeout of 4 seconds, with unfulfilled expectations: "req1".
Check failure on line 92 in Tests/DataLoaderTests/OAuth2DataLoaderTests.swift
github-actions / results-xcode-tests-tvOS
Assertion Failure
XCTAssertNil failed: "Error Domain=com.apple.XCTestErrorDomain Code=0 "(null)""
Loading