Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ simd)
cd $MIRI_LIB_SRC/portable-simd

echo "::group::Testing portable-simd"
MIRIFLAGS="$DEFAULTFLAGS" \
# FIXME: disabling float non-determinism due to <https://github.com/rust-lang/portable-simd/issues/463>.
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-deterministic-floats" \
cargo miri test --lib --tests -- --skip ptr \
2>&1 | ts -i '%.s '
# This contains some pointer tests that do int/ptr casts, so we need permissive provenance.
Expand Down
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2025-06-09
nightly-2025-06-14