Skip to content

Commit 978e3d0

Browse files
committed
XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.
1 parent 4642d7a commit 978e3d0

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

src/test/compile-fail/export-import.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// xfail-boot
2+
// xfail-stage0
3+
// xfail-stage1
4+
// xfail-stage2
25
// error-pattern: unresolved name
36

47
import m.unexported;

src/test/compile-fail/export-no-tag-variants.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// xfail-boot
2+
// xfail-stage0
3+
// xfail-stage1
4+
// xfail-stage2
25
// error-pattern: unresolved name
36

47
// Tag variants are not exported with their tags. This allows for a

src/test/compile-fail/export-tag-variant.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// xfail-boot
2+
// xfail-stage0
3+
// xfail-stage1
4+
// xfail-stage2
25
// error-pattern: unresolved name
36

47
mod foo {

src/test/compile-fail/export.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// xfail-boot
2+
// xfail-stage0
3+
// xfail-stage1
4+
// xfail-stage2
25
// error-pattern: unresolved name
36
mod foo {
47
export x;

0 commit comments

Comments
 (0)