compiletest: check_no_compiler_crash doesn't catch non-ICE panics #49888
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
As noted in #49826 (comment), currently rustc is panicking on
compile-fail/issue-36638
(which I will file as a separate bug), but compiletest does not detect this because it's also not caught as an ICE (to be fixed by #49826). Incheck_no_compiler_crash
, it only looks for the literal string "error: internal compiler error".The text was updated successfully, but these errors were encountered: