Skip to content

Commit 16051cf

Browse files
authored
Rename {ignore,only}-debug -> {ignore,needs}-{rustc,std}-debug-assertions (#2101)
1 parent 59816a0 commit 16051cf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/tests/directives.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ Some examples of `X` in `ignore-X` or `only-X`:
140140
- Channel: `stable`, `beta`
141141
- When cross compiling: `cross-compile`
142142
- When [remote testing] is used: `remote`
143-
- When debug-assertions are enabled: `debug`
144143
- When particular debuggers are being tested: `cdb`, `gdb`, `lldb`
145144
- When particular debugger versions are matched: `ignore-gdb-version`
146145
- Specific [compare modes]: `compare-mode-polonius`, `compare-mode-chalk`,
@@ -172,6 +171,14 @@ settings:
172171
- `needs-symlink` — ignores if the target does not support symlinks. This can be
173172
the case on Windows if the developer did not enable privileged symlink
174173
permissions.
174+
- `ignore-std-debug-assertions` — ignores if std was built with debug
175+
assertions.
176+
- `needs-std-debug-assertions` — ignores if std was not built with debug
177+
assertions.
178+
- `ignore-rustc-debug-assertions` — ignores if rustc was built with debug
179+
assertions.
180+
- `needs-rustc-debug-assertions` — ignores if rustc was not built with debug
181+
assertions.
175182

176183
The following directives will check LLVM support:
177184

0 commit comments

Comments
 (0)