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

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

Issue 15271006: Report DUPLICATE_CONSTRUCTOR_NAME and other scope fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revert most changes and mark tests invalid. Created 7 years, 7 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 Language/03_Overview/1_Scoping_A01_t46: fail
7 Language/03_Overview/1_Scoping_A02_t07: fail
8 Language/03_Overview/1_Scoping_A02_t11: fail
9 Language/03_Overview/1_Scoping_A02_t12: fail
10 Language/03_Overview/1_Scoping_A02_t16: fail
11 Language/03_Overview/1_Scoping_A02_t28: fail
12 Language/05_Variables/05_Variables_A05_t04: fail 6 Language/05_Variables/05_Variables_A05_t04: fail
13 Language/06_Functions/06_Functions_A01_t31: fail 7 Language/06_Functions/06_Functions_A01_t31: fail
14 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail
15 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail 9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail
16 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail
17 Language/06_Functions/2_Formal_Parameters_A01_t02: fail 11 Language/06_Functions/2_Formal_Parameters_A01_t02: fail
18 Language/06_Functions/2_Formal_Parameters_A01_t09: fail 12 Language/06_Functions/2_Formal_Parameters_A01_t09: fail
19 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 13 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
20 Language/07_Classes/07_Classes_A01_t20: fail 14 Language/07_Classes/07_Classes_A01_t20: fail
21 Language/07_Classes/07_Classes_A09_t01: fail 15 Language/07_Classes/07_Classes_A09_t01: fail
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t04: fail 107 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t04: fail
114 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: fail 108 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: fail
115 Language/11_Expressions/22_Equality_A01_t15: fail 109 Language/11_Expressions/22_Equality_A01_t15: fail
116 Language/11_Expressions/22_Equality_A01_t16: fail 110 Language/11_Expressions/22_Equality_A01_t16: fail
117 Language/11_Expressions/28_Postfix_Expressions_A01_t06: fail 111 Language/11_Expressions/28_Postfix_Expressions_A01_t06: fail
118 Language/11_Expressions/30_Identifier_Reference_A01_t07: fail 112 Language/11_Expressions/30_Identifier_Reference_A01_t07: fail
119 Language/11_Expressions/30_Identifier_Reference_A01_t08: fail 113 Language/11_Expressions/30_Identifier_Reference_A01_t08: fail
120 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail 114 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail
121 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail 115 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail
122 Language/12_Statements/02_Expression_Statements_A01_t06: fail 116 Language/12_Statements/02_Expression_Statements_A01_t06: fail
123 Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail
124 Language/12_Statements/09_Switch_A04_t01: fail 117 Language/12_Statements/09_Switch_A04_t01: fail
125 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t17: fail 118 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t17: fail
126 Language/13_Libraries_and_Scripts/1_Imports_A01_t46: fail 119 Language/13_Libraries_and_Scripts/1_Imports_A01_t46: fail
127 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: fail 120 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: fail
128 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail 121 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail
129 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: fail 122 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: fail
130 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail 123 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail
131 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail 124 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail
132 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail 125 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail
133 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail 126 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 LibTest/core/StringBuffer/isEmpty_A01_t01: fail 179 LibTest/core/StringBuffer/isEmpty_A01_t01: fail
187 LibTest/core/StringBuffer/toString_A01_t01: fail 180 LibTest/core/StringBuffer/toString_A01_t01: fail
188 LibTest/core/double/ceil_A01_t05: fail 181 LibTest/core/double/ceil_A01_t05: fail
189 LibTest/core/double/floor_A01_t05: fail 182 LibTest/core/double/floor_A01_t05: fail
190 LibTest/core/int/operator_division_A01_t01: fail 183 LibTest/core/int/operator_division_A01_t01: fail
191 184
192 # fails locally, passes on bot 185 # fails locally, passes on bot
193 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip 186 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip
194 187
195 # co19 issue #412, using 'null' as operand 188 # co19 issue #412, using 'null' as operand
196 Language/11_Expressions/01_Constants_A11_t01: fail 189 Language/11_Expressions/01_Constants_A11_t01: fail, OK
197 Language/11_Expressions/01_Constants_A12_t01: fail 190 Language/11_Expressions/01_Constants_A12_t01: fail, OK
198 Language/11_Expressions/01_Constants_A13_t06: fail 191 Language/11_Expressions/01_Constants_A13_t06: fail, OK
192
193 # co19 issue #414, extra @compile-error
194 Language/03_Overview/1_Scoping_A02_t28: fail, OK
195
196 # co19 issue #416, function name is declared the parameter scope
197 Language/03_Overview/1_Scoping_A02_t07: fail, OK
198 Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK
199
200 # co19 issue $417, 'if', 'while' and 'do-while' don't create scope
201 Language/03_Overview/1_Scoping_A02_t11: fail, OK
202 Language/03_Overview/1_Scoping_A02_t12: fail, OK
203 Language/03_Overview/1_Scoping_A02_t16: fail, OK
204
199 205
200 206
201 [ $runtime == drt && $compiler == none ] 207 [ $runtime == drt && $compiler == none ]
202 *: Skip 208 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698