[Webkit-unassigned] [Bug 30737] fast/css/opacity-float.html fails in 64-bit Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 15:01:23 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30737





--- Comment #1 from Evan Martin <evan at chromium.org>  2009-10-24 15:01:23 PDT ---
The test is kind of stupid (I can say that because I wrote it).  I was just
attempting to test a large value.

The conversion goes:
  string "98765432198" -> double -> long long -> * 100000 -> string
I assume we're losing precision in either the double or the *100000.  Probably
the double, maybe related to 80-bit doubles vs 64-bit doubles.

I would update the test with a number that is near the upper bound of what
should reasonably work.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list