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

Side by Side Diff: tests/language/language_analyzer.status

Issue 21055002: Update analyzer status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « no previous file | 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) 6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason)
7 7
8 illegal_invocation_test/01: fail # Issue: 11892 8 illegal_invocation_test/01: fail # Issue: 11892
9 9
10 # test issue 11581, it is not warning to call dynamic 10 # test issue 11581, it is not warning to call dynamic
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 114
115 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k. 115 # TBF: It is a static warning if the function type of k' is not a subtype of the type of k.
116 default_implementation2_test: fail 116 default_implementation2_test: fail
117 117
118 # TBD: F-bounded quantification 118 # TBD: F-bounded quantification
119 f_bounded_quantification_test/01: fail 119 f_bounded_quantification_test/01: fail
120 f_bounded_quantification_test/02: fail 120 f_bounded_quantification_test/02: fail
121 121
122 function_type_alias6_test/00: fail # Issue 11987 122 function_type_alias6_test/00: fail # Issue 11987
123 function_type_alias9_test/00: crash # Issue 11987 123 function_type_alias9_test/00: crash # Issue 11987
124 list_literal_syntax_test/01: fail # Issue 12103
125 list_literal_syntax_test/02: fail # Issue 12103
126 list_literal_syntax_test/03: fail # Issue 12103
127 malformed_test/none: fail
124 named_parameters_aggregated_test/03: fail 128 named_parameters_aggregated_test/03: fail
125 no_such_method_negative_test: fail 129 no_such_method_negative_test: fail
126 non_const_super_negative_test: fail 130 non_const_super_negative_test: fail
127 number_identifier_negative_test: fail 131 number_identifier_negative_test: fail
128 override_field_test/01: fail 132 override_field_test/01: fail
129 override_field_test/02: fail 133 override_field_test/02: fail
130 override_field_test/03: fail 134 override_field_test/03: fail
131 prefix10_negative_test: fail 135 prefix10_negative_test: fail
132 prefix11_negative_test: fail 136 prefix11_negative_test: fail
133 prefix12_negative_test: fail 137 prefix12_negative_test: fail
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 execute_finally10_test: fail 182 execute_finally10_test: fail
179 execute_finally11_test: fail 183 execute_finally11_test: fail
180 final_used_in_try_test: fail 184 final_used_in_try_test: fail
181 full_stacktrace2_test: fail 185 full_stacktrace2_test: fail
182 stack_trace_test: fail 186 stack_trace_test: fail
183 throw3_test: fail 187 throw3_test: fail
184 try_catch3_test: fail 188 try_catch3_test: fail
185 189
186 # test issue 10890; on-catch UnknownType is a static warning, not error 190 # test issue 10890; on-catch UnknownType is a static warning, not error
187 try_catch_on_syntax_test/01: fail 191 try_catch_on_syntax_test/01: fail
188 try_catch_on_syntax_test/07: fail
189 try_catch_syntax_test/08: fail
190 192
191 # test issue 10899; it is static warning, not error, to call methods of class li teral 193 # test issue 10899; it is static warning, not error, to call methods of class li teral
192 class_literal_test/02: fail 194 class_literal_test/02: fail
193 class_literal_test/05: fail 195 class_literal_test/05: fail
194 class_literal_test/07: fail 196 class_literal_test/07: fail
195 class_literal_test/10: fail 197 class_literal_test/10: fail
196 class_literal_test/11: fail 198 class_literal_test/11: fail
197 class_literal_test/12: fail 199 class_literal_test/12: fail
198 class_literal_test/14: fail 200 class_literal_test/14: fail
199 class_literal_test/17: fail 201 class_literal_test/17: fail
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 method_override2_test/01: fail # issue 11497 240 method_override2_test/01: fail # issue 11497
239 method_override2_test/02: fail # issue 11497 241 method_override2_test/02: fail # issue 11497
240 method_override2_test/03: fail # issue 11497 242 method_override2_test/03: fail # issue 11497
241 method_override3_test/00: fail # issue 11497 243 method_override3_test/00: fail # issue 11497
242 method_override3_test/01: fail # issue 11497 244 method_override3_test/01: fail # issue 11497
243 method_override3_test/02: fail # issue 11497 245 method_override3_test/02: fail # issue 11497
244 method_override4_test: fail # issue 11497 246 method_override4_test: fail # issue 11497
245 method_override5_test: fail # issue 11497 247 method_override5_test: fail # issue 11497
246 method_override6_test: fail # issue 11497 248 method_override6_test: fail # issue 11497
247 249
248 # testing framework problem: we do report warning, framework does not understand it
249 # may be https://codereview.chromium.org/18174010/ will fix this
250 type_variable_bounds_test/08: fail
251 wrong_number_type_arguments_test/01: fail
252
253 # test issue 11575, classes with abstrac members are not marked as abstract 250 # test issue 11575, classes with abstrac members are not marked as abstract
254 abstract_factory_constructor_test/none: fail 251 abstract_factory_constructor_test/none: fail
255 abstract_syntax_test/none: fail 252 abstract_syntax_test/none: fail
256 get_set_syntax_test/none: fail 253 get_set_syntax_test/none: fail
257 implicit_this_test/none: fail 254 implicit_this_test/none: fail
258 interface_test/none: fail 255 interface_test/none: fail
259 syntax_test/none: fail 256 syntax_test/none: fail
260 257
261 # test issue 11576 258 # test issue 11576
262 bad_constructor_test/none: fail 259 bad_constructor_test/none: fail
(...skipping 30 matching lines...) Expand all
293 getters_setters2_test/03: fail 290 getters_setters2_test/03: fail
294 type_variable_bounds3_test/00: fail 291 type_variable_bounds3_test/00: fail
295 type_variable_bounds2_test/05: fail 292 type_variable_bounds2_test/05: fail
296 type_variable_scope_test/00: fail 293 type_variable_scope_test/00: fail
297 type_variable_scope_test/01: fail 294 type_variable_scope_test/01: fail
298 type_variable_scope_test/02: fail 295 type_variable_scope_test/02: fail
299 type_variable_scope_test/03: fail 296 type_variable_scope_test/03: fail
300 type_variable_scope_test/04: fail 297 type_variable_scope_test/04: fail
301 type_variable_scope_test/05: fail 298 type_variable_scope_test/05: fail
302 299
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698