Index: test/mozilla/mozilla.status |
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status |
index 6d3d0cab9ea8bd4856de789dbd5ed68b6cddc3c8..e31a630b8a750a7811a6984acb4207ecfc7b0fa0 100644 |
--- a/test/mozilla/mozilla.status |
+++ b/test/mozilla/mozilla.status |
@@ -300,6 +300,11 @@ js1_2/regexp/RegExp_multiline_as_array: FAIL_OK |
js1_2/regexp/beginLine: FAIL_OK |
js1_2/regexp/endLine: FAIL_OK |
+# We no longer let calls to test and exec with no argument implicitly |
+# use the previous input. |
+js1_2/regexp/RegExp_input: FAIL_OK |
+js1_2/regexp/RegExp_input_as_array: FAIL_OK |
+ |
# To be compatible with safari typeof a regexp yields 'function'; |
# in firefox it yields 'object'. |