File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,11 @@ alloc)
49
49
done
50
50
;;
51
51
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::"
63
57
64
58
# hashbrown and some other things do int2ptr casts, so we need permissive provenance.
65
59
for TARGET in x86_64-unknown-linux-gnu aarch64-apple-darwin; do
You can’t perform that action at this time.
0 commit comments