| Index: test/preparser/preparser.status
|
| diff --git a/test/preparser/preparser.status b/test/preparser/preparser.status
|
| index 9d69988f71f561da18fd92198092587e7380c38a..cf5f112d98354a2d0c6629012ddb74242ed8ea62 100644
|
| --- a/test/preparser/preparser.status
|
| +++ b/test/preparser/preparser.status
|
| @@ -29,16 +29,5 @@
|
| [ALWAYS, {
|
| # TODO(mstarzinger): This script parses but throws a TypeError when run.
|
| 'non-alphanum': [FAIL],
|
| -
|
| - # We don't parse RegExps at scanning time, so we can't fail on octal
|
| - # escapes (we need to parse to distinguish octal escapes from valid
|
| - # back-references).
|
| - 'strict-octal-regexp': [FAIL],
|
| }], # ALWAYS
|
| -
|
| -['arch == android_arm or arch == android_ia32', {
|
| - # Remove this once the issue above is fixed. Android test runner does not
|
| - # handle "FAIL" test expectation correctly.
|
| - 'strict-octal-regexp': [SKIP],
|
| -}], # 'arch == android_arm or arch == android_ia32'
|
| ]
|
|
|