1
Fork 0

document why some tests are xfail-fast

This commit is contained in:
Daniel Micay 2013-08-31 16:16:43 -04:00
parent 6655b3c462
commit 17f9382672
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -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

View file

@ -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

View file

@ -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)