Skip to content

Commit 17f9382

Browse files
committed
document why some tests are xfail-fast
1 parent 6655b3c commit 17f9382

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/test/run-pass/fixed_length_vec_glue.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-fast
11+
// xfail-fast: check-fast screws up repr paths
1212

1313
use std::sys;
1414

src/test/run-pass/ifmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-fast
11+
// xfail-fast: check-fast screws up repr paths
1212

1313
use std::fmt;
1414

src/test/run-pass/rec-align-u32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-fast
11+
// xfail-fast: check-fast screws up repr paths
1212

1313
// Issue #2303
1414

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-fast
11+
// xfail-fast: check-fast screws up repr paths
1212

1313
// Issue #2303
1414

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-fast
11+
// xfail-fast: check-fast screws up repr paths
1212

1313
enum a_tag {
1414
a_tag(u64)

0 commit comments

Comments
 (0)