about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-09-06 11:07:19 +0200
committerRalf Jung <post@ralfj.de>2025-09-06 11:07:19 +0200
commit9fc8374c2c4b9b04820999153d9b66f7a3df4ce0 (patch)
tree41642381df1d9e25105fbc6f8722589151af0267 /src
parent397f93362974d298b79e0e0cd43677014aa7b722 (diff)
downloadrust-9fc8374c2c4b9b04820999153d9b66f7a3df4ce0.tar.gz
rust-9fc8374c2c4b9b04820999153d9b66f7a3df4ce0.zip
miri std tests: skip all of sys::
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/mk/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index 82c05092dfa..03caa764ccf 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -76,7 +76,7 @@ check-aux:
 		library/std \
 		$(BOOTSTRAP_ARGS) \
 		-- \
-		--skip fs:: --skip net:: --skip process:: --skip sys::fd:: --skip sys::pal::
+		--skip fs:: --skip net:: --skip process:: --skip sys::
 	# Also test some very target-specific modules on other targets
 	# (making sure to cover an i686 target as well).
 	$(Q)MIRIFLAGS="-Zmiri-disable-isolation" BOOTSTRAP_SKIP_TARGET_SANITY=1 \