File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ //@ revisions: default abort-zero abort-one abort-full unwind-zero unwind-one unwind-full
2+
3+ //@[abort-zero] compile-flags: -Cpanic=abort
4+ //@[abort-zero] no-prefer-dynamic
5+ //@[abort-zero] exec-env: RUST_BACKTRACE=0
6+
7+ //@[abort-one] compile-flags: -Cpanic=abort
8+ //@[abort-one] no-prefer-dynamic
9+ //@[abort-one] exec-env: RUST_BACKTRACE=1
10+
11+ //@[abort-full] compile-flags: -Cpanic=abort
12+ //@[abort-full] no-prefer-dynamic
13+ //@[abort-full] exec-env: RUST_BACKTRACE=full
14+
15+ //@[unwind-zero] compile-flags: -Cpanic=unwind
16+ //@[unwind-zero] exec-env: RUST_BACKTRACE=0
17+
18+ //@[unwind-one] compile-flags: -Cpanic=unwind
19+ //@[unwind-one] exec-env: RUST_BACKTRACE=1
20+
21+ //@[unwind-full] compile-flags: -Cpanic=unwind
22+ //@[unwind-full] exec-env: RUST_BACKTRACE=full
23+
124//@ run-fail
225//@ error-pattern:moop
326//@ ignore-emscripten no processes
You can’t perform that action at this time.
0 commit comments