| Index: test/es5conform/es5conform.status
|
| ===================================================================
|
| --- test/es5conform/es5conform.status (revision 7180)
|
| +++ test/es5conform/es5conform.status (working copy)
|
| @@ -239,11 +239,6 @@
|
| # Incorrect test - need double escape in eval.
|
| chapter07/7.8/7.8.4/7.8.4-1-s: FAIL
|
|
|
| -# arguments[i] remains same after changing actual parameters in strict mode
|
| -chapter10/10.6/10.6-10-c-ii-1-s: FAIL
|
| -# arguments[i] doesn't map to actual parameters in strict mode
|
| -chapter10/10.6/10.6-10-c-ii-2-s: FAIL
|
| -
|
| # Accessing caller property of Arguments object throws TypeError in strict mode
|
| chapter10/10.6/10.6-13-b-1-s: FAIL
|
| # arguments.caller exists in strict mode
|
| @@ -269,72 +264,6 @@
|
| # in strict mode (Global.length)
|
| chapter11/11.13/11.13.1/11.13.1-4-4-s: FAIL
|
| # simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Object.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-5-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Function.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-6-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Array.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-7-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (String.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-8-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Boolean.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-9-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Number.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-10-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Date.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-11-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (RegExp.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-12-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Error.length)
|
| -chapter11/11.13/11.13.1/11.13.1-4-13-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Number.MAX_VALUE)
|
| -chapter11/11.13/11.13.1/11.13.1-4-14-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Number.MIN_VALUE)
|
| -chapter11/11.13/11.13.1/11.13.1-4-15-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Number.NaN)
|
| -chapter11/11.13/11.13.1/11.13.1-4-16-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Number.NEGATIVE_INFINITY)
|
| -chapter11/11.13/11.13.1/11.13.1-4-17-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Number.POSITIVE_INFINITY)
|
| -chapter11/11.13/11.13.1/11.13.1-4-18-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Math.E)
|
| -chapter11/11.13/11.13.1/11.13.1-4-19-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Math.LN10)
|
| -chapter11/11.13/11.13.1/11.13.1-4-20-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Math.LN2)
|
| -chapter11/11.13/11.13.1/11.13.1-4-21-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Math.LOG2E)
|
| -chapter11/11.13/11.13.1/11.13.1-4-22-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Math.LOG10E)
|
| -chapter11/11.13/11.13.1/11.13.1-4-23-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Math.PI)
|
| -chapter11/11.13/11.13.1/11.13.1-4-24-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Math.SQRT1_2)
|
| -chapter11/11.13/11.13.1/11.13.1-4-25-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| -# in strict mode (Math.SQRT2)
|
| -chapter11/11.13/11.13.1/11.13.1-4-26-s: FAIL
|
| -# simple assignment throws TypeError if LeftHandSide is a readonly property
|
| # in strict mode (Global.undefined)
|
| chapter11/11.13/11.13.1/11.13.1-4-27-s: FAIL
|
|
|
|
|