File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
compiler/rustc_codegen_cranelift/scripts Expand file tree Collapse file tree 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
4141# missing features
4242# ================
4343
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-
5044# extra warning about -Cpanic=abort for proc macros
5145rm tests/ui/proc-macro/crt-static.rs
5246rm tests/ui/proc-macro/proc-macro-deprecated-attr.rs
Original file line number Diff line number Diff line change 11# ignore-cross-compile
2+ # needs-unwind contains should_panic test
23include ../tools.mk
34
45# Test expected libtest's junit output
Original file line number Diff line number Diff line change 11//@ run-pass
22//@ needs-asm-support
3+ //@ needs-unwind
34
45#![ feature( asm_unwind) ]
56
Original file line number Diff line number Diff line change 11//@ compile-flags: -Z unpretty=stable-mir -Z mir-opt-level=3
22//@ check-pass
33//@ only-x86_64
4+ //@ needs-unwind unwind edges are different with panic=abort
45
56fn foo ( i : i32 ) -> i32 {
67 i + 1
You can’t perform that action at this time.
0 commit comments