aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-05-04 14:44:57 -0700
committerGraydon Hoare <[email protected]>2011-05-04 14:44:57 -0700
commit978e3d0f4a0da2413e355ffdacf8dd5fccaa9e8e (patch)
tree177d040e2bbf3571c59343eb6e9d9a92c22debdc /src/test
parentextend xfail-stage0 to stage1, stage2 on obj-dtor-2.rs (diff)
downloadrust-978e3d0f4a0da2413e355ffdacf8dd5fccaa9e8e.tar.xz
rust-978e3d0f4a0da2413e355ffdacf8dd5fccaa9e8e.zip
XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/compile-fail/export-import.rs3
-rw-r--r--src/test/compile-fail/export-no-tag-variants.rs3
-rw-r--r--src/test/compile-fail/export-tag-variant.rs3
-rw-r--r--src/test/compile-fail/export.rs3
4 files changed, 12 insertions, 0 deletions
diff --git a/src/test/compile-fail/export-import.rs b/src/test/compile-fail/export-import.rs
index cfa27af3..def6af8e 100644
--- a/src/test/compile-fail/export-import.rs
+++ b/src/test/compile-fail/export-import.rs
@@ -1,4 +1,7 @@
// xfail-boot
+// xfail-stage0
+// xfail-stage1
+// xfail-stage2
// error-pattern: unresolved name
import m.unexported;
diff --git a/src/test/compile-fail/export-no-tag-variants.rs b/src/test/compile-fail/export-no-tag-variants.rs
index 69799802..11100b98 100644
--- a/src/test/compile-fail/export-no-tag-variants.rs
+++ b/src/test/compile-fail/export-no-tag-variants.rs
@@ -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
diff --git a/src/test/compile-fail/export-tag-variant.rs b/src/test/compile-fail/export-tag-variant.rs
index c37dac2e..dee8a483 100644
--- a/src/test/compile-fail/export-tag-variant.rs
+++ b/src/test/compile-fail/export-tag-variant.rs
@@ -1,4 +1,7 @@
// xfail-boot
+// xfail-stage0
+// xfail-stage1
+// xfail-stage2
// error-pattern: unresolved name
mod foo {
diff --git a/src/test/compile-fail/export.rs b/src/test/compile-fail/export.rs
index d54e515c..337dcaec 100644
--- a/src/test/compile-fail/export.rs
+++ b/src/test/compile-fail/export.rs
@@ -1,4 +1,7 @@
// xfail-boot
+// xfail-stage0
+// xfail-stage1
+// xfail-stage2
// error-pattern: unresolved name
mod foo {
export x;