about summary refs log tree commit diff
path: root/src/test/run-fail/mir_drop_panics.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-04Fix two run-fail tests for asmjsNikita Popov-1/+1
Use eprintln!() to make sure stdio is flushed.
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-2/+1
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-2/+0
2016-02-17MSVC SEH in MIR is implemented hereSimonas Kazlauskas-1/+0
2016-02-06Ignore a test on MSVCSimonas Kazlauskas-0/+2
The MSVC SEH is still not implemented, so we go ahead and ignore it.
2016-02-04Translation part of drop panic recoverySimonas Kazlauskas-0/+34
With this commit we now finally execute all the leftover drops once some drop panics for some reason!