Skip to content

Conversation

mbyx
Copy link
Contributor

@mbyx mbyx commented Sep 27, 2025

Description

This PR adds support for automatically skipping round trip testing for any aliases to arrays.

Closes #4708

Sources

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

@rustbot rustbot added ctest Issues relating to the ctest crate S-waiting-on-review labels Sep 27, 2025
@JohnTitor JohnTitor force-pushed the ctest-skip-array-roundtrip branch from 163b09a to a56c14c Compare October 11, 2025 12:58
Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@JohnTitor JohnTitor added this pull request to the merge queue Oct 11, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 11, 2025
@JohnTitor JohnTitor added this pull request to the merge queue Oct 11, 2025
Merged via the queue into rust-lang:main with commit 0e6b04e Oct 11, 2025
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ctest Issues relating to the ctest crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Aliases to arrays are not automatically exempt from roundtrip tests.

3 participants