| Index: test/preparser/preparser.status
|
| diff --git a/test/preparser/preparser.status b/test/preparser/preparser.status
|
| index 6f15fedd8f62211715dc3b0d5447b370b91d616b..40c5caf7427b855e892317c3517d51df1a2bfa2a 100644
|
| --- a/test/preparser/preparser.status
|
| +++ b/test/preparser/preparser.status
|
| @@ -31,3 +31,8 @@ prefix preparser
|
| # escapes (we need to parse to distinguish octal escapes from valid
|
| # back-references).
|
| strict-octal-regexp: FAIL
|
| +
|
| +[ $arch == android_arm || $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
|
|
|