Skip to content

Commit 7e19807

Browse files
committed
enable more std tests :)
1 parent 0d4976e commit 7e19807

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

ci-test.sh

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,11 @@ alloc)
4949
done
5050
;;
5151
std)
52-
# Core modules, that we are testing on a bunch of targets. These are the most OS-specific.
53-
# TODO: add env:: here once https://github.com/rust-lang/miri/pull/2470l propagates.
54-
CORE="time:: sync:: thread::"
55-
# Modules that we skip entirely, because they need a lot of thims we don't support.
56-
# TODO: remove most of these once some PRs propagate.
57-
# - f32, f64: needs https://github.com/rust-lang/miri/pull/2469
58-
# - io::error: needs https://github.com/rust-lang/miri/pull/2465
59-
# Additionally we skip some of the integration tests:
60-
# - env_home_dir: needs https://github.com/rust-lang/miri/pull/2467
61-
# - sleep: needs https://github.com/rust-lang/miri/pull/2466
62-
SKIP="fs:: net:: process:: sys:: sys_common::net:: f32:: f64:: io::error:: env_home_dir sleep"
52+
# Modules that we skip entirely, because they need a lot of shims we don't support.
53+
SKIP="fs:: net:: process:: sys:: sys_common::net::"
54+
# Core modules, that we are testing on a bunch of targets.
55+
# These are the most OS-specific (among the modules we do not skip).
56+
CORE="time:: sync:: thread:: env::"
6357

6458
# hashbrown and some other things do int2ptr casts, so we need permissive provenance.
6559
for TARGET in x86_64-unknown-linux-gnu aarch64-apple-darwin; do

0 commit comments

Comments
 (0)