summaryrefslogtreecommitdiff
path: root/deps/v8/test/mozilla
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-09 08:09:42 -0700
committerisaacs <i@izs.me>2012-06-09 08:09:42 -0700
commit940a6863ead6622e5439e07be631359c31e63b68 (patch)
treec5aa25c048b8f0fd622d4c42fa134ca645fcbcd7 /deps/v8/test/mozilla
parent569acea0eefed2c7da7453b7dcef6ff47491ca1c (diff)
downloadandroid-node-v8-940a6863ead6622e5439e07be631359c31e63b68.tar.gz
android-node-v8-940a6863ead6622e5439e07be631359c31e63b68.tar.bz2
android-node-v8-940a6863ead6622e5439e07be631359c31e63b68.zip
Roll V8 back to 3.9.24.31
Diffstat (limited to 'deps/v8/test/mozilla')
-rw-r--r--deps/v8/test/mozilla/mozilla.status14
1 files changed, 0 insertions, 14 deletions
diff --git a/deps/v8/test/mozilla/mozilla.status b/deps/v8/test/mozilla/mozilla.status
index c30be5e095..e64959acfc 100644
--- a/deps/v8/test/mozilla/mozilla.status
+++ b/deps/v8/test/mozilla/mozilla.status
@@ -592,20 +592,6 @@ js1_5/Regress/regress-416737-01: FAIL_OK
js1_5/Regress/regress-416737-02: FAIL_OK
-# Illegal escape-sequences in string literals. Has already been fixed
-# by most engines (i.e. V8, JSC, Opera and FF).
-ecma/Array/15.4.5.1-1: FAIL_OK
-ecma/LexicalConventions/7.7.4: FAIL_OK
-ecma_2/RegExp/hex-001: FAIL_OK
-js1_2/regexp/hexadecimal: FAIL_OK
-
-
-# The source field of RegExp objects is properly escaped. We match JSC.
-ecma_2/RegExp/constructor-001: FAIL_OK
-ecma_2/RegExp/function-001: FAIL_OK
-ecma_2/RegExp/properties-001: FAIL_OK
-
-
##################### FAILING TESTS #####################
# This section is for tests that fail in V8 and pass in JSC.