about summary refs log tree commit diff
path: root/src/test/codegen/catch-unwind.rs
AgeCommit message (Collapse)AuthorLines
2020-06-04test: codegen: skip catch-unwind on riscv64Tom Eccles-0/+9
It isn't clear to me if this is a bug or not, hence the FIXME
2020-03-02Test catch_unwind vanishingAmanieu d'Antras-0/+19
We execpt the try intrinsic to be a direct call if in -Cpanic=abort mode, and that catch_unwind optimizes out if calling a function that does not unwind.