XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.
This commit is contained in:
parent
4642d7a355
commit
978e3d0f4a
4 changed files with 12 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue