about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/num/strconv.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/num/strconv.rs b/src/libcore/num/strconv.rs
index 4a45a1d9702..8d050e65c98 100644
--- a/src/libcore/num/strconv.rs
+++ b/src/libcore/num/strconv.rs
@@ -655,6 +655,7 @@ mod test {
     use option::*;
 
     #[test]
+    #[ignore(reason = "fails in x86")]
     fn from_str_ignore_underscores() {
         let s : Option<u8> = from_str_common("__1__", 2, false, false, false,
                                              ExpNone, false, true);