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
Copy file name to clipboardexpand all lines: src/doc/rustc-dev-guide/src/tests/directives.md
+1-6
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,7 @@
6
6
FIXME(jieyouxu) completely revise this chapter.
7
7
-->
8
8
9
-
Directives are special comments that tell compiletest how to build and interpret
10
-
a test. They must appear before the Rust source in the test. They may also
11
-
appear in `rmake.rs` or legacy Makefiles for [run-make
12
-
tests](compiletest.md#run-make-tests).
9
+
Directives are special comments that tell compiletest how to build and interpret a test. They must appear before the Rust source in the test. They may also appear in `rmake.rs`[run-make tests](compiletest.md#run-make-tests).
13
10
14
11
They are normally put after the short comment that explains the point of this
15
12
test. Compiletest test suites use `//@` to signal that a comment is a directive.
@@ -218,8 +215,6 @@ The following directives will check LLVM support:
218
215
[`aarch64-gnu-debug`]), which only runs a
219
216
subset of `run-make` tests. Other tests with this directive will not
220
217
run at all, which is usually not what you want.
221
-
- Notably, the [`aarch64-gnu-debug`] CI job *currently* only runs `run-make`
222
-
tests which additionally contain `clang` in their test name.
223
218
224
219
See also [Debuginfo tests](compiletest.md#debuginfo-tests) for directives for
0 commit comments