Index: test/mozilla/mozilla.status |
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status |
index e2fe66959523b275c18e08f98caabbdfeeb560b5..0f7d4aa1ba9f0c20aa52704690c939d71ea2b5ea 100644 |
--- a/test/mozilla/mozilla.status |
+++ b/test/mozilla/mozilla.status |
@@ -109,6 +109,9 @@ |
'js1_5/Regress/regress-360969-03': [FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]], |
'js1_5/Regress/regress-360969-04': [FAIL, ['mode == debug', TIMEOUT, NO_VARIANTS]], |
+ # Function declarations are no longer allowed as the body of a with statement. |
+ 'js1_5/Regress/regress-326453': [FAIL], |
+ |
##################### SKIPPED TESTS ##################### |
# This test checks that we behave properly in an out-of-memory |