Skip to content

Commit 08bbf4b

Browse files
committed
core: ignore test from_str_ignore_underscores. Broken on i686. #6018
1 parent 773f7e7 commit 08bbf4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/num/strconv.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ mod test {
655655
use option::*;
656656

657657
#[test]
658+
#[ignore(reason = "fails in x86")]
658659
fn from_str_ignore_underscores() {
659660
let s : Option<u8> = from_str_common("__1__", 2, false, false, false,
660661
ExpNone, false, true);

0 commit comments

Comments
 (0)