Skip to content

Commit 34cf719

Browse files
committed
disable some tests on wasm and Windows
1 parent 019763d commit 34cf719

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/ui/array-slice-vec/vec-macro-no-std.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//@ run-pass
22
//@ compile-flags: -Cpanic=abort
33
//@ ignore-emscripten no no_std executables
4+
//@ ignore-wasm no no_std executables
5+
//@ ignore-windows no libc
46

57
#![feature(rustc_private)]
68
#![no_std]

tests/ui/for-loop-while/for-loop-no-std.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//@ run-pass
22
//@ compile-flags: -Cpanic=abort
33
//@ ignore-emscripten no no_std executables
4+
//@ ignore-wasm no no_std executables
5+
//@ ignore-windows no libc
46
#![allow(unused_imports)]
57
#![feature(rustc_private)]
68
#![no_std]

tests/ui/format-no-std.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//@ run-pass
22
//@ compile-flags: -Cpanic=abort
33
//@ ignore-emscripten no no_std executables
4+
//@ ignore-wasm no no_std executables
5+
//@ ignore-windows no libc
46

57
#![feature(lang_items, rustc_private)]
68
#![no_std]

0 commit comments

Comments
 (0)