Skip to content

Commit 6709f5f

Browse files
committed
---
yaml --- r: 276937 b: refs/heads/try c: 0985717 h: refs/heads/master i: 276935: aba4cf2
1 parent 9038c95 commit 6709f5f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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: a5236e9da03fe58c4db8f011880c74a6911ed5e7
4+
refs/heads/try: 098571797ca093f98f1e92634568aee38e8964cc
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
77
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try/mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ TEST_GROUPS = \
954954
debuginfo-lldb \
955955
codegen \
956956
codegen-units \
957-
incremental \
957+
incremental \
958958
doc \
959959
$(foreach docname,$(DOC_NAMES),doc-$(docname)) \
960960
pretty \

branches/try/src/compiletest/runtest.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,9 +1972,10 @@ fn run_codegen_units_test(config: &Config, props: &TestProps, testpaths: &TestPa
19721972
fn run_incremental_test(config: &Config, props: &TestProps, testpaths: &TestPaths) {
19731973
// Basic plan for a test incremental/foo/bar.rs:
19741974
// - load list of revisions pass1, fail2, pass3
1975-
// - each should begin with `pass` or `fail`
1976-
// - if `pass`, expect compile to succeed
1977-
// - if `fail`, expect errors from file
1975+
// - each should begin with `rpass`, `rfail`, or `cfail`
1976+
// - if `rpass`, expect compile and execution to succeed
1977+
// - if `cfail`, expect compilation to fail
1978+
// - if `rfail`, expect execution to fail
19781979
// - create a directory build/foo/bar.incremental
19791980
// - compile foo/bar.rs with -Z incremental=.../foo/bar.incremental and -C pass1
19801981
// - because name of revision starts with "pass", expect success

0 commit comments

Comments
 (0)