mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.
This commit is contained in:
parent
4642d7a355
commit
978e3d0f4a
@ -1,4 +1,7 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// xfail-stage1
|
||||
// xfail-stage2
|
||||
// error-pattern: unresolved name
|
||||
|
||||
import m.unexported;
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,7 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// xfail-stage1
|
||||
// xfail-stage2
|
||||
// error-pattern: unresolved name
|
||||
|
||||
mod foo {
|
||||
|
@ -1,4 +1,7 @@
|
||||
// xfail-boot
|
||||
// xfail-stage0
|
||||
// xfail-stage1
|
||||
// xfail-stage2
|
||||
// error-pattern: unresolved name
|
||||
mod foo {
|
||||
export x;
|
||||
|
Loading…
Reference in New Issue
Block a user