| Index: test/preparser/preparser.status
|
| diff --git a/test/preparser/preparser.status b/test/preparser/preparser.status
|
| index c784fc1671b544d602495993973f085347762ae8..babf35d5d82dc4806e6398665887c887d979edac 100644
|
| --- a/test/preparser/preparser.status
|
| +++ b/test/preparser/preparser.status
|
| @@ -31,6 +31,12 @@
|
| # back-references).
|
| [
|
| [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
|
|
|
|
|