Index: test/mozilla/mozilla.status |
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status |
index c1930f97f962522c6fe4437f27afdd1eec427c3e..ad16c2f8367ccb2e1634d0ce8fb7967c1e4f1a20 100644 |
--- a/test/mozilla/mozilla.status |
+++ b/test/mozilla/mozilla.status |
@@ -622,6 +622,11 @@ |
# Cannot call strings as functions. Expects not to crash. |
'js1_5/Regress/regress-417893': [FAIL_OK], |
+ |
+ |
+ # Unsupported use of "[]" as function parameter. We match JSC. |
+ '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 |