| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index ee1f53e19272d2268e5c0860a395a292bd2ed4ff..a2ec884fedb8844ec2c7c0320f2a3eae3188f3c9 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -132,6 +132,10 @@
|
| 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL],
|
| 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL],
|
| 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL],
|
| +
|
| + # https://code.google.com/p/v8/issues/detail?id=4504
|
| + 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL],
|
| + 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL],
|
|
|
| # https://code.google.com/p/v8/issues/detail?id=4305
|
| # SKIP rather than FAIL some tests, as they may check for an exception which
|
|
|