You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`check-run-results`| Check run test binary `run-{pass,fail}` output snapshot |`ui`, `crashes`, `incremental` if `run-pass`| N/A |
97
-
|`error-pattern`| Check that output contains a regex pattern |`ui`, `crashes`, `incremental` if `run-pass`| Regex |
97
+
|`error-pattern`| Check that output contains a specific string |`ui`, `crashes`, `incremental` if `run-pass`| String |
98
+
|`regex-error-pattern`| Check that output contains a regex pattern |`ui`, `crashes`, `incremental` if `run-pass`| Regex |
98
99
|`check-stdout`| Check `stdout` against `error-pattern`s from running test binary[^check_stdout]|`ui`, `crashes`, `incremental`| N/A |
99
100
|`normalize-stderr-32bit`| Normalize actual stderr (for 32-bit platforms) with a rule `"<raw>" -> "<normalized>"` before comparing against snapshot |`ui`, `incremental`|`"<RAW>" -> "<NORMALIZED>"`, `<RAW>`/`<NORMALIZED>` is regex capture and replace syntax |
100
101
|`normalize-stderr-64bit`| Normalize actual stderr (for 64-bit platforms) with a rule `"<raw>" -> "<normalized>"` before comparing against snapshot |`ui`, `incremental`|`"<RAW>" -> "<NORMALIZED>"`, `<RAW>`/`<NORMALIZED>` is regex capture and replace syntax |
0 commit comments