Skip to content

Ensure test code is reachable from entrypoints, part 3 #7711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2025

Conversation

andyleiserson
Copy link
Contributor

Final set of changes to make test code reachable from entrypoints. The previous changes were in #7672 and #7674.

This ensures that when we start pruning unreachable code (in #7703, for #5885), we do not lose test coverage.

This PR only changes tests.

Squash or Rebase? Rebase

Checklist

  • Run cargo fmt.
  • Run taplo format.
  • Run cargo clippy --tests. If applicable, add:
    • --target wasm32-unknown-unknown
  • Run cargo xtask test to run tests.
  • If this contains user-facing changes, add a CHANGELOG.md entry.

@jimblandy jimblandy merged commit 0997b99 into gfx-rs:trunk May 22, 2025
37 checks passed
@andyleiserson andyleiserson deleted the entrypoint-reachability-3 branch May 22, 2025 20:46
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.

2 participants