Skip to content

Commit 55ef6d0

Browse files
authored
Merge pull request #2824 from rust-lang/rustc-pull
Rustc pull update
2 parents 05d67e5 + 4eefc65 commit 55ef6d0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9602bda1dd0c1bbf5787e398385bbac81fd532f8
1+
30d0309fa821f7a0984a9629e0d227ca3c0d2eda

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)