diff options
Diffstat (limited to 'deps/v8/test/mozilla/mozilla.status')
-rw-r--r-- | deps/v8/test/mozilla/mozilla.status | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/deps/v8/test/mozilla/mozilla.status b/deps/v8/test/mozilla/mozilla.status index 4f2fbdea5a..f915459d61 100644 --- a/deps/v8/test/mozilla/mozilla.status +++ b/deps/v8/test/mozilla/mozilla.status @@ -212,6 +212,9 @@ js1_5/Array/regress-101964: PASS || FAIL if $mode == debug # This section is for tests that fail in both V8 and JSC. Thus they # have been determined to be incompatible between Mozilla and V8/JSC. +# toPrecision argument restricted to range 1..21 in JSC/V8 and ECMA-262 +js1_5/Regress/regress-452346: FAIL_OK + # Fail because it calls builtins as functions and do not expect the # builtin to have undefined as the receiver. ecma/String/15.5.4.6-2: FAIL_OK @@ -245,13 +248,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. |