core: ignore test from_str_ignore_underscores. Broken on i686. #6018

This commit is contained in:
Brian Anderson 2013-04-22 19:25:25 -07:00
parent 773f7e7560
commit 08bbf4b019

View File

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