Index: test/es5conform/es5conform.status |
diff --git a/test/es5conform/es5conform.status b/test/es5conform/es5conform.status |
index 39754ca57dacf43d1e6fa40b1065606277306fe6..4cf01187211341201255eb777436a0ca13381553 100644 |
--- a/test/es5conform/es5conform.status |
+++ b/test/es5conform/es5conform.status |
@@ -359,16 +359,19 @@ chapter11/11.4/11.4.1/11.4.1-4.a-9-s: FAIL |
# delete operator throws ReferenceError when deleting a direct reference |
# to a var in strict mode |
+# Invalid test case. Test expects ReferenceError instead of SyntaxError. |
+# http://es5conform.codeplex.com/workitem/29084 |
chapter11/11.4/11.4.1/11.4.1-5-1-s: FAIL |
# delete operator throws ReferenceError when deleting a direct reference |
# to a function argument in strict mode |
+# Invalid test case. Test expects ReferenceError instead of SyntaxError. |
+# http://es5conform.codeplex.com/workitem/29084 |
chapter11/11.4/11.4.1/11.4.1-5-2-s: FAIL |
# delete operator throws ReferenceError when deleting a direct reference |
# to a function name in strict mode |
+# Invalid test case. Test expects ReferenceError instead of SyntaxError. |
+# http://es5conform.codeplex.com/workitem/29084 |
chapter11/11.4/11.4.1/11.4.1-5-3-s: FAIL |
-# delete operator throws SyntaxError when deleting a direct reference |
-# to a function argument(object) in strict mode |
-chapter11/11.4/11.4.1/11.4.1-5-4-s: FAIL |
# eval - a function declaring a var named 'eval' throws EvalError in strict mode |
# Invalid test case. SyntaxError should be expected instead of EvalError. |