Skip to content

Commit ea836ee

Browse files
committed
remove or update 'ignore-windows' annotations in some tests
1 parent 3fe71df commit ea836ee

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

tests/compile-fail/environ-gets-deallocated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//ignore-windows: TODO env var emulation stubbed out on Windows
1+
//ignore-windows: Windows does not have a global environ list that the program can access directly
22

33
#[cfg(target_os="linux")]
44
fn get_environ() -> *const *const u8 {

tests/run-pass/env-exclude.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-windows: TODO env var emulation stubbed out on Windows
21
// compile-flags: -Zmiri-disable-isolation -Zmiri-env-exclude=MIRI_ENV_VAR_TEST
32

43
fn main() {

tests/run-pass/env-without-isolation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ignore-windows: TODO env var emulation stubbed out on Windows
21
// compile-flags: -Zmiri-disable-isolation
32

43
fn main() {

0 commit comments

Comments
 (0)