Bug 1511187 - test_approximate_float fails on armv7hl
Summary: test_approximate_float fails on armv7hl
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rust-num-rational
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Josh Stone
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-11-08 20:43 UTC by Igor Gnatenko
Modified: 2017-11-08 22:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-08 22:58:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Igor Gnatenko 2017-11-08 20:43:04 UTC
failures:
---- test::test_approximate_float stdout ----
	thread 'test::test_approximate_float' panicked at 'assertion failed: `(left == right)`
  left: `Some(Ratio { numer: 9223372036854775807, denom: 1 })`,
 right: `None`', src/lib.rs:997:8
failures:
    test::test_approximate_float
test result: FAILED. 31 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out

Comment 1 Josh Stone 2017-11-08 22:47:42 UTC
Should be fixed by num-rational-0.1.40, via:
https://github.com/rust-num/num/pull/342


Note You need to log in before you can comment on or make changes to this bug.