[webkit-dev] Rounding issues on different platforms

Evan Martin evan at chromium.org
Tue Jun 7 09:33:08 PDT 2011


On Tue, Jun 7, 2011 at 5:34 AM, Zoltan Herczeg <zherczeg at inf.u-szeged.hu> wrote:
> If you maintain some bots, and you saw rounding issues which makes 1px
> difference on let's say 32 and 64 bit environments for several layout
> tests, you may interested in this bug:
>
> https://bugs.webkit.org/show_bug.cgi?id=62204

Years ago someone tracked down a layout test failure to optimizations
on a particular file in WebKit.
  http://code.google.com/p/chromium/issues/detail?id=8475
"The extra precision is causing a problem in:
third_party/WebKit/WebCore/platform/graphics/Color.cpp
which can be "fixed" by compiling with -ffloat-store.  "

However, that was long enough ago the error may no longer exist in that file.


More information about the webkit-dev mailing list