rust/src/test/ui/panics
2022-09-19 21:54:13 +00:00
..
abort-on-panic.rs
args-panic.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
default-backtrace-ice.rs Make rustc use RUST_BACKTRACE=full by default 2022-02-01 22:44:22 -05:00
default-backtrace-ice.stderr Make rustc use RUST_BACKTRACE=full by default 2022-02-01 22:44:22 -05:00
doublepanic.rs
explicit-panic-msg.rs
explicit-panic.rs
fmt-panic.rs
issue-47429-short-backtraces.legacy.run.stderr Adding ignore fuchsia tests for Backtrace, ErrorKind cases 2022-09-19 21:54:13 +00:00
issue-47429-short-backtraces.rs Adding ignore fuchsia tests for Backtrace, ErrorKind cases 2022-09-19 21:54:13 +00:00
issue-47429-short-backtraces.v0.run.stderr Adding ignore fuchsia tests for Backtrace, ErrorKind cases 2022-09-19 21:54:13 +00:00
location-detail-panic-no-column.rs Set RUST_BACKTRACE=0 when running location-detail tests 2021-12-17 14:05:48 -05:00
location-detail-panic-no-column.run.stderr Set RUST_BACKTRACE=0 when running location-detail tests 2021-12-17 14:05:48 -05:00
location-detail-panic-no-file.rs Set RUST_BACKTRACE=0 when running location-detail tests 2021-12-17 14:05:48 -05:00
location-detail-panic-no-file.run.stderr Set RUST_BACKTRACE=0 when running location-detail tests 2021-12-17 14:05:48 -05:00
location-detail-panic-no-line.rs Set RUST_BACKTRACE=0 when running location-detail tests 2021-12-17 14:05:48 -05:00
location-detail-panic-no-line.run.stderr add tests for -Zlocation-detail 2021-10-21 10:44:22 -07:00
location-detail-panic-no-location-info.rs location-detail: disable all location details when passed none 2022-07-28 09:45:59 -07:00
location-detail-panic-no-location-info.run.stderr location-detail: disable all location details when passed none 2022-07-28 09:45:59 -07:00
location-detail-unwrap-no-file.rs Specialize a few tests depending on opt-level. 2022-06-30 21:45:29 +02:00
location-detail-unwrap-no-file.run.stderr Specialize a few tests depending on opt-level. 2022-06-30 21:45:29 +02:00
main-panic.rs
panic-2021.rs
panic-2021.stderr
panic-arg.rs
panic-handler-chain-update-hook.rs Change panic::update_hook to simplify usage 2022-01-08 00:57:59 +01:00
panic-handler-chain.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
panic-handler-flail-wildly.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
panic-handler-set-twice.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
panic-in-dtor-drops-fields.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
panic-macro-any-wrapped.rs
panic-macro-any.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
panic-macro-explicit.rs
panic-macro-fmt.rs
panic-macro-owned.rs
panic-macro-static.rs
panic-main.rs
panic-parens.rs
panic-recover-propagate.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
panic-set-handler.rs
panic-set-unset-handler.rs
panic-short-backtrace-windows-x86_64.rs Ignore flaky panic-short-backtrace-windows-x86_64.rs test for now 2022-01-04 19:52:43 -08:00
panic-short-backtrace-windows-x86_64.run.stderr
panic-take-handler-nop.rs
panic-task-name-none.rs
panic-task-name-owned.rs
panic.rs
result-get-panic.rs
runtime-switch.legacy.run.stderr Adding ignore fuchsia tests for Backtrace, ErrorKind cases 2022-09-19 21:54:13 +00:00
runtime-switch.rs Adding ignore fuchsia tests for Backtrace, ErrorKind cases 2022-09-19 21:54:13 +00:00
runtime-switch.v0.run.stderr Adding ignore fuchsia tests for Backtrace, ErrorKind cases 2022-09-19 21:54:13 +00:00
test-panic.rs
test-should-fail-bad-message.rs
test-should-panic-bad-message.rs
test-should-panic-no-message.rs
unique-panic.rs use -Cstrip=debuginfo with ui tests to reduce disk space usage 2022-06-22 14:43:59 +03:00
while-body-panics.rs
while-panic.rs