Skip to content

Commit abfff5c

Browse files
committed
---
yaml --- r: 272104 b: refs/heads/master c: 0985717 h: refs/heads/master
1 parent 7b41ca8 commit abfff5c

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,5 +1,5 @@
11
---
2-
refs/heads/master: a5236e9da03fe58c4db8f011880c74a6911ed5e7
2+
refs/heads/master: 098571797ca093f98f1e92634568aee38e8964cc
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/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 \

trunk/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)