Index: test/es5conform/es5conform.status |
diff --git a/test/es5conform/es5conform.status b/test/es5conform/es5conform.status |
index 39754ca57dacf43d1e6fa40b1065606277306fe6..d7b10a88cfde5548d1b12812860cace476908d36 100644 |
--- a/test/es5conform/es5conform.status |
+++ b/test/es5conform/es5conform.status |
@@ -347,28 +347,27 @@ chapter11/11.13/11.13.1/11.13.1-4-26-s: FAIL |
# in strict mode (Global.undefined) |
chapter11/11.13/11.13.1/11.13.1-4-27-s: FAIL |
-# delete operator throws TypeError when deleting a non-configurable data |
-# property in strict mode |
-chapter11/11.4/11.4.1/11.4.1-4.a-3-s: FAIL |
# delete operator throws TypeError when when deleting a non-configurable |
# data property in strict mode (Global.NaN) |
-chapter11/11.4/11.4.1/11.4.1-4.a-4-s: FAIL |
-# delete operator throws TypeError when deleting a non-configurable data |
-# property in strict mode (Math.LN2) |
-chapter11/11.4/11.4.1/11.4.1-4.a-9-s: FAIL |
+# Invalid test case - "this" is not a global object within the test case. |
+# (http://es5conform.codeplex.com/workitem/29151) |
+chapter11/11.4/11.4.1/11.4.1-4.a-4-s: FAIL_OK |
# 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. |