Index: test/mozilla/mozilla.status |
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status |
index 4b41816de001d8f3a9e37fcc5b1f89326189af9a..09937f743586d86530d7c82de4ba6e916a970012 100644 |
--- a/test/mozilla/mozilla.status |
+++ b/test/mozilla/mozilla.status |
@@ -599,6 +599,11 @@ js1_5/Regress/regress-416737-02: FAIL_OK |
js1_5/Array/regress-350256-02: FAIL |
+# This fails because 'delete arguments[i]' does not disconnect the |
+# argument from the arguments array. See issue #900066. |
+ecma_3/Function/regress-137181: FAIL |
+ |
+ |
# 'export' and 'import' are not keywords in V8. |
ecma_2/Exceptions/lexical-010: FAIL |
ecma_2/Exceptions/lexical-022: FAIL |