We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
forbid-output
1 parent aca6505 commit 1fe9814Copy full SHA for 1fe9814
src/tests/directives.md
@@ -105,7 +105,7 @@ for more details.
105
| `exec-env` | Env var to set when executing a test | `ui`, `crashes` | `<KEY>=<VALUE>` |
106
| `unset-exec-env` | Env var to unset when executing a test | `ui`, `crashes` | Any env var name |
107
| `stderr-per-bitwidth` | Generate a stderr snapshot for each bitwidth | `ui` | N/A |
108
-| `forbid-output` | A pattern which must not appear in `cfail` output | `incremental` | Regex pattern |
+| `forbid-output` | A pattern which must not appear in stderr/`cfail` output | `ui`, `incremental` | Regex pattern |
109
| `run-flags` | Flags passed to the test executable | `ui` | Arbitrary flags |
110
| `known-bug` | No error annotation needed due to known bug | `ui`, `crashes`, `incremental` | Issue number `#123456` |
111
0 commit comments