Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: tests/co19/co19-compiler.status

Issue 10536143: Detect continue inside of case statement with no label (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed problem with function definitions inside case stmts Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 6
7 Language/03_Overview/1_Scoping_A02_t10: Fail # Issue 2382 7 Language/03_Overview/1_Scoping_A02_t10: Fail # Issue 2382
8 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 8 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
9 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474 9 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474
10 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474 10 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 Language/11_Statements/08_Switch_A01_t19: Fail # Issue 3527 136 Language/11_Statements/08_Switch_A01_t19: Fail # Issue 3527
137 Language/11_Statements/08_Switch_A08_t01: Fail # Issue 3529 137 Language/11_Statements/08_Switch_A08_t01: Fail # Issue 3529
138 Language/11_Statements/08_Switch_A09_t01: Fail # Issue 3529 138 Language/11_Statements/08_Switch_A09_t01: Fail # Issue 3529
139 Language/11_Statements/11_Labels_A01_t01: Fail # Issue 2440 139 Language/11_Statements/11_Labels_A01_t01: Fail # Issue 2440
140 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137 140 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137
141 Language/11_Statements/11_Labels_A03_t05: Fail # Issue 2441 141 Language/11_Statements/11_Labels_A03_t05: Fail # Issue 2441
142 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138 142 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138
143 Language/11_Statements/13_Continue_A02_t07: Fail # Issue 2441 143 Language/11_Statements/13_Continue_A02_t07: Fail # Issue 2441
144 Language/11_Statements/13_Continue_A02_t12: Fail # Issue 2441 144 Language/11_Statements/13_Continue_A02_t12: Fail # Issue 2441
145 Language/11_Statements/13_Continue_A02_t13: Fail # Issue 2441 145 Language/11_Statements/13_Continue_A02_t13: Fail # Issue 2441
146 Language/11_Statements/13_Continue_A02_t16: Fail # Issue 2441
147 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109 146 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109
148 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109 147 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109
149 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109 148 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109
150 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # Issue 2383 149 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # Issue 2383
151 Language/12_Libraries_and_Scripts/1_Imports_A02_t06: Fail # Issue 2384 150 Language/12_Libraries_and_Scripts/1_Imports_A02_t06: Fail # Issue 2384
152 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Issue 2386 151 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Issue 2386
153 Language/12_Libraries_and_Scripts/1_Imports_A07_t09: Fail # Issue 2387 152 Language/12_Libraries_and_Scripts/1_Imports_A07_t09: Fail # Issue 2387
154 Language/12_Libraries_and_Scripts/2_Imports_A02_t06: Fail # Issue 3530 153 Language/12_Libraries_and_Scripts/2_Imports_A02_t06: Fail # Issue 3530
155 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Issue 3530 154 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Issue 3530
156 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Issue 3530 155 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Issue 3530
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 202 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
204 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 203 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
205 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 204 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
206 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 205 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
207 206
208 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 207 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
209 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 208 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
210 209
211 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 210 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
212 *: Skip 211 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698