Skip to content

Commit 1a0659f

Browse files
committed
---
yaml --- r: 274018 b: refs/heads/beta c: 0985717 h: refs/heads/master
1 parent 95bec75 commit 1a0659f

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
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: a5236e9da03fe58c4db8f011880c74a6911ed5e7
26+
refs/heads/beta: 098571797ca093f98f1e92634568aee38e8964cc
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/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/beta/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)