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

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

Issue 16293005: Don't use 'fail, OK' except of co19 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « tests/language/language_analyzer.status ('k') | tests/standalone/standalone.status » ('j') | 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 abstract_factory_constructor_test/00: fail 6 abstract_factory_constructor_test/00: fail
7 assign_instance_method_negative_test: fail 7 assign_instance_method_negative_test: fail
8 assign_static_type_test/06: fail 8 assign_static_type_test/06: fail
9 bad_named_parameters2_test: fail 9 bad_named_parameters2_test: fail
10 bad_named_parameters_test: fail 10 bad_named_parameters_test: fail
(...skipping 14 matching lines...) Expand all
25 call_nonexistent_static_test/07: fail 25 call_nonexistent_static_test/07: fail
26 call_nonexistent_static_test/09: fail 26 call_nonexistent_static_test/09: fail
27 call_nonexistent_static_test/10: fail 27 call_nonexistent_static_test/10: fail
28 call_through_getter_test: fail 28 call_through_getter_test: fail
29 callable_test/none: fail 29 callable_test/none: fail
30 cast_test/04: fail 30 cast_test/04: fail
31 cast_test/05: fail 31 cast_test/05: fail
32 class_cycle_test/03: fail 32 class_cycle_test/03: fail
33 closure_call_wrong_argument_count_negative_test: fail 33 closure_call_wrong_argument_count_negative_test: fail
34 compile_time_constant10_test/none: fail 34 compile_time_constant10_test/none: fail
35 compile_time_constant8_test: fail
36 compile_time_constant_b_test: fail
37 compile_time_constant_c_test/01: fail 35 compile_time_constant_c_test/01: fail
38 compile_time_constant_c_test/02: fail 36 compile_time_constant_c_test/02: fail
39 compile_time_constant_checked2_test/02: fail 37 compile_time_constant_checked2_test/02: fail
40 compile_time_constant_checked2_test/03: fail 38 compile_time_constant_checked2_test/03: fail
41 compile_time_constant_checked2_test/04: fail 39 compile_time_constant_checked2_test/04: fail
42 compile_time_constant_checked2_test/06: fail 40 compile_time_constant_checked2_test/06: fail
43 compile_time_constant_checked3_test/02: fail 41 compile_time_constant_checked3_test/02: fail
44 compile_time_constant_checked3_test/03: fail 42 compile_time_constant_checked3_test/03: fail
45 compile_time_constant_checked3_test/04: fail 43 compile_time_constant_checked3_test/04: fail
46 compile_time_constant_checked3_test/06: fail 44 compile_time_constant_checked3_test/06: fail
47 compile_time_constant_d_test: fail
48 compile_time_constant_e_test: fail 45 compile_time_constant_e_test: fail
49 const_syntax_test/06: fail 46 const_syntax_test/06: fail
50 constructor2_negative_test: fail 47 constructor2_negative_test: fail
51 constructor3_negative_test: fail 48 constructor3_negative_test: fail
52 constructor_call_wrong_argument_count_negative_test: fail 49 constructor_call_wrong_argument_count_negative_test: fail
53 constructor_negative_test: fail 50 constructor_negative_test: fail
54 constructor_return_with_arrow_negative_test: fail 51 constructor_return_with_arrow_negative_test: fail
55 constructor_return_with_init_and_arrow_negative_test: fail 52 constructor_return_with_init_and_arrow_negative_test: fail
56 cyclic_type_variable_test/01: fail 53 cyclic_type_variable_test/01: fail
57 cyclic_type_variable_test/02: fail 54 cyclic_type_variable_test/02: fail
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 import_combinators_negative_test: fail 92 import_combinators_negative_test: fail
96 inst_field_initializer1_negative_test: fail 93 inst_field_initializer1_negative_test: fail
97 instance_call_wrong_argument_count_negative_test: fail 94 instance_call_wrong_argument_count_negative_test: fail
98 instance_method2_negative_test: fail 95 instance_method2_negative_test: fail
99 instance_method_negative_test: fail 96 instance_method_negative_test: fail
100 instantiate_type_variable_negative_test: fail 97 instantiate_type_variable_negative_test: fail
101 interface_static_non_final_fields_negative_test: fail 98 interface_static_non_final_fields_negative_test: fail
102 interface_test/00: fail 99 interface_test/00: fail
103 is_not_class2_negative_test: fail 100 is_not_class2_negative_test: fail
104 library_juxtaposition_test: fail 101 library_juxtaposition_test: fail
105 licm_test: fail
106 list_literal1_negative_test: fail 102 list_literal1_negative_test: fail
107 list_literal_syntax_test/01: fail 103 list_literal_syntax_test/01: fail
108 list_literal_syntax_test/02: fail 104 list_literal_syntax_test/02: fail
109 list_literal_syntax_test/03: fail 105 list_literal_syntax_test/03: fail
110 map_literal1_negative_test: fail 106 map_literal1_negative_test: fail
111 map_literal3_test: fail 107 map_literal3_test: fail
112 method_override2_test/03: fail 108 method_override2_test/03: fail
113 mixin_illegal_constructor_test/13: fail 109 mixin_illegal_constructor_test/13: fail
114 mixin_illegal_constructor_test/14: fail 110 mixin_illegal_constructor_test/14: fail
115 mixin_illegal_constructor_test/15: fail 111 mixin_illegal_constructor_test/15: fail
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 type_variable_bounds_test/00: fail 191 type_variable_bounds_test/00: fail
196 type_variable_bounds_test/01: fail 192 type_variable_bounds_test/01: fail
197 type_variable_bounds_test/02: fail 193 type_variable_bounds_test/02: fail
198 type_variable_bounds_test/03: fail 194 type_variable_bounds_test/03: fail
199 type_variable_bounds_test/04: fail 195 type_variable_bounds_test/04: fail
200 type_variable_bounds_test/06: fail 196 type_variable_bounds_test/06: fail
201 type_variable_bounds_test/07: fail 197 type_variable_bounds_test/07: fail
202 type_variable_bounds_test/09: fail 198 type_variable_bounds_test/09: fail
203 type_variable_identifier_expression_negative_test: fail 199 type_variable_identifier_expression_negative_test: fail
204 type_variable_static_context_negative_test: fail 200 type_variable_static_context_negative_test: fail
205 typed_equality_test: fail
206 unary2_test: fail 201 unary2_test: fail
207 unary_test: fail 202 unary_test: fail
208 unresolved_in_factory_negative_test: fail 203 unresolved_in_factory_negative_test: fail
209 unresolved_top_level_method_negative_test: fail 204 unresolved_top_level_method_negative_test: fail
210 unresolved_top_level_var_negative_test: fail 205 unresolved_top_level_var_negative_test: fail
211 206
212 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 207 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
213 block_scope_test: fail, OK 208 block_scope_test: fail
214 lazy_static3_test: fail, OK 209 lazy_static3_test: fail
215 210
216 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' 211 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while'
217 implicit_scope_test: fail, OK 212 implicit_scope_test: fail
218 213
219 # test issue 10889, "throw" requires expression, "rethrow" should be used instea d 214 # test issue 10889, "throw" requires expression, "rethrow" should be used instea d
220 execute_finally10_test: fail, OK 215 execute_finally10_test: fail
221 execute_finally11_test: fail, OK 216 execute_finally11_test: fail
222 final_used_in_try_test: fail, OK 217 final_used_in_try_test: fail
223 full_stacktrace2_test: fail, OK 218 full_stacktrace2_test: fail
224 stack_trace_test: fail, OK 219 stack_trace_test: fail
225 throw3_test: fail, OK 220 throw3_test: fail
226 try_catch3_test: fail, OK 221 try_catch3_test: fail
227 222
228 # test issue 10890; on-catch UnknownType is a static warning, not error 223 # test issue 10890; on-catch UnknownType is a static warning, not error
229 try_catch_on_syntax_test/01: fail, OK 224 try_catch_on_syntax_test/01: fail
230 try_catch_on_syntax_test/07: fail, OK 225 try_catch_on_syntax_test/07: fail
231 try_catch_syntax_test/08: fail, OK 226 try_catch_syntax_test/08: fail
232 227
233 # test issue 10899; it is static warning, not error, to call methods of class li teral 228 # test issue 10899; it is static warning, not error, to call methods of class li teral
234 class_literal_test/02: fail, OK 229 class_literal_test/02: fail
235 class_literal_test/05: fail, OK 230 class_literal_test/05: fail
236 class_literal_test/07: fail, OK 231 class_literal_test/07: fail
237 class_literal_test/10: fail, OK 232 class_literal_test/10: fail
238 class_literal_test/11: fail, OK 233 class_literal_test/11: fail
239 class_literal_test/12: fail, OK 234 class_literal_test/12: fail
240 class_literal_test/14: fail, OK 235 class_literal_test/14: fail
241 class_literal_test/17: fail, OK 236 class_literal_test/17: fail
242 class_literal_test/18: fail, OK 237 class_literal_test/18: fail
243 class_literal_test/19: fail, OK 238 class_literal_test/19: fail
244 class_literal_test/22: fail, OK 239 class_literal_test/22: fail
245 class_literal_test/23: fail, OK 240 class_literal_test/23: fail
246 class_literal_test/24: fail, OK 241 class_literal_test/24: fail
247 class_literal_test/27: fail, OK 242 class_literal_test/27: fail
248 class_literal_test/28: fail, OK 243 class_literal_test/28: fail
249 class_literal_test/29: fail, OK 244 class_literal_test/29: fail
250 class_literal_test/none: fail, OK 245 class_literal_test/none: fail
251 246
252 # Test issue 11124, Uninitialized finals are warnings not errors 247 # Test issue 11124, Uninitialized finals are warnings not errors
253 field3a_negative_test: fail, OK 248 field3a_negative_test: fail
254 const_syntax_test/01: fail, OK 249 const_syntax_test/01: fail
255 const_syntax_test/04: fail, OK 250 const_syntax_test/04: fail
256 const_syntax_test/02: fail, OK 251 const_syntax_test/02: fail
257 const_syntax_test/03: fail, OK 252 const_syntax_test/03: fail
258 final_syntax_test/01: fail, OK 253 final_syntax_test/01: fail
259 final_syntax_test/04: fail, OK 254 final_syntax_test/04: fail
260 final_syntax_test/02: fail, OK 255 final_syntax_test/02: fail
261 final_syntax_test/03: fail, OK 256 final_syntax_test/03: fail
262 257
263 # Test issue 11123, Only static fields can be declared as 'const' 258 # Test issue 11123, Only static fields can be declared as 'const'
264 const_escape_frog_test: fail, OK 259 const_escape_frog_test: fail
265 compile_time_constant_test/none: fail, OK 260 compile_time_constant_test/none: fail
266 261
267 [ $compiler == dart2analyzer && $checked ] 262 [ $compiler == dart2analyzer && $checked ]
268 factory1_test/00: fail 263 factory1_test/00: fail
269 factory1_test/01: fail 264 factory1_test/01: fail
270 field_type_check2_test/01: fail 265 field_type_check2_test/01: fail
271 factory_implementation_test/00: fail 266 factory_implementation_test/00: fail
272 factory_redirection_test/08: fail 267 factory_redirection_test/08: fail
273 factory_redirection_test/09: fail 268 factory_redirection_test/09: fail
274 factory_redirection_test/10: fail 269 factory_redirection_test/10: fail
275 factory_redirection_test/11: fail 270 factory_redirection_test/11: fail
276 factory_redirection_test/12: fail 271 factory_redirection_test/12: fail
277 factory_redirection_test/13: fail 272 factory_redirection_test/13: fail
278 factory_redirection_test/14: fail 273 factory_redirection_test/14: fail
279 getters_setters2_test/03: fail 274 getters_setters2_test/03: fail
280 type_variable_bounds3_test/00: fail 275 type_variable_bounds3_test/00: fail
281 type_variable_bounds2_test/05: fail 276 type_variable_bounds2_test/05: fail
282 type_variable_scope_test/00: fail 277 type_variable_scope_test/00: fail
283 type_variable_scope_test/01: fail 278 type_variable_scope_test/01: fail
284 type_variable_scope_test/02: fail 279 type_variable_scope_test/02: fail
285 type_variable_scope_test/03: fail 280 type_variable_scope_test/03: fail
286 type_variable_scope_test/04: fail 281 type_variable_scope_test/04: fail
287 type_variable_scope_test/05: fail 282 type_variable_scope_test/05: fail
288 283
OLDNEW
« no previous file with comments | « tests/language/language_analyzer.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698