Add Xcode 15 support to CI builds #8
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Xcode test results
failed
Sep 18, 2023 in 0s
Xcode test results
Testing project Mlem with scheme Mlem
Summary
Total | Passed | Failed | Skipped | Expected Failure | ⏱️ Time |
---|---|---|---|---|---|
43 | 42 | 1 | 0 | 0 | 5.80s |
Test Summary
MlemTests
- Device: iPhone 14, 17.0 (21A5326a)
- SDK: Simulator - iOS 17.0, 17.0
Test | Total | ||||
---|---|---|---|---|---|
CommunityListModelTests | 10 | 10 | 0 | 0 | 0 |
InstanceMetadataParserTests | 2 | 2 | 0 | 0 | 0 |
LemmyURLTests | 3 | 2 | 1 | 0 | 0 |
MlemTests | 2 | 2 | 0 | 0 | 0 |
PersistenceRepositoryTests | 21 | 21 | 0 | 0 | 0 |
SiteVersionTests | 3 | 3 | 0 | 0 | 0 |
TimestampedValueTests | 2 | 2 | 0 | 0 | 0 |
Failures
MlemTests/LemmyURLTests/testHandlesUnencodedURL()
File | /Users/runner/work/mlem/mlem/MlemTests/Model/LemmyURLTests.swift:24 |
Issue Type | Assertion Failure |
Message | XCTAssertEqual failed: ("Optional("https://matrix.to/#/%23space:lemmy.world")") is not equal to ("Optional("https://matrix.to/%23/%23space:lemmy.world")") |
Details
Test Details
MlemTests
CommunityListModelTests
⏱️ | ||||
---|---|---|---|---|
10 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.38s |
All tests passed 🎉
InstanceMetadataParserTests
⏱️ | ||||
---|---|---|---|---|
2 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
All tests passed 🎉
LemmyURLTests
⏱️ | ||||
---|---|---|---|---|
2 (67%) | 1 (33%) | 0 (0%) | 0 (0%) | 0.00s |
testHandlesUnencodedURL()
|
MlemTests
⏱️ | ||||
---|---|---|---|---|
2 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 5.42s |
All tests passed 🎉
PersistenceRepositoryTests
⏱️ | ||||
---|---|---|---|---|
21 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
All tests passed 🎉
SiteVersionTests
⏱️ | ||||
---|---|---|---|---|
3 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
All tests passed 🎉
TimestampedValueTests
⏱️ | ||||
---|---|---|---|---|
2 (100%) | 0 (0%) | 0 (0%) | 0 (0%) | 0.00s |
All tests passed 🎉
Annotations
Check failure on line 24 in MlemTests/Model/LemmyURLTests.swift
github-actions / Xcode test results
Assertion Failure
XCTAssertEqual failed: ("Optional("https://matrix.to/#/%23space:lemmy.world")") is not equal to ("Optional("https://matrix.to/%23/%23space:lemmy.world")")
Loading