-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
32-bit julia test failures #79
Comments
Rather, it is not an exact duplicate, but the same test is failing. |
JuliaLang/julia#5743 reduces the risk of this type of error and fixes this as a side effect, if I remember correctly. (If you run enough tests with different combinations of enough element types, and generate a new random integer matrix for every of these combinations, at one point you will end up testing over a singular matrix). |
Is this still an issue? |
I believe these tolerance issues in the linalg tests have been fixed. It was briefly possible to build a 32-bit copy of Julia on 64-bit Linux which made these things a little easier to check, but Keno broke that a month or two ago with some of his libcxxabi changes to |
I guess this one is not an issue anymore. |
I don't recollect seeing this fixed. I will try it on my 32-bit image, and will reopen if necessary. |
I compiled julia on a 32-bit ubuntu 12.04 image, and find that it passes all the linalg tests. |
I see these warnings. Anyone know what they are?
|
On my dual-core 32-bit ubuntu test machine, the tests fail to start.
Setting it to single core, the linalg1 test fails:
(p.s. is this linalg1 test supposed to take several hundred megabytes of RAM? I've only assigned my VM 1GB)
The text was updated successfully, but these errors were encountered: