Skip to content

Commit 6011d53

Browse files
committed
---
yaml --- r: 277661 b: refs/heads/try c: 77ae759 h: refs/heads/master i: 277659: 6707767
1 parent 44aaf6b commit 6011d53

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 6dbb0e86aec11050480beb76eade6fb805010ba7
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4-
refs/heads/try: 6b10756a59c37a53761c326946dc4e42f24ff606
4+
refs/heads/try: 77ae7591a88a87f901cfd1e6a8a9e77a944a49b4
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/src/tools/compiletest/src/runtest.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,19 +1937,19 @@ actual:\n\
19371937

19381938
fn run_incremental_test(&self) {
19391939
// Basic plan for a test incremental/foo/bar.rs:
1940-
// - load list of revisions pass1, fail2, pass3
1941-
// - each should begin with `rpass`, `rfail`, or `cfail`
1940+
// - load list of revisions rpass1, cfail2, rpass3
1941+
// - each should begin with `rpass`, `cfail`, or `cfail`
19421942
// - if `rpass`, expect compile and execution to succeed
19431943
// - if `cfail`, expect compilation to fail
19441944
// - if `rfail`, expect execution to fail
19451945
// - create a directory build/foo/bar.incremental
1946-
// - compile foo/bar.rs with -Z incremental=.../foo/bar.incremental and -C pass1
1947-
// - because name of revision starts with "pass", expect success
1948-
// - compile foo/bar.rs with -Z incremental=.../foo/bar.incremental and -C fail2
1949-
// - because name of revision starts with "fail", expect an error
1950-
// - load expected errors as usual, but filter for those that end in `[fail2]`
1951-
// - compile foo/bar.rs with -Z incremental=.../foo/bar.incremental and -C pass3
1952-
// - because name of revision starts with "pass", expect success
1946+
// - compile foo/bar.rs with -Z incremental=.../foo/bar.incremental and -C rpass1
1947+
// - because name of revision starts with "rpass", expect success
1948+
// - compile foo/bar.rs with -Z incremental=.../foo/bar.incremental and -C cfail2
1949+
// - because name of revision starts with "cfail", expect an error
1950+
// - load expected errors as usual, but filter for those that end in `[rfail2]`
1951+
// - compile foo/bar.rs with -Z incremental=.../foo/bar.incremental and -C rpass3
1952+
// - because name of revision starts with "rpass", expect success
19531953
// - execute build/foo/bar.exe and save output
19541954
//
19551955
// FIXME -- use non-incremental mode as an oracle? That doesn't apply

0 commit comments

Comments
 (0)