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

Issue 1907048: [12.10 with statement] with statement is not allow in strict mode

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by pedro.delgallego
Modified:
13 years, 8 months ago
Base URL:
http://sputniktests.googlecode.com/svn/trunk/tests/Conformance/12_Statement/12.10_The_with_Statement/
Visibility:
Public.

Description

The section 12.10 is about the with statement. The with statement is not allow in strict mode, so all the test that include a with statement should fail in strict mode. I added @strict_mode_statement

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -3 lines) Patch
M S12.10_A1.10_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.10_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.10_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.10_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.10_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.11_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.11_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.11_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.11_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.11_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.12_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.12_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.12_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.12_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.12_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.1_T1.js View 1 chunk +3 lines, -1 line 0 comments Download
M S12.10_A1.1_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.1_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.2_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.2_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.2_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.2_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.2_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.3_T1.js View 1 chunk +2 lines, -1 line 0 comments Download
M S12.10_A1.3_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.3_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.3_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.3_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.4_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.4_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.4_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.4_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.4_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.5_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.5_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.5_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.5_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.5_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.6_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.6_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.6_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.7_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.7_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.7_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.7_T4.js View 1 chunk +2 lines, -1 line 0 comments Download
M S12.10_A1.7_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.8_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.8_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.8_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.8_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.8_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.9_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.9_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A1.9_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.10_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.10_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.10_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.10_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.10_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.11_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.11_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.11_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.11_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.11_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.12_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.12_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.12_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.12_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.12_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.1_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.1_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.1_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.2_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.2_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.2_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.2_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.2_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.3_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.3_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.3_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.3_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.3_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.4_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.4_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.4_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.4_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.4_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.5_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.5_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.5_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.5_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.5_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.6_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.6_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.6_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.7_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.7_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.7_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.7_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.7_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.8_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.8_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.8_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.8_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.8_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.9_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.9_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A3.9_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A4_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A4_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A4_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A4_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A4_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A4_T6.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A5_T1.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A5_T2.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A5_T3.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A5_T4.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A5_T5.js View 1 chunk +1 line, -0 lines 0 comments Download
M S12.10_A5_T6.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3
Jasvir
Where is @strict_mode_negative interpreted? I didn't see a CL that introduces support for it in ...
13 years, 8 months ago (2010-08-06 18:11:35 UTC) #1
pedro.delgallego
On 2010/08/06 18:11:35, jasvir wrote: > Where is @strict_mode_negative interpreted? I didn't see a CL ...
13 years, 8 months ago (2010-08-06 18:18:20 UTC) #2
christian.plesner.hansen
13 years, 8 months ago (2010-08-08 01:58:12 UTC) #3
LGTM
Sign in to reply to this message.

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