On Tue, Jun 7, 2011 at 5:34 AM, Zoltan Herczeg <[email protected]> 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.
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to