xfail tests again for now (issues #7336, #7340)

This commit is contained in:
Daniel Micay 2013-06-23 21:28:20 -04:00
parent adb8ac4162
commit 369b0a56e8
3 changed files with 7 additions and 0 deletions

View 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> {

View 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 {

View 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;