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

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

Issue 10716005: Fixes the scope of case labels so that duplicate case labels are properly detected (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: # Created 8 years, 5 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_t27: Fail # co19 issue 135 7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
8 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 8 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143
9 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 9 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144
10 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 3783 10 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 3783
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Issue 3476 74 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Issue 3476
75 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail # co19 issue 140 75 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail # co19 issue 140
76 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail # co19 issue 140 76 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail # co19 issue 140
77 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail # co19 issue 140 77 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail # co19 issue 140
78 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail # co19 issue 140 78 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail # co19 issue 140
79 Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail # co19 issue 140 79 Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail # co19 issue 140
80 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # Issue 1489 80 Language/11_Statements/02_Expression_Statements_A01_t05: Fail # Issue 1489
81 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 1489 81 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 1489
82 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323 82 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323
83 Language/11_Statements/08_Switch_A01_t01: Fail # Issue 2441 83 Language/11_Statements/08_Switch_A01_t01: Fail # Issue 2441
84 # Language/11_Statements/09_Try_A01_t14: Fail # co19 issue 151
85 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137 84 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137
86 Language/11_Statements/11_Labels_A03_t05: Fail # Issue 2441 85 Language/11_Statements/12_Break_A02_t03: Fail # Issue 3658
87 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138 86 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138
88 Language/11_Statements/13_Continue_A02_t07: Fail # Issue 2441 87 Language/11_Statements/13_Continue_A02_t07: Fail # Issue 3658
89 Language/11_Statements/13_Continue_A02_t12: Fail # Issue 2441
90 Language/11_Statements/13_Continue_A02_t13: Fail # Issue 2442 88 Language/11_Statements/13_Continue_A02_t13: Fail # Issue 2442
91 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109 89 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109
92 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109 90 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109
93 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109 91 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109
94 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # Issue 1774 92 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # Issue 1774
95 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Issue 1774 93 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Issue 1774
96 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # co19 issue 109 94 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # co19 issue 109
97 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 148 95 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 148
98 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # co19 issue 141 96 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # co19 issue 141
99 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130 97 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 135 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
138 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 136 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
139 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 137 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
140 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 138 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
141 139
142 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 140 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
143 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 141 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
144 142
145 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 143 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
146 *: Skip 144 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698