rust/tests
bors 6b56aefa0b Auto merge of #1239 - elichai:2020-03-abort-intrinsics, r=RalfJung
Abort instead of panic on asserting intrinsics

This fixes #1222
replacing the panic with an abort and a corresponding message.
the stack trace is already printed, this just adds an optional message the caller can pass, and I just pass the same message we passed to the panic but now to the abort instead.

r? @RalfJung
2020-03-18 12:20:30 +00:00
..
compile-fail Remove uninhabit/zeroed tests to a new test file for abort checking 2020-03-18 14:14:23 +02:00
run-pass Remove uninhabit/zeroed tests to a new test file for abort checking 2020-03-18 14:14:23 +02:00
compiletest.rs move repeated run of test suite (without and with MIR optimizations) out of compiletest 2020-03-18 11:19:01 +01:00