@@ -66,22 +66,22 @@ Options:
6666 program. This covers the use case for when you want to bisect to see when a bug was
6767 fixed
6868 - ice:
69- `Ice`: Marks test outcome as `Regressed` if and only if the `rustc` process issues a
70- diagnostic indicating that an internal compiler error (ICE) occurred. This covers the
71- use case for when you want to bisect to see when an ICE was introduced pon a codebase
72- that is meant to produce a clean error
69+ Marks test outcome as `Regressed` if and only if the `rustc` process issues a diagnostic
70+ indicating that an internal compiler error (ICE) occurred. This covers the use case for
71+ when you want to bisect to see when an ICE was introduced pon a codebase that is meant
72+ to produce a clean error
7373 - non-ice:
74- `NonIce`: Marks test outcome as `Regressed` if and only if the `rustc` process does not
75- issue a diagnostic indicating that an internal compiler error (ICE) occurred. This
76- covers the use case for when you want to bisect to see when an ICE was fixed
74+ Marks test outcome as `Regressed` if and only if the `rustc` process does not issue a
75+ diagnostic indicating that an internal compiler error (ICE) occurred. This covers the
76+ use case for when you want to bisect to see when an ICE was fixed
7777 - non-error:
78- `NonError`: Marks test outcome as `Baseline` if and only if the `rustc` process reports
79- error status and does not issue any diagnostic indicating that an internal compiler
80- error (ICE) occurred. This is the use case if the regression is a case where an
81- ill-formed program has stopped being properly rejected by the compiler. (The main
82- difference between this case and `Success ` is the handling of ICE: `Success ` assumes
83- that ICE should be considered baseline; `NonError ` assumes ICE should be considered a
84- sign of a regression.)
78+ Marks test outcome as `Baseline` if and only if the `rustc` process reports error status
79+ and does not issue any diagnostic indicating that an internal compiler error (ICE)
80+ occurred. This is the use case if the regression is a case where an ill-formed program
81+ has stopped being properly rejected by the compiler. (The main difference between this
82+ case and `success ` is the handling of ICE: `success ` assumes that ICE should be
83+ considered baseline; `non-error ` assumes ICE should be considered a sign of a
84+ regression.)
8585
8686 --script <SCRIPT>
8787 Script replacement for `cargo build` command
0 commit comments