Commit 1df86537 authored by ricow@chromium.org's avatar ricow@chromium.org

Remove passing tests from test262 status file

Review URL: http://codereview.chromium.org/7326038

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8594 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 7225401f
...@@ -453,12 +453,6 @@ prefix ietestcenter ...@@ -453,12 +453,6 @@ prefix ietestcenter
# (15.4.5.1 step 4.e.ii) # (15.4.5.1 step 4.e.ii)
15.2.3.6-4-276: FAIL 15.2.3.6-4-276: FAIL
# Bug? Object.defineProperty - 'O' is an Arguments object of a function that has # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
# formal parameters, 'name' is own property which is defined in both
# [[ParameterMap]] of 'O' and 'O', is deleted afterwards, and 'desc' is
# accessor descriptor, test 'name' is redefined in 'O' with all correct
# attribute values (10.6 [[DefineOwnProperty]] step 3)
15.2.3.6-4-290-1: FAIL
# Bug? Object.defineProperty - 'O' is an Arguments object of a function that has
# formal parameters, 'name' is own accessor property of 'O' which is also # formal parameters, 'name' is own accessor property of 'O' which is also
# defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, # defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor,
# test updating multiple attribute values of 'name' (10.6 # test updating multiple attribute values of 'name' (10.6
...@@ -864,12 +858,6 @@ prefix ietestcenter ...@@ -864,12 +858,6 @@ prefix ietestcenter
# ToUint32('P') is greater than value of the length property in 'O' # ToUint32('P') is greater than value of the length property in 'O'
# (15.4.5.1 step 4.e.ii) # (15.4.5.1 step 4.e.ii)
15.2.3.7-6-a-265: FAIL 15.2.3.7-6-a-265: FAIL
# Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own property
# which is ever defined in both [[ParameterMap]] of 'O' and 'O', and is
# deleted afterwards, and 'desc' is accessor descriptor, test 'P' is
# redefined in 'O' with all correct attribute values (10.6
# [[DefineOwnProperty]] step 3)
15.2.3.7-6-a-279: FAIL
# Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor
# property of 'O' which is also defined in [[ParameterMap]] of 'O', and # property of 'O' which is also defined in [[ParameterMap]] of 'O', and
# 'desc' is accessor descriptor, test updating multiple attribute values of # 'desc' is accessor descriptor, test updating multiple attribute values of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment