File tree 4 files changed +3
-6
lines changed
compiler/rustc_codegen_cranelift/scripts
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,6 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR
41
41
# missing features
42
42
# ================
43
43
44
- # requires stack unwinding
45
- # FIXME add needs-unwind to these tests
46
- rm -r tests/run-make/libtest-junit
47
- rm tests/ui/asm/may_unwind.rs
48
- rm tests/ui/stable-mir-print/basic_function.rs
49
-
50
44
# extra warning about -Cpanic=abort for proc macros
51
45
rm tests/ui/proc-macro/crt-static.rs
52
46
rm tests/ui/proc-macro/proc-macro-deprecated-attr.rs
Original file line number Diff line number Diff line change 1
1
# ignore-cross-compile
2
+ # needs-unwind contains should_panic test
2
3
include ../tools.mk
3
4
4
5
# Test expected libtest's junit output
Original file line number Diff line number Diff line change 1
1
//@ run-pass
2
2
//@ needs-asm-support
3
+ //@ needs-unwind
3
4
4
5
#![ feature( asm_unwind) ]
5
6
Original file line number Diff line number Diff line change 1
1
//@ compile-flags: -Z unpretty=stable-mir -Z mir-opt-level=3
2
2
//@ check-pass
3
3
//@ only-x86_64
4
+ //@ needs-unwind unwind edges are different with panic=abort
4
5
5
6
fn foo ( i : i32 ) -> i32 {
6
7
i + 1
You can’t perform that action at this time.
0 commit comments