June 6, 2010
1:18 a.m.
On 05.06.2010 20:10, Oscar Nierstrasz wrote:
No, we have other tests that fail only when running all tests -- those that test finalization.
The PNG tests fail reliably in 1.1. Unfortunately we were unable to narrow down the cause.
There appears to be an off by one error somewhere in encoding (or decoding) the Color black.
- on Related to: http://code.google.com/p/pharo/issues/detail?id=2486 perhaps? Essentially, 32 bit transparent black used to be 0(r) 0(g) (1)b (0)a instead of 0(r) 0(g) 0(b) 0(a). Which, was wrong. (And caused trouble when using transparent black as one of the colors in a bitblt operation)
Cheers, Henry