Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3136)

Issue 1995044: "[ES5 15.2 Object Objects] Mark with strict_mode_negative incompatible tests

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by pedro.delgallego
Modified:
13 years, 8 months ago
Base URL:
http://sputniktests.googlecode.com/svn/trunk/tests/Conformance/15_Native_ECMA_Script_Objects/15.2_Object_Objects/
Visibility:
Public.

Description

Resolve incompatibilities with ES5. 1) Eliminate unresolved variables. 2) Test that tries to delete a property that has the attribute { [[Configurable]]:false } should fail. (11.4.1) #) Test that tries to write in a property with the attribute writable equal to false should fail.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -84 lines) Patch
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T1.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T2.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T3.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T4.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A1_T5.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T1.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T10.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T11.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T12.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T13.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T14.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T2.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T3.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T4.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T5.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T6.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T7.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T8.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A2_T9.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T1.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T2.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.1_The_Object_Constructor_Called_as_a_Function/S15.2.1.1_A3_T3.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A1_T1.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A1_T2.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A1_T3.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A1_T4.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A1_T5.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A2_T4.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A6_T1.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A6_T2.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.2_The_Object_Constructor/S15.2.2.1_A6_T3.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A1.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A2.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A3.js View 2 chunks +2 lines, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A10.js View 2 chunks +2 lines, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A7.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js View 1 chunk +1 line, -1 line 1 comment Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A9.js View 1 chunk +1 line, -0 lines 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A10.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A7.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.3_Object.prototype.toLocaleString/S15.2.4.3_A9.js View 1 chunk +1 line, -0 lines 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A10.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T1.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T2.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T3.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T4.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T5.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T6.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A1_T7.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A7.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.4_Object.prototype.valueOf/S15.2.4.4_A9.js View 1 chunk +1 line, -0 lines 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A10.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T2.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A1_T3.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.5_Object.prototype.hasOwnProperty/S15.2.4.5_A7.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A1.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js View 2 chunks +2 lines, -1 line 1 comment Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A7.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A10.js View 2 chunks +2 lines, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A1_T1.js View 1 chunk +2 lines, -2 lines 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A2_T2.js View 2 chunks +3 lines, -3 lines 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.7_Object.prototype.propertyIsEnumerable/S15.2.4.7_A7.js View 1 chunk +1 line, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4.1_A1_T2.js View 2 chunks +3 lines, -3 lines 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A1_T2.js View 1 chunk +3 lines, -1 line 0 comments Download
15.2.4_Properties_of_the_Object_Prototype_Object/S15.2.4_A2.js View 1 chunk +1 line, -1 line 0 comments Download
S15.2_A1.js View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7
pedro.delgallego
13 years, 8 months ago (2010-08-16 16:13:35 UTC) #1
pedro.delgallego
13 years, 8 months ago (2010-08-16 16:18:42 UTC) #2
Jasvir
http://codereview.appspot.com/1995044/diff/1/36 File 15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js (right): http://codereview.appspot.com/1995044/diff/1/36#newcode23 15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.2_Object.prototype.toString/S15.2.4.2_A8.js:23: for (var p in Object.prototype.toString){ Please hoist the var ...
13 years, 8 months ago (2010-08-19 22:02:47 UTC) #3
pedro.delgallego
15.2.4_Properties_of_the_Object_Prototype_Object/15.2.4.6_Object.prototype.isPrototypeOf/S15.2.4.6_A10.js:9: > * @strict_mode_negative > Why is this test strict mode negative? > Why is ...
13 years, 8 months ago (2010-08-19 23:57:17 UTC) #4
Jasvir
You're exactly right - I was misreading writeable setting of isPrototype.length
13 years, 8 months ago (2010-08-20 23:23:32 UTC) #5
Jasvir
LGTM
13 years, 8 months ago (2010-08-20 23:23:39 UTC) #6
christian.plesner.hansen
13 years, 8 months ago (2010-08-25 04:34:04 UTC) #7
LGTM

Nit:
15.2.3_Properties_of_the_Object_Constructor/15.2.3.1_Object.prototype/S15.2.3.1_A3.js
has a spurious whitespace change at the top.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b