Skip to content

Commit 369b0a5

Browse files
committed
xfail tests again for now (issues #7336, #7340)
1 parent adb8ac4 commit 369b0a5

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

src/test/run-pass/tag-align-dyn-variants.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test
12+
1113
use std::ptr;
1214

1315
enum a_tag<A,B> {

src/test/run-pass/tag-align-u64.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test
12+
1113
use std::ptr;
1214

1315
enum a_tag {

src/test/run-pass/unconstrained-region.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// xfail-test
12+
// FIXME: #7336: codegen bug makes this segfault on Linux x86_64
13+
1114
fn foo<'a>(blk: &fn(p: &'a fn() -> &'a fn())) {
1215
let mut state = 0;
1316
let statep = &mut state;

0 commit comments

Comments
 (0)