-
-
Notifications
You must be signed in to change notification settings - Fork 140
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 failure with 6.9.11-55 #373
Comments
This will almost certainly be something to fix upstream.
This test is there to check against places where 2^16 has been used instead of (2^16 -1), for 16bit depth ImageMagick versions.
… On 4 Jan 2021, at 06:20, Remi Collet ***@***.***> wrote:
Last tested version was 6.9.11-52 (test suite OK)
Using latest upstream version
TEST 25/280 [tests/025-get-color.phpt]
========DIFF========
001+ difference 1 not < 1 + variance 0
002+ QUANTUM g is wrong for colorString 'rgb(0, 50%, 0)': actual 32767 != expected 32768
========DONE========
FAIL Test getColor and getColorQuantum [tests/025-get-color.phpt]
Looks like rounding have changed
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Notice: version 7 is not affected... |
Can be related to ImageMagick/ImageMagick6@063e2cd Sadly upstream bug report is not public :( |
Waiting for upstream on ImageMagick/ImageMagick6#129 |
Fixed upstream in 6.9.11-56 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Last tested version was 6.9.11-52 (test suite OK)
Using latest upstream version
Looks like rounding have changed
The text was updated successfully, but these errors were encountered: