v8/test
sgjesse@chromium.org 97ecc50377 ARM: Correctness fix to Math.pow optimization
The change in r4990 contained a bug in Math.pow when then exponent was a large negative smi. In that case calculating 1/Math.pow(x,-y) did not provide the correct result as Math.pow(x,-y) would overflow ti infinity. This was caught by Sputnik test S8.5_A13_T1.
Review URL: http://codereview.chromium.org/2815039

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4994 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-06-30 15:19:06 +00:00
..
cctest ARM: Special code for raising to the power of an integer 2010-06-30 12:22:15 +00:00
es5conform Even more cleanup of es5 test expectations. 2010-06-29 09:00:20 +00:00
message MIPS port initial commit 2010-02-04 20:36:58 +00:00
mjsunit ARM: Correctness fix to Math.pow optimization 2010-06-30 15:19:06 +00:00
mozilla Update the mozilla tests to the newest version. 2010-06-30 06:51:38 +00:00
sputnik Added ability to remove prototype from function. In this case, [[Construct]] from function will not be allowed. 2010-04-28 12:05:40 +00:00