-
Notifications
You must be signed in to change notification settings - Fork 3
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
Test TestAbsolute
fail on MacOS x84-64
#79
Comments
Can you please copy the exact error message? |
@tinevez when you have 5 min, can you reproduce this? |
|
I could pinpoint the error to the ArrayJ.fillMemory() method, which does not work. If in the test file in.fillMemory(-1); by in.writeFromArray( new int[] { -1, -1, -1, -1 } ); then the test pass. Any other change (using UINT, INT, FLOAT etc.) has no impact. |
Indeed, the memory fill process is different for MacOS (I forgot about this). I will try to dig this |
The case only apply for Apple arm64, I maybe should export it to all apple device |
wrong value return from the Array, failling the
asserts
statementsFail on MacOS
x84-64
(with radeon) of @tinevezPass on my Ubuntu and MacOS
M2 sillicon
The text was updated successfully, but these errors were encountered: