Revision: 13163
Author:   [email protected]
Date:     Fri Dec  7 04:18:50 2012
Log:      Fix mozilla test failures and expectations.

Follow-up for r13160.

[email protected]
BUG=

Review URL: https://chromiumcodereview.appspot.com/11446063
http://code.google.com/p/v8/source/detail?r=13163

Modified:
 /branches/bleeding_edge/src/v8natives.js
 /branches/bleeding_edge/test/mozilla/mozilla.status

=======================================
--- /branches/bleeding_edge/src/v8natives.js    Fri Dec  7 02:20:35 2012
+++ /branches/bleeding_edge/src/v8natives.js    Fri Dec  7 04:18:50 2012
@@ -1413,7 +1413,7 @@

 // ECMA-262 section 15.7.4.3
 function NumberToLocaleString() {
-  return NumberToString();
+  return %_CallFunction(this, NumberToString);
 }


=======================================
--- /branches/bleeding_edge/test/mozilla/mozilla.status Wed Aug 8 01:44:29 2012 +++ /branches/bleeding_edge/test/mozilla/mozilla.status Fri Dec 7 04:18:50 2012
@@ -245,13 +245,6 @@
 # Expectes 'prototype' property of functions to be enumerable.
 js1_5/Function/10.1.6-01: FAIL_OK

-# toPrecision argument restricted to range 1..21 in JSC/V8
-js1_5/Regress/regress-452346: FAIL_OK
-ecma_3/Number/15.7.4.7-1: FAIL_OK
-
-# toExponential argument restricted to range 0..20 in JSC/V8
-ecma_3/Number/15.7.4.6-1: FAIL_OK
-
 #:=== RegExp:===
 # We don't match the syntax error message of Mozilla for invalid
 # RegExp flags.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to