rust/tests/run-pass/panic
2021-07-07 09:33:01 +02:00
..
catch_panic.rs rustup 2021-07-07 09:33:01 +02:00
catch_panic.stderr Update Box<Any> to Box<dyn Any> in catch_panic.stderr 2021-06-08 22:18:27 +08:00
concurrent-panic.rs Review comments 2020-08-31 19:32:14 -05:00
concurrent-panic.stderr Apply review changes, incrementing the clocks twice is an unnecessary hold-over from earlier versions so fixed. 2020-11-27 19:26:06 +00:00
div-by-zero-2.rs
div-by-zero-2.stderr Enable backtrace feature in the generated Xargo.toml 2020-10-20 18:27:55 -04:00
overflowing-lsh-neg.rs
overflowing-lsh-neg.stderr Enable backtrace feature in the generated Xargo.toml 2020-10-20 18:27:55 -04:00
overflowing-rsh-1.rs
overflowing-rsh-1.stderr Enable backtrace feature in the generated Xargo.toml 2020-10-20 18:27:55 -04:00
overflowing-rsh-2.rs
overflowing-rsh-2.stderr Enable backtrace feature in the generated Xargo.toml 2020-10-20 18:27:55 -04:00
panic1.rs backtrace tests: support more ways of checking out Rust locally 2020-10-31 13:47:42 +01:00
panic1.stderr Update backtraces 2021-06-20 15:12:11 +08:00
panic2.rs
panic2.stderr Enable backtrace feature in the generated Xargo.toml 2020-10-20 18:27:55 -04:00
panic3.rs
panic3.stderr Enable backtrace feature in the generated Xargo.toml 2020-10-20 18:27:55 -04:00
panic4.rs
panic4.stderr Enable backtrace feature in the generated Xargo.toml 2020-10-20 18:27:55 -04:00
std-panic-locations.rs Fix panic test. 2021-03-08 17:06:50 +01:00
unsupported_foreign_function.rs Add support for panicking in the emulated application when unsupported syscalls are encountered 2021-06-07 15:21:53 -07:00
unsupported_foreign_function.stderr Add support for panicking in the emulated application when unsupported syscalls are encountered 2021-06-07 15:21:53 -07:00
unsupported_syscall.rs Fix the wrong EmulateByNameResult::NotSupported in syscall shim 2021-06-11 11:44:57 +08:00
unsupported_syscall.stderr Fix the wrong EmulateByNameResult::NotSupported in syscall shim 2021-06-11 11:44:57 +08:00