Fix mozilla test failures and expectations.
Follow-up for r13160. R=mstarzinger@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11446063 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13163 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
c5c8276f59
commit
d6629c6919
@ -1413,7 +1413,7 @@ function NumberToString(radix) {
|
||||
|
||||
// ECMA-262 section 15.7.4.3
|
||||
function NumberToLocaleString() {
|
||||
return NumberToString();
|
||||
return %_CallFunction(this, NumberToString);
|
||||
}
|
||||
|
||||
|
||||
|
@ -245,13 +245,6 @@ js1_5/Function/regress-338121-03: FAIL_OK
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user