Actually notice xfail-stage2 as different from xfail-stage2. Fix affected tests.

This commit is contained in:
Graydon Hoare 2011-06-28 17:36:51 -07:00
parent b944d8d72e
commit 5059c5f8fd
5 changed files with 14 additions and 10 deletions

View File

@ -57,8 +57,8 @@ TEST_RPASS_EXES_STAGE1 := \
$(subst $(S)src/,,$(TEST_RPASS_CRATES_STAGE1:.rc=.stage1$(X))) \
$(subst $(S)src/,,$(TEST_RPASS_SOURCES_STAGE1:.rs=.stage1$(X)))
TEST_RPASS_EXES_STAGE2 := \
$(subst $(S)src/,,$(TEST_RPASS_CRATES_STAGE1:.rc=.stage2$(X))) \
$(subst $(S)src/,,$(TEST_RPASS_SOURCES_STAGE1:.rs=.stage2$(X)))
$(subst $(S)src/,,$(TEST_RPASS_CRATES_STAGE2:.rc=.stage2$(X))) \
$(subst $(S)src/,,$(TEST_RPASS_SOURCES_STAGE2:.rs=.stage2$(X)))
TEST_RPASS_OUTS_STAGE0 := \
$(TEST_RPASS_EXES_STAGE0:.stage0$(X)=.stage0.out)

View File

@ -1,5 +1,6 @@
//xfail-stage0
//xfail-stage1
//xfail-stage2
use std;
fn main() {

View File

@ -1,5 +1,6 @@
//xfail-stage0
//xfail-stage1
//xfail-stage2
use std;
fn main() {

View File

@ -1,5 +1,6 @@
//xfail-stage0
//xfail-stage1
//xfail-stage2
use std;
fn main() {

View File

@ -1,5 +1,6 @@
//xfail-stage0
//xfail-stage1
//xfail-stage2
use std;
fn main() {