Skip to content

Commit

Permalink
Document forbid-output for UI tests (rust-lang#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 authored Dec 27, 2024
1 parent b746f63 commit 4e74687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for more details.
| `exec-env` | Env var to set when executing a test | `ui`, `crashes` | `<KEY>=<VALUE>` |
| `unset-exec-env` | Env var to unset when executing a test | `ui`, `crashes` | Any env var name |
| `stderr-per-bitwidth` | Generate a stderr snapshot for each bitwidth | `ui` | N/A |
| `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 |
| `run-flags` | Flags passed to the test executable | `ui` | Arbitrary flags |
| `known-bug` | No error annotation needed due to known bug | `ui`, `crashes`, `incremental` | Issue number `#123456` |

Expand Down

0 comments on commit 4e74687

Please sign in to comment.