rust/src/test/ui/panic-runtime
Thomas Lively 62c3443e96 Re-enable Emscripten's exception handling support
Passes LLVM codegen and Emscripten link-time flags for exception
handling if and only if the panic strategy is `unwind`. Sets the
default panic strategy for Emscripten targets to `unwind`. Re-enables
tests that depend on unwinding support for Emscripten, including
`should_panic` tests.
2019-10-25 15:16:36 -07:00
..
auxiliary tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
abort-link-to-unwind-dylib.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
abort-link-to-unwind-dylib.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
abort-link-to-unwinding-crates.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
abort.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bad-panic-flag1.rs Remove licenses 2018-12-25 21:08:33 -07:00
bad-panic-flag1.stderr Fix error message for -C panic=xxx. 2018-11-19 13:29:35 -08:00
bad-panic-flag2.rs Remove licenses 2018-12-25 21:08:33 -07:00
bad-panic-flag2.stderr Fix error message for -C panic=xxx. 2018-11-19 13:29:35 -08:00
link-to-abort.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
link-to-unwind.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lto-abort.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lto-unwind.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
needs-gate.rs Remove licenses 2018-12-25 21:08:33 -07:00
needs-gate.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
transitive-link-a-bunch.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
transitive-link-a-bunch.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
want-unwind-got-abort.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
want-unwind-got-abort.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
want-unwind-got-abort2.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
want-unwind-got-abort2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00