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

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

Issue 14855015: Report StaticWarningCode.NEW_WITH_NON_TYPE and CompileTimeErrorCode.CONST_WITH_NON_TYPE (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments 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 6 Language/03_Overview/1_Scoping_A01_t46: fail
7 Language/03_Overview/1_Scoping_A02_t07: fail 7 Language/03_Overview/1_Scoping_A02_t07: fail
8 Language/03_Overview/1_Scoping_A02_t11: fail 8 Language/03_Overview/1_Scoping_A02_t11: fail
9 Language/03_Overview/1_Scoping_A02_t12: fail 9 Language/03_Overview/1_Scoping_A02_t12: fail
10 Language/03_Overview/1_Scoping_A02_t16: fail 10 Language/03_Overview/1_Scoping_A02_t16: fail
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 Language/11_Expressions/06_Lists_A01_t04: fail 136 Language/11_Expressions/06_Lists_A01_t04: fail
137 Language/11_Expressions/06_Lists_A03_t01: fail 137 Language/11_Expressions/06_Lists_A03_t01: fail
138 Language/11_Expressions/07_Maps_A02_t02: fail 138 Language/11_Expressions/07_Maps_A02_t02: fail
139 Language/11_Expressions/08_Throw_A06_t01: fail 139 Language/11_Expressions/08_Throw_A06_t01: fail
140 Language/11_Expressions/08_Throw_A06_t02: fail 140 Language/11_Expressions/08_Throw_A06_t02: fail
141 Language/11_Expressions/08_Throw_A06_t03: fail 141 Language/11_Expressions/08_Throw_A06_t03: fail
142 Language/11_Expressions/08_Throw_A06_t04: fail 142 Language/11_Expressions/08_Throw_A06_t04: fail
143 Language/11_Expressions/08_Throw_A06_t05: fail 143 Language/11_Expressions/08_Throw_A06_t05: fail
144 Language/11_Expressions/08_Throw_A06_t06: fail 144 Language/11_Expressions/08_Throw_A06_t06: fail
145 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: fail 145 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: fail
146 Language/11_Expressions/11_Instance_Creation/2_Const_A02_t01: fail
147 Language/11_Expressions/11_Instance_Creation/2_Const_A02_t02: fail
148 Language/11_Expressions/11_Instance_Creation/2_Const_A02_t03: fail
149 Language/11_Expressions/11_Instance_Creation/2_Const_A02_t04: fail 146 Language/11_Expressions/11_Instance_Creation/2_Const_A02_t04: fail
150 Language/11_Expressions/11_Instance_Creation/2_Const_A02_t05: fail
151 Language/11_Expressions/11_Instance_Creation/2_Const_A02_t06: fail
152 Language/11_Expressions/11_Instance_Creation/2_Const_A02_t07: fail
153 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: fail 147 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: fail
154 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t02: fail
155 Language/11_Expressions/11_Instance_Creation/2_Const_A04_t01: fail 148 Language/11_Expressions/11_Instance_Creation/2_Const_A04_t01: fail
156 Language/11_Expressions/11_Instance_Creation/2_Const_A04_t03: fail 149 Language/11_Expressions/11_Instance_Creation/2_Const_A04_t03: fail
157 Language/11_Expressions/11_Instance_Creation/2_Const_A04_t04: fail 150 Language/11_Expressions/11_Instance_Creation/2_Const_A04_t04: fail
158 Language/11_Expressions/11_Instance_Creation/2_Const_A05_t01: fail 151 Language/11_Expressions/11_Instance_Creation/2_Const_A05_t01: fail
159 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t01: fail 152 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t01: fail
160 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t02: fail 153 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t02: fail
161 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: fail 154 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: fail
162 Language/11_Expressions/11_Instance_Creation_A05_t02: fail 155 Language/11_Expressions/11_Instance_Creation_A05_t02: fail
163 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t05: fail 156 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t05: fail
164 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A04_ t01: fail 157 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A04_ t01: fail
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail 274 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail
282 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail 275 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail
283 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail 276 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail
284 Language/15_Reference/1_Lexical_Rules_A02_t06: fail 277 Language/15_Reference/1_Lexical_Rules_A02_t06: fail
285 LibTest/core/double/ceil_A01_t05: fail 278 LibTest/core/double/ceil_A01_t05: fail
286 LibTest/core/double/floor_A01_t05: fail 279 LibTest/core/double/floor_A01_t05: fail
287 280
288 281
289 [ $runtime == drt && $compiler == none ] 282 [ $runtime == drt && $compiler == none ]
290 *: Skip 283 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698