Add support for newer [Skip|Only]TestingIdentifiers xctestplan format to test runner template - #3016
Merged
Conversation
john-flanagan
requested review from
aaronsky,
adincebic,
brentleyjones,
keith,
luispadron and
mattrobmattrob
as code owners
July 6, 2026 15:50
keith
enabled auto-merge (squash)
July 6, 2026 17:23
adincebic
approved these changes
Jul 8, 2026
… to test runner tempalte
auto-merge was automatically disabled
July 9, 2026 18:32
Head branch was pushed to by a user without write access
john-flanagan
force-pushed
the
jflan/update-test-filtering
branch
from
July 9, 2026 18:32
fc9078c to
f8fef31
Compare
keith
enabled auto-merge (squash)
July 10, 2026 21:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Xcode 26.4+ doesn't honor the
SkipTestIdentifiersarray for Swift Testing tests.This PR adds the newer
SkipTestingIdentifiersformat which supports both XCTest and Swift Testing tests on Xcode 26.4+ and supersedesSkipTestIdentifiersif both are present.I assume we probably need to add the same update to the macOS runner. I'd be happy to include that in this PR once folks are happy with the format of this change.