XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.

This commit is contained in:
Graydon Hoare 2011-05-04 14:44:57 -07:00
parent 4642d7a355
commit 978e3d0f4a
4 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,7 @@
// xfail-boot
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern: unresolved name
import m.unexported;

View File

@ -1,4 +1,7 @@
// xfail-boot
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern: unresolved name
// Tag variants are not exported with their tags. This allows for a

View File

@ -1,4 +1,7 @@
// xfail-boot
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern: unresolved name
mod foo {

View File

@ -1,4 +1,7 @@
// xfail-boot
// xfail-stage0
// xfail-stage1
// xfail-stage2
// error-pattern: unresolved name
mod foo {
export x;