]> git.lizzy.rs Git - rust.git/commitdiff
xfail tests again for now (issues #7336, #7340)
authorDaniel Micay <danielmicay@gmail.com>
Mon, 24 Jun 2013 01:28:20 +0000 (21:28 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Mon, 24 Jun 2013 05:35:12 +0000 (01:35 -0400)
src/test/run-pass/tag-align-dyn-variants.rs
src/test/run-pass/tag-align-u64.rs
src/test/run-pass/unconstrained-region.rs

index c360b6134551a4330e153e1ef92b25c5127bf2ef..85a4f98d198c3afac6cdb188135aa898ec421928 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
+
 use std::ptr;
 
 enum a_tag<A,B> {
index 776c7d9ca448f0ac336c21d0b0211b7ff34af5d2..28088aa571eb20450eb7650d82897fba4b576fb2 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
+
 use std::ptr;
 
 enum a_tag {
index 4882baceaa816154fa3281f49f25a85ac958bb91..2341ee8d100c1805b967962ec4b5762870f0a83e 100644 (file)
@@ -8,6 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
+// FIXME: #7336: codegen bug makes this segfault on Linux x86_64
+
 fn foo<'a>(blk: &fn(p: &'a fn() -> &'a fn())) {
     let mut state = 0;
     let statep = &mut state;