| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index bbff307c25ccaa759e32c7f3ca74c5f1cfbfca74..b33d95761d0e3e8269823cac0dbabf78d8b103c0 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -66,23 +66,6 @@
|
| # This times out in sloppy mode because sloppy const assignment does not throw.
|
| 'language/statements/const/syntax/const-invalid-assignment-next-expression-for': [PASS, FAIL, TIMEOUT],
|
|
|
| - # Number/Boolean.prototype is a plain object in ES6
|
| - # https://code.google.com/p/v8/issues/detail?id=4001
|
| - 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL],
|
| - 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL],
|
| - 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL],
|
| - 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL],
|
| - 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL],
|
| - 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL],
|
| - 'built-ins/Number/15.7.4-1': [FAIL],
|
| - 'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL],
|
| - 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL],
|
| - 'built-ins/Number/prototype/S15.7.4_A1': [FAIL],
|
| - 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL],
|
| - 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL],
|
| - 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL],
|
| - 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL],
|
| -
|
| # https://code.google.com/p/v8/issues/detail?id=1543
|
| 'built-ins/Proxy/*': [FAIL],
|
| 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL],
|
| @@ -163,12 +146,6 @@
|
| 'built-ins/RegExp/from-regexp-like-get-ctor-err': [FAIL],
|
| 'built-ins/RegExp/call_with_regexp_not_same_constructor': [FAIL],
|
|
|
| - # https://code.google.com/p/v8/issues/detail?id=4006
|
| - 'built-ins/String/prototype/S15.5.4_A1': [FAIL],
|
| - 'built-ins/String/prototype/S15.5.4_A2': [FAIL],
|
| - 'built-ins/String/prototype/S15.5.4_A3': [FAIL],
|
| - 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL],
|
| -
|
| # https://code.google.com/p/v8/issues/detail?id=4245
|
| 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL],
|
|
|
| @@ -181,9 +158,6 @@
|
| 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLOPPY],
|
| 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLOPPY],
|
|
|
| - # This should work as soon as rest parameters are re-implemented via desaguring.
|
| - 'language/expressions/arrow-function/syntax/early-errors/arrowparameters-cover-no-duplicates-rest': [PASS, FAIL],
|
| -
|
| # https://code.google.com/p/v8/issues/detail?id=3673
|
| 'language/statements/class/definition/basics': [FAIL],
|
|
|
| @@ -587,6 +561,31 @@
|
| # https://github.com/tc39/test262/issues/436
|
| 'built-ins/RegExp/call_with_regexp_match_falsy': [FAIL],
|
|
|
| + # Number/Boolean/String.prototype were once plain objects in ES6,
|
| + # but will no longer be once we roll to a test262 including
|
| + # https://github.com/tc39/test262/commit/1da4c7805
|
| + #
|
| + # https://code.google.com/p/v8/issues/detail?id=4001
|
| + # https://code.google.com/p/v8/issues/detail?id=4006
|
| + 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL],
|
| + 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL],
|
| + 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL],
|
| + 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL],
|
| + 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL],
|
| + 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL],
|
| + 'built-ins/Number/15.7.4-1': [FAIL],
|
| + 'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL],
|
| + 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL],
|
| + 'built-ins/Number/prototype/S15.7.4_A1': [FAIL],
|
| + 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL],
|
| + 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL],
|
| + 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL],
|
| + 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL],
|
| + 'built-ins/String/prototype/S15.5.4_A1': [FAIL],
|
| + 'built-ins/String/prototype/S15.5.4_A2': [FAIL],
|
| + 'built-ins/String/prototype/S15.5.4_A3': [FAIL],
|
| + 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL],
|
| +
|
| ############################ SKIPPED TESTS #############################
|
|
|
| # These tests take a looong time to run.
|
|
|