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

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

Issue 10555034: Fix parse error on dead code in a switch statement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: # 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
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail # co19 issue 140 118 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail # co19 issue 140
119 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail # co19 issue 140 119 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail # co19 issue 140
120 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail # co19 issue 140 120 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail # co19 issue 140
121 Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail # co19 issue 140 121 Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail # co19 issue 140
122 Language/10_Expressions/29_Type_Test_A01_t04: Fail # Issue 2437 122 Language/10_Expressions/29_Type_Test_A01_t04: Fail # Issue 2437
123 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Issue 3282 123 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Issue 3282
124 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # Issue 1489 124 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # Issue 1489
125 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 1489 125 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 1489
126 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323 126 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323
127 Language/11_Statements/08_Switch_A01_t01: Fail # Issue 2441 127 Language/11_Statements/08_Switch_A01_t01: Fail # Issue 2441
128 Language/11_Statements/08_Switch_A01_t19: Fail # Issue 3527 128 #Language/11_Statements/08_Switch_A01_t19: Fail # Issue 3527
129 Language/11_Statements/08_Switch_A08_t01: Fail # Issue 3529 129 #Language/11_Statements/08_Switch_A08_t01: Fail # Issue 3529
130 Language/11_Statements/08_Switch_A09_t01: Fail # Issue 3529 130 #Language/11_Statements/08_Switch_A09_t01: Fail # Issue 3529
131 Language/11_Statements/11_Labels_A01_t01: Fail # Issue 2440 131 #Language/11_Statements/11_Labels_A01_t01: Fail # Issue 2440
scheglov 2012/06/18 20:45:49 Remove these lines?
132 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137 132 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137
133 Language/11_Statements/11_Labels_A03_t05: Fail # Issue 2441 133 Language/11_Statements/11_Labels_A03_t05: Fail # Issue 2441
134 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138 134 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138
135 Language/11_Statements/13_Continue_A02_t07: Fail # Issue 2441 135 Language/11_Statements/13_Continue_A02_t07: Fail # Issue 2441
136 Language/11_Statements/13_Continue_A02_t12: Fail # Issue 2441 136 Language/11_Statements/13_Continue_A02_t12: Fail # Issue 2441
137 Language/11_Statements/13_Continue_A02_t13: Fail # Issue 2441 137 Language/11_Statements/13_Continue_A02_t13: Fail # Issue 2441
138 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109 138 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109
139 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109 139 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109
140 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109 140 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109
141 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # Issue 2383 141 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # Issue 2383
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 194 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
195 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 195 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
196 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 196 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
197 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 197 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
198 198
199 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 199 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
200 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 200 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
201 201
202 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 202 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
203 *: Skip 203 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698