-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove a number of hacks for the old ctest #4713
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
Conversation
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
This was a workaround for the old ctest not being able to parse something related to the `addr_of!` macros in statics referencing statics. This is not needed with the new ctest; thus, remove the config.
e5fd4ee
to
b41e320
Compare
libc_ctest
feature8a1e4a4
to
4514c06
Compare
The old ctest couldn't handle `target_vendor`, but this is no longer an issue. Simplify the config here.
We still need to skip testing ctest on wasm, but no longer because of ctest itself.
4514c06
to
b0559ae
Compare
auto-merge was automatically disabled
September 23, 2025 05:52
Pull Request is not mergeable
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
This was a workaround for the old ctest not being able to parse something related to the `addr_of!` macros in statics referencing statics. This is not needed with the new ctest; thus, remove the config. (backport <rust-lang#4713>) (cherry picked from commit 4f2c41a)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
(backport <rust-lang#4713>) (cherry picked from commit 6f0ebb8) [ note that there was no FIXME comment on 0.2 - Trevor ]
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
(backport <rust-lang#4713>) (cherry picked from commit 1880ba5)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
The old ctest couldn't handle `target_vendor`, but this is no longer an issue. Simplify the config here. (backport <rust-lang#4713>) (cherry picked from commit 94e3f98)
Merged
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
This was a workaround for the old ctest not being able to parse something related to the `addr_of!` macros in statics referencing statics. This is not needed with the new ctest; thus, remove the config. (backport <rust-lang#4713>) (cherry picked from commit 4f2c41a)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
(backport <rust-lang#4713>) (cherry picked from commit 6f0ebb8) [ note that there was no FIXME comment on 0.2 - Trevor ]
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
(backport <rust-lang#4713>) (cherry picked from commit 1880ba5)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
The old ctest couldn't handle `target_vendor`, but this is no longer an issue. Simplify the config here. (backport <rust-lang#4713>) (cherry picked from commit 94e3f98)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
This was a workaround for the old ctest not being able to parse something related to the `addr_of!` macros in statics referencing statics. This is not needed with the new ctest; thus, remove the config. (backport <rust-lang#4713>) (cherry picked from commit 4f2c41a)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
(backport <rust-lang#4713>) (cherry picked from commit 6f0ebb8) [ note that there was no FIXME comment on 0.2 - Trevor ]
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
(backport <rust-lang#4713>) (cherry picked from commit 1880ba5)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
The old ctest couldn't handle `target_vendor`, but this is no longer an issue. Simplify the config here. (backport <rust-lang#4713>) (cherry picked from commit 94e3f98)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
This was a workaround for the old ctest not being able to parse something related to the `addr_of!` macros in statics referencing statics. This is not needed with the new ctest; thus, remove the config. (backport <rust-lang#4713>) (cherry picked from commit 4f2c41a)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
(backport <rust-lang#4713>) (cherry picked from commit 6f0ebb8) [ note that there was no FIXME comment on 0.2 - Trevor ]
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
(backport <rust-lang#4713>) (cherry picked from commit 1880ba5)
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Sep 23, 2025
The old ctest couldn't handle `target_vendor`, but this is no longer an issue. Simplify the config here. (backport <rust-lang#4713>) (cherry picked from commit 94e3f98)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
O-linux
O-musl
O-unix
O-wasi
stable-applied
This PR has been cherry-picked to libc's stable release branch
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.
Details are in each commit message.
@rustbot label +stable-nominated