File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -190,16 +190,20 @@ The following directives will check LLVM support:
190
190
- ` needs-forced-clang-based-tests ` — test is ignored unless the environment
191
191
variable ` RUSTBUILD_FORCE_CLANG_BASED_TESTS ` is set, which enables building
192
192
clang alongside LLVM
193
- - This is only set in one CI job ([ ` x86_64-gnu-debug ` ] ), which only runs a
194
- tiny subset of ` run-make ` tests. Other tests with this directive will not
193
+ - This is only set in two CI jobs ([ ` x86_64-gnu-debug ` ] and
194
+ [ ` aarch64-gnu-debug ` ] ), which only runs a
195
+ subset of ` run-make ` tests. Other tests with this directive will not
195
196
run at all, which is usually not what you want.
197
+ - Notably, the [ ` aarch64-gnu-debug ` ] CI job * currently* only runs ` run-make `
198
+ tests which additionally contain ` clang ` in their test name.
196
199
197
200
See also [ Debuginfo tests] ( compiletest.md#debuginfo-tests ) for directives for
198
201
ignoring debuggers.
199
202
200
203
[ remote testing ] : running.md#running-tests-on-a-remote-machine
201
204
[ compare modes ] : ui.md#compare-modes
202
205
[ `x86_64-gnu-debug` ] : https://github.com/rust-lang/rust/blob/ab3dba92db355b8d97db915a2dca161a117e959c/src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile#L32
206
+ [ `aarch64-gnu-debug` ] : https://github.com/rust-lang/rust/blob/20c909ff9cdd88d33768a4ddb8952927a675b0ad/src/ci/docker/host-aarch64/aarch64-gnu-debug/Dockerfile#L32
203
207
204
208
### Affecting how tests are built
205
209
You can’t perform that action at this time.
0 commit comments