[webkit-reviews] review requested: [Bug 16640] Acid3 reveals broken behavior in toFixed and toExponential : [Attachment 18158] Split tests into 3 files, fixed toPrecision(nan) handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 28 15:13:44 PST 2007


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 16640: Acid3 reveals broken behavior in toFixed and toExponential
http://bugs.webkit.org/show_bug.cgi?id=16640

Attachment 18158: Split tests into 3 files, fixed toPrecision(nan) handling
http://bugs.webkit.org/attachment.cgi?id=18158&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 JavaScriptCore/kjs/number_object.cpp		    |	 2 +-
 LayoutTests/fast/js/number-tofixed-expected.txt    |	24 +++++
 .../fast/js/number-toprecision-expected.txt	    |	26 +++++-
 .../fast/js/resources/number-toExponential.js	    |	43 +++++++++
 LayoutTests/fast/js/resources/number-tofixed.js    |	44 ++++++++++
 .../fast/js/resources/number-toprecision.js	    |	38 ++++++++-
 .../fast/js/resources/toFixed-and-toExponential.js |	91 --------------------
 LayoutTests/fast/js/toFixed-and-toExponential.html |	13 ---
 8 files changed, 170 insertions(+), 111 deletions(-)


More information about the webkit-reviews mailing list