Skip to content

Commit 4eefc65

Browse files
author
The rustc-josh-sync Cronjob Bot
committed
Merge ref '30d0309fa821' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@30d0309 Filtered ref: 8572b41 Upstream diff: rust-lang/rust@9602bda...30d0309 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents 4018651 + 8572b41 commit 4eefc65

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/tests/ci.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,10 @@ Such a try build will not execute any tests, and it will allow compilation warni
150150
It is useful when you want to
151151
get an optimized toolchain as fast as possible, for a Crater run or performance benchmarks,
152152
even if it might not be working fully correctly.
153-
If you want to do a full build for the default try job,
153+
154+
The CI job executed in fast try builds has a special suffix (`-quick`),
155+
to distinguish it from a full build of the default try job.
156+
If you want to do the full build instead,
154157
specify its job name in a job pattern (explained below).
155158

156159
If you want to run custom CI jobs in a try build and make sure that they pass all tests and do

src/tests/compiletest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ then runs the compiler for each revision, reusing the incremental results from p
158158

159159
The revisions should start with:
160160

161-
* `rpass` — the test should compile and run successfully
162-
* `rfail` — the test should compile successfully, but the executable should fail to run
163161
* `cfail` — the test should fail to compile
162+
* `cpass` — the test should compile successully
163+
* `rpass` — the test should compile and run successfully
164164

165165
To make the revisions unique, you should add a suffix like `rpass1` and `rpass2`.
166166

0 commit comments

Comments
 (0)