| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index ece24a040d9c467edcec064fae2d770d9513f5f0..32a031c7abd89a448ad8e910416743445e19e58c 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -448,6 +448,9 @@
|
| 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK],
|
| 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK],
|
|
|
| + # https://code.google.com/p/v8/issues/detail?id=4693
|
| + 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration': [PASS, FAIL_SLOPPY],
|
| +
|
| ############################ INVALID TESTS #############################
|
|
|
| # The reference value calculated by Test262 is incorrect if you run these
|
|
|