Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rationalize() test failure in the numbers tests on arm #16148

Closed
ViralBShah opened this issue May 1, 2016 · 1 comment
Closed

rationalize() test failure in the numbers tests on arm #16148

ViralBShah opened this issue May 1, 2016 · 1 comment
Labels
system:arm ARMv7 and AArch64

Comments

@ViralBShah
Copy link
Member

ViralBShah commented May 1, 2016

This failure is in the numbers test.

On x86:

               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.5.0-dev+3809 (2016-04-30 15:44 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit 7315f52 (0 days old master)
|__/                   |  x86_64-apple-darwin15.4.0

julia> rationalize(Int16,1.1264233500618559e-5)
0//1

On arm:

julia> rationalize(Int16,1.1264233500618559e-5)
1//23241
@ViralBShah ViralBShah added the system:arm ARMv7 and AArch64 label May 1, 2016
@ViralBShah ViralBShah changed the title rationalize() test failure in the numbers tests rationalize() test failure in the numbers tests on arm May 1, 2016
@yuyichao
Copy link
Contributor

yuyichao commented May 1, 2016

Dup of #14549

@yuyichao yuyichao closed this as completed May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:arm ARMv7 and AArch64
Projects
None yet
Development

No branches or pull requests

2 participants