summaryrefslogtreecommitdiff
path: root/src/3rdparty/v8/test/preparser/preparser.status
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/test/preparser/preparser.status')
-rw-r--r--src/3rdparty/v8/test/preparser/preparser.status5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/v8/test/preparser/preparser.status b/src/3rdparty/v8/test/preparser/preparser.status
index 6f15fed..40c5caf 100644
--- a/src/3rdparty/v8/test/preparser/preparser.status
+++ b/src/3rdparty/v8/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