mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
core: ignore test from_str_ignore_underscores. Broken on i686. #6018
This commit is contained in:
parent
773f7e7560
commit
08bbf4b019
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user