document why some tests are xfail-fast
This commit is contained in:
parent
6655b3c462
commit
17f9382672
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
// xfail-fast: check-fast screws up repr paths
|
||||
|
||||
use std::sys;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
// xfail-fast: check-fast screws up repr paths
|
||||
|
||||
use std::fmt;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
// xfail-fast: check-fast screws up repr paths
|
||||
|
||||
// Issue #2303
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
// xfail-fast: check-fast screws up repr paths
|
||||
|
||||
// Issue #2303
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
// xfail-fast: check-fast screws up repr paths
|
||||
|
||||
enum a_tag {
|
||||
a_tag(u64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue