run classify-runtime-const test for f128 - #161591
Merged
rust-bors[bot] merged 3 commits intoAug 25, 2026
Merged
Conversation
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 23, 2026
run `classify-runtime-const` test for `f128` try-job: test-various try-job: aarch64-apple-* try-job: *-gnu-nopt-* try-job: x86_64-mingw-* try-job: aarch64-msvc-* try-job: arm-android
This comment has been minimized.
This comment has been minimized.
Contributor
folkertdev
commented
Aug 23, 2026
| @@ -2,54 +2,43 @@ | |||
| //@ revisions: opt noopt ctfe | |||
| //@[opt] compile-flags: -O | |||
| //@[noopt] compile-flags: -Zmir-opt-level=0 | |||
| //@ min-llvm-version: 22 | |||
| //@ compile-flags: --check-cfg=cfg(target_has_reliable_f16) | |||
| //@ min-llvm-version: 23 | |||
Contributor
Author
There was a problem hiding this comment.
I suspect, but have not checked, that this is needed for the black_box calls. Anyway, it seems fine to only test this for LLVM 23.
Collaborator
|
|
folkertdev
marked this pull request as ready for review
August 23, 2026 15:05
Contributor
Zalathar
added a commit
to Zalathar/rust
that referenced
this pull request
Aug 25, 2026
…, r=tgross35 run `classify-runtime-const` test for `f128` This seems to work now, at least locally on linux and windows-gnu. @bors try jobs=test-various,aarch64-apple-*,*-gnu-nopt-*,x86_64-mingw-*,aarch64-msvc-*,arm-android
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 25, 2026
Rollup of 9 pull requests Successful merges: - #160533 (dirfd dir operations (3/4)) - #161294 (add crashtests [6/N]) - #160392 (library: motor: bump moto-rt ABI ver to 17) - #161646 (interpret: fix after_local_read handling) - #160819 (Rework `div_ceil` for nonzero integers) - #161591 (run `classify-runtime-const` test for `f128`) - #161680 (renovate: add lockfile update warning) - #161702 (Use `drop_guard` in some places in {core,alloc,std}) - #161709 (Stop rustfmt deleting attributes in fn params)
rust-bors Bot
pushed a commit
that referenced
this pull request
Aug 25, 2026
…uwer Rollup of 10 pull requests Successful merges: - #160533 (dirfd dir operations (3/4)) - #161294 (add crashtests [6/N]) - #160392 (library: motor: bump moto-rt ABI ver to 17) - #161646 (interpret: fix after_local_read handling) - #161682 (Update books) - #160819 (Rework `div_ceil` for nonzero integers) - #161204 (core: Make funnel shifts panic only if overflow checks are enabled) - #161591 (run `classify-runtime-const` test for `f128`) - #161680 (renovate: add lockfile update warning) - #161709 (Stop rustfmt deleting attributes in fn params)
pull Bot
pushed a commit
to LeeeeeeM/miri
that referenced
this pull request
Aug 26, 2026
…uwer Rollup of 10 pull requests Successful merges: - rust-lang/rust#160533 (dirfd dir operations (3/4)) - rust-lang/rust#161294 (add crashtests [6/N]) - rust-lang/rust#160392 (library: motor: bump moto-rt ABI ver to 17) - rust-lang/rust#161646 (interpret: fix after_local_read handling) - rust-lang/rust#161682 (Update books) - rust-lang/rust#160819 (Rework `div_ceil` for nonzero integers) - rust-lang/rust#161204 (core: Make funnel shifts panic only if overflow checks are enabled) - rust-lang/rust#161591 (run `classify-runtime-const` test for `f128`) - rust-lang/rust#161680 (renovate: add lockfile update warning) - rust-lang/rust#161709 (Stop rustfmt deleting attributes in fn params)
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.
This seems to work now, at least locally on linux and windows-gnu.
@bors try jobs=test-various,aarch64-apple-,-gnu-nopt-,x86_64-mingw-,aarch64-msvc-*,arm-android