Skip to content

Test fixes for 0.4.1 release. - #550

Merged
jglogan merged 2 commits into
apple:mainfrom
jglogan:users/jglogan/fix-releasetests
Aug 28, 2025
Merged

Test fixes for 0.4.1 release.#550
jglogan merged 2 commits into
apple:mainfrom
jglogan:users/jglogan/fix-releasetests

Conversation

@jglogan

@jglogan jglogan commented Aug 28, 2025

Copy link
Copy Markdown
Contributor
  • Disabled tests that failed with release config.
  • Changed so merge builds build with release config so this doesn't burn us next release.
  • Added swift --version to Makefile so we can see what we're running up in CI.

- Commented tests that failed with release config.
- Changed so merge builds build with release config
  so this doesn't burn us next release.
- Added `swift --version` to Makefile so we can
  see what we're running up in CI.
}

@Test func stageReferenceResolution() throws {
//@Test

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think using Test(.disabled) is preferred.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL! Fixing.

@Test(.disabled())

Comment thread Makefile
.PHONY: build
build:
@echo Building container binaries...
@$(SWIFT) --version

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want this on every build or only if CI=true?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine on every build - most developers won't even notice it on their local builds but it'll be there if they want a quick check

@jglogan
jglogan merged commit 4ac18b5 into apple:main Aug 28, 2025
2 checks passed
@jglogan
jglogan deleted the users/jglogan/fix-releasetests branch August 28, 2025 01:04
dcantah pushed a commit to apple/containerization that referenced this pull request Sep 11, 2025
With the changes in this PR, we'll print the Swift version before
building. This mirrors a similar change in container, introduced in
apple/container#550.
mayooot pushed a commit to mayooot/containerization that referenced this pull request Sep 12, 2025
With the changes in this PR, we'll print the Swift version before
building. This mirrors a similar change in container, introduced in
apple/container#550.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants