about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-04-22 19:36:50 -0700
committerbors <bors@rust-lang.org>2013-04-22 19:36:50 -0700
commit309f0c5603b369021bf887bf427670b83d8e75f7 (patch)
tree20c68adab08663f12237c89dae62943a33c5841e
parentb8441ca8a62b1ee04cf9f101c9fa91a320705479 (diff)
parent08bbf4b019de4305f010abb8c10c0aafa786fe7c (diff)
downloadrust-309f0c5603b369021bf887bf427670b83d8e75f7.tar.gz
rust-309f0c5603b369021bf887bf427670b83d8e75f7.zip
auto merge of #6019 : brson/rust/xfail, r=brson
-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);