]> git.lizzy.rs Git - rust.git/commitdiff
re-xfail some tests that fail on x86
authorGraydon Hoare <graydon@mozilla.com>
Thu, 2 May 2013 21:12:55 +0000 (14:12 -0700)
committerGraydon Hoare <graydon@mozilla.com>
Thu, 2 May 2013 21:12:55 +0000 (14:12 -0700)
src/test/run-pass/tag-align-dyn-u64.rs
src/test/run-pass/tag-align-dyn-variants.rs
src/test/run-pass/tag-align-u64.rs

index 0fdf4e019a775e569927225df3cb04c83fd1183d..a09ee23f1478a5fa1a084fb8d41a921c9dea3d53 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
+
 enum a_tag<A> {
     a_tag(A)
 }
index 96921f2a065c2351f9b0473a8c861e403beffa09..cd94bd30c21e06f1aba037c2a798b78ffd4e3403 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
+
 enum a_tag<A,B> {
     varA(A),
     varB(B)
index 56d384e5fdb769c9ec5568be9d6c6970b93b3ea3..ea60f389663cf5867480e5f80e62cfb21f6e9f9e 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
 
 enum a_tag {
     a_tag(u64)