Skip to content

Commit 825e831

Browse files
committed
Auto merge of rust-lang#124405 - RalfJung:miri-core-alloc-tests, r=clubby789
miri core/alloc tests: do not test a 2nd target check-aux seems to be one of the slowest runners since we started running standard library tests in Miri on it. So maybe it'd be better to reduce test coverage a bit by not doing cross-target testing of core and alloc? I don't recall finding target-specific issues in these libraries ever (and we still have the extra test coverage via our [out-of-tree nightly tests](https://github.com/rust-lang/miri-test-libstd)). This gives us more buffer to deal with the fact that the number of tests we run will only grow over time. Cc `@rust-lang/miri` `@rust-lang/infra`
2 parents 61a1dbd + babead5 commit 825e831

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bootstrap/mk/Makefile.in

-3
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,12 @@ check-aux:
5353
src/tools/cargotest \
5454
$(BOOTSTRAP_ARGS)
5555
# Run standard library tests in Miri.
56-
# We use a 64bit little-endian and a 32bit big-endian target for max coverage.
5756
$(Q)BOOTSTRAP_SKIP_TARGET_SANITY=1 \
5857
$(BOOTSTRAP) miri --stage 2 \
59-
--target x86_64-unknown-linux-gnu,mips-unknown-linux-gnu \
6058
library/core \
6159
library/alloc \
6260
--no-doc
6361
# Some doctests have intentional memory leaks.
64-
# Also, they work only on the host.
6562
$(Q)MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation" \
6663
$(BOOTSTRAP) miri --stage 2 \
6764
library/core \

0 commit comments

Comments
 (0)