File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
176183The following directives will check LLVM support:
177184
You can’t perform that action at this time.
0 commit comments