cargo-bisect-rustc icon indicating copy to clipboard operation
cargo-bisect-rustc copied to clipboard

Add support for stack overflow error regressions

Open chrissimpkins opened this issue 5 years ago • 1 comments

From a conversation that began in https://github.com/rust-lang/cargo-bisect-rustc/pull/53#issuecomment-590008841

It would be helpful to support stack overflow errors as the regression definition. This can be hard coded with the current --regress= definition approach as of #53 , or supported through a new command line option that takes a substring for the stderr message search.

chrissimpkins avatar Mar 04 '20 19:03 chrissimpkins

#142 has changed it so that a stack overflow is treated the same as an ICE.

ehuss avatar Mar 27 '22 21:03 ehuss