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

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

Issue 46163002: Bugfix in test.dart, adding of specialized test outcomes for analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ $compiler == none && $runtime == drt && $mode == debug ] 8 [ $compiler == none && $runtime == drt && $mode == debug ]
9 source_self_negative_test: Crash # Issue 14003 9 source_self_negative_test: Crash # Issue 14003
10 10
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. 80 vm/type_vm_test: Fail # Issue 13719: Please triage this failure.
81 81
82 [ $compiler == none && $runtime == dartium ] 82 [ $compiler == none && $runtime == dartium ]
83 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa ilure. 83 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa ilure.
84 issue13474_test: Pass, Fail # Issue 13719: Please triage this failure. 84 issue13474_test: Pass, Fail # Issue 13719: Please triage this failure.
85 regress_13494_test: Pass, Fail # Issue 13719: Please triage this failure. 85 regress_13494_test: Pass, Fail # Issue 13719: Please triage this failure.
86 86
87 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 87 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
88 typed_message_test: Crash, Fail # Issue 13921, 14400 88 typed_message_test: Crash, Fail # Issue 13921, 14400
89 89
90 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
91 abstract_exact_selector_test: StaticWarning
92 abstract_getter_test: StaticWarning
93 abstract_object_method_test: StaticWarning
94 abstract_runtime_error_test: StaticWarning
95 application_negative_test: CompileTimeError
96 assign_instance_method_negative_test: Pass
97 bad_constructor_test/05: CompileTimeError
98 bad_initializer1_negative_test: CompileTimeError
99 bad_initializer2_negative_test: CompileTimeError
100 bad_named_constructor_negative_test: CompileTimeError
101 bad_named_parameters2_test: StaticWarning
102 bad_named_parameters_test: StaticWarning
103 bit_operations_test: StaticWarning
104 body_less_constructor_wrong_arg_negative_test: CompileTimeError
105 built_in_identifier_test/01: CompileTimeError
106 call_constructor_on_unresolvable_class_test/04: StaticWarning
107 call_constructor_on_unresolvable_class_test/05: StaticWarning
108 call_constructor_on_unresolvable_class_test/06: StaticWarning
109 call_nonexistent_constructor_test: StaticWarning
110 call_through_getter_test: Pass
111 checked_null_test: StaticWarning
112 checked_setter2_test: StaticWarning
113 checked_setter_test: StaticWarning
114 closure_type_test: StaticWarning
115 compile_time_constant_checked2_test/02: MissingCompileTimeError
116 compile_time_constant_checked2_test/03: MissingCompileTimeError
117 compile_time_constant_checked2_test/04: MissingCompileTimeError
118 compile_time_constant_checked2_test/06: MissingCompileTimeError
119 compile_time_constant_checked3_test/02: MissingCompileTimeError
120 compile_time_constant_checked3_test/03: MissingCompileTimeError
121 compile_time_constant_checked3_test/04: MissingCompileTimeError
122 compile_time_constant_checked3_test/06: MissingCompileTimeError
123 compile_time_constant_checked_test/02: MissingCompileTimeError
124 compile_time_constant_k_test: StaticWarning
125 compile_time_constant_o_test: StaticWarning
126 const_counter_negative_test: CompileTimeError
127 const_objects_are_immutable_test: StaticWarning
128 const_optional_args_negative_test: CompileTimeError
129 constructor_named_arguments_test/01: StaticWarning
130 constructor_redirect1_negative_test: CompileTimeError
131 constructor_redirect2_negative_test: CompileTimeError
132 constructor_setter_negative_test: CompileTimeError
133 constructor_test: StaticWarning
134 core_type_check_test: StaticWarning
135 crash_6725_test: StaticWarning
136 default_factory_library_test: StaticWarning
137 default_factory_test: StaticWarning
138 default_implementation2_test: Pass
139 div_with_power_of_two2_test: StaticWarning
140 double_to_string_as_exponential2_test: StaticWarning
141 double_to_string_as_fixed2_test: StaticWarning
142 double_to_string_as_precision2_test: StaticWarning
143 duplicate_export_negative_test: CompileTimeError
144 duplicate_interface_negative_test: CompileTimeError
145 dynamic_field_test: StaticWarning
146 dynamic_prefix_core_test: StaticWarning
147 empty_block_case_test: StaticWarning
148 error_stacktrace_test: StaticWarning
149 extend_type_parameter2_negative_test: CompileTimeError
150 extend_type_parameter_negative_test: CompileTimeError
151 external_test/20: StaticWarning
152 f_bounded_quantification4_test: StaticWarning
153 f_bounded_quantification5_test: StaticWarning
154 factory2_negative_test: CompileTimeError
155 factory2_test: StaticWarning
156 factory3_negative_test: CompileTimeError
157 factory3_test: StaticWarning
158 factory4_test: StaticWarning
159 factory_implementation_test/00: StaticWarning
160 factory_negative_test: CompileTimeError
161 factory_redirection_test/01: StaticWarning
162 factory_redirection_test/03: StaticWarning
163 factory_redirection_test/05: StaticWarning
164 factory_redirection_test/06: StaticWarning
165 factory_return_type_checked_test: StaticWarning
166 field1_negative_test: CompileTimeError
167 field2_negative_test: CompileTimeError
168 field3_negative_test: CompileTimeError
169 field4_negative_test: CompileTimeError
170 field5_negative_test: CompileTimeError
171 field6_negative_test: CompileTimeError
172 field6a_negative_test: CompileTimeError
173 first_class_types_literals_test: StaticWarning
174 function_malformed_result_type_test: StaticWarning
175 function_subtype_bound_closure7_test: StaticWarning
176 function_subtype_checked0_test: StaticWarning
177 function_subtype_closure0_test: StaticWarning
178 function_subtype_closure1_test: StaticWarning
179 function_subtype_factory1_test: StaticWarning
180 function_subtype_inline1_test: StaticWarning
181 function_type2_test: StaticWarning
182 function_type_parameter2_negative_test: CompileTimeError
183 function_type_parameter_negative_test: CompileTimeError
184 generic_list_checked_test: StaticWarning
185 generic_test: StaticWarning
186 generics_test: StaticWarning
187 getter_declaration_negative_test: CompileTimeError
188 getter_no_setter2_test/01: StaticWarning
189 getter_no_setter_test/01: StaticWarning
190 illegal_invocation_test/01: CompileTimeError
191 implicit_this_test/02: StaticWarning
192 implied_interface_test: StaticWarning
193 import_combinators_test: StaticWarning
194 import_core_prefix_test: StaticWarning
195 inferrer_this_access_test: StaticWarning
196 inlined_throw_test: StaticWarning
197 inst_field_initializer1_negative_test: CompileTimeError
198 instance_method2_negative_test: CompileTimeError
199 instance_method_negative_test: CompileTimeError
200 instanceof3_test: StaticWarning
201 instantiate_type_variable_test/01: StaticWarning
202 interceptor6_test: StaticWarning
203 interface2_negative_test: CompileTimeError
204 interface_inherit_field_test: StaticWarning
205 interface_injection1_negative_test: CompileTimeError
206 interface_injection2_negative_test: CompileTimeError
207 interface_static_method_negative_test: CompileTimeError
208 invocation_mirror_test: StaticWarning
209 is_not_class1_negative_test: CompileTimeError
210 is_not_class2_test: StaticWarning
211 is_not_class4_negative_test: CompileTimeError
212 isnot_malformed_type_test: StaticWarning
213 issue1363_test: StaticWarning
214 issue1578_negative_test: CompileTimeError
215 label2_negative_test: CompileTimeError
216 label3_negative_test: CompileTimeError
217 label5_negative_test: CompileTimeError
218 label6_negative_test: CompileTimeError
219 label8_negative_test: CompileTimeError
220 label_test: StaticWarning
221 library_ambiguous_test/00: StaticWarning
222 library_ambiguous_test/01: CompileTimeError
223 library_ambiguous_test/02: CompileTimeError
224 library_ambiguous_test/03: CompileTimeError
225 library_negative_test: CompileTimeError
226 list_literal2_negative_test: CompileTimeError
227 list_literal4_test: StaticWarning
228 list_literal_negative_test: CompileTimeError
229 list_test: StaticWarning
230 malbounded_type_cast_test: StaticWarning
231 malbounded_type_literal_test: StaticWarning
232 malformed_type_test: StaticWarning
233 map_literal11_test: StaticWarning
234 map_literal2_negative_test: CompileTimeError
235 map_literal3_test: StaticWarning
236 map_literal4_test: StaticWarning
237 map_literal6_test: StaticWarning
238 map_literal8_test: StaticWarning
239 map_literal_negative_test: CompileTimeError
240 method_override4_test: StaticWarning
241 method_override5_test: StaticWarning
242 method_override6_test: StaticWarning
243 method_override_test: StaticWarning
244 mixin_illegal_syntax_test/13: CompileTimeError
245 mixin_type_parameter2_test: StaticWarning
246 mixin_type_parameters_mixin_extends_test: StaticWarning
247 mixin_type_parameters_mixin_test: StaticWarning
248 mixin_type_parameters_super_extends_test: StaticWarning
249 mixin_type_parameters_super_test: StaticWarning
250 mixin_typedef_constructor_test: StaticWarning
251 mixin_with_two_implicit_constructors_test: StaticWarning
252 named_constructor_test/01: StaticWarning
253 named_constructor_test/03: StaticWarning
254 named_parameters2_test: StaticWarning
255 named_parameters3_test: StaticWarning
256 named_parameters4_test: StaticWarning
257 named_parameters_test/01: StaticWarning
258 named_parameters_test/02: StaticWarning
259 named_parameters_test/03: StaticWarning
260 named_parameters_test/04: StaticWarning
261 named_parameters_test/05: StaticWarning
262 named_parameters_test/06: StaticWarning
263 named_parameters_test/07: StaticWarning
264 named_parameters_test/08: StaticWarning
265 named_parameters_test/09: StaticWarning
266 named_parameters_test/10: StaticWarning
267 named_parameters_type_test/01: StaticWarning
268 new_expression1_negative_test: CompileTimeError
269 new_expression2_negative_test: CompileTimeError
270 new_expression3_negative_test: CompileTimeError
271 no_such_constructor2_test: StaticWarning
272 no_such_method2_test: StaticWarning
273 no_such_method_dispatcher_test: StaticWarning
274 no_such_method_negative_test: Pass
275 non_const_super_negative_test: CompileTimeError
276 non_parameterized_factory2_test: StaticWarning
277 non_parameterized_factory_test: StaticWarning
278 not_enough_positional_arguments_test/00: StaticWarning
279 not_enough_positional_arguments_test/01: CompileTimeError
280 not_enough_positional_arguments_test/02: StaticWarning
281 not_enough_positional_arguments_test/03: StaticWarning
282 not_enough_positional_arguments_test/05: StaticWarning
283 not_enough_positional_arguments_test/06: StaticWarning
284 not_enough_positional_arguments_test/07: StaticWarning
285 number_identifier_test/08: StaticWarning
286 number_identifier_test/09: StaticWarning
287 on_catch_malformed_type_test: StaticWarning
288 operator1_negative_test: CompileTimeError
289 operator2_negative_test: CompileTimeError
290 operator_equals_test: StaticWarning
291 optional_named_parameters_test/01: StaticWarning
292 optional_named_parameters_test/02: StaticWarning
293 optional_named_parameters_test/03: StaticWarning
294 optional_named_parameters_test/04: StaticWarning
295 optional_named_parameters_test/05: StaticWarning
296 optional_named_parameters_test/06: StaticWarning
297 optional_named_parameters_test/07: StaticWarning
298 optional_named_parameters_test/08: StaticWarning
299 optional_named_parameters_test/09: StaticWarning
300 override_field_method1_negative_test: CompileTimeError
301 override_field_method2_negative_test: CompileTimeError
302 override_field_method4_negative_test: CompileTimeError
303 override_field_method5_negative_test: CompileTimeError
304 parameter_initializer1_negative_test: CompileTimeError
305 parameter_initializer2_negative_test: CompileTimeError
306 parameter_initializer3_negative_test: CompileTimeError
307 parameter_initializer4_negative_test: CompileTimeError
308 parameter_initializer5_negative_test: CompileTimeError
309 parameter_initializer6_negative_test: CompileTimeError
310 parser_quirks_test: StaticWarning
311 part2_test: StaticWarning
312 positional_parameters_type_test/01: StaticWarning
313 prefix10_negative_test: Pass
314 prefix13_negative_test: CompileTimeError
315 prefix14_test: StaticWarning
316 prefix15_negative_test: CompileTimeError
317 prefix15_test: StaticWarning
318 prefix16_test: StaticWarning
319 prefix17_test: StaticWarning
320 prefix18_negative_test: CompileTimeError
321 prefix22_test: StaticWarning
322 prefix23_test: StaticWarning
323 prefix6_negative_test: Pass
324 prefix7_negative_test: CompileTimeError
325 property_field_override_test: StaticWarning
326 redirecting_factory_incompatible_signature_test: StaticWarning
327 regress_13494_test: StaticWarning
328 return_type_test: StaticWarning
329 script1_negative_test: CompileTimeError
330 script2_negative_test: CompileTimeError
331 setter_declaration2_negative_test: CompileTimeError
332 setter_declaration_negative_test: CompileTimeError
333 setter_no_getter_call_test/01: CompileTimeError
334 source_self_negative_test: CompileTimeError
335 static_initializer_type_error_test: StaticWarning
336 string_escape4_negative_test: CompileTimeError
337 string_interpolate1_negative_test: CompileTimeError
338 string_interpolate2_negative_test: CompileTimeError
339 string_interpolate_test: StaticWarning
340 string_interpolation1_negative_test: CompileTimeError
341 string_interpolation2_negative_test: CompileTimeError
342 string_interpolation3_negative_test: CompileTimeError
343 string_interpolation4_negative_test: CompileTimeError
344 string_interpolation5_negative_test: CompileTimeError
345 string_interpolation6_negative_test: CompileTimeError
346 string_test: StaticWarning
347 string_unicode1_negative_test: CompileTimeError
348 string_unicode2_negative_test: CompileTimeError
349 string_unicode3_negative_test: CompileTimeError
350 string_unicode4_negative_test: CompileTimeError
351 super_assign_test: StaticWarning
352 super_call4_test: StaticWarning
353 super_getter_setter_test: StaticWarning
354 super_operator_index5_test: StaticWarning
355 super_operator_index6_test: StaticWarning
356 super_operator_index7_test: StaticWarning
357 super_operator_index8_test: StaticWarning
358 super_operator_test: StaticWarning
359 super_setter_test: StaticWarning
360 switch1_negative_test: CompileTimeError
361 switch3_negative_test: CompileTimeError
362 switch4_negative_test: CompileTimeError
363 switch5_negative_test: CompileTimeError
364 switch6_test: StaticWarning
365 switch7_negative_test: CompileTimeError
366 switch_fallthru_test: StaticWarning
367 test_negative_test: CompileTimeError
368 top_level_non_prefixed_library_test: StaticWarning
369 try_catch4_test: StaticWarning
370 try_catch5_test: StaticWarning
371 type_argument_in_super_type_test: StaticWarning
372 type_promotion_closure_test/05: StaticWarning
373 type_promotion_closure_test/08: StaticWarning
374 type_promotion_more_specific_test/06: StaticWarning
375 type_promotion_more_specific_test/07: StaticWarning
376 type_variable_bounds2_test/05: StaticWarning
377 type_variable_bounds3_test/00: StaticWarning
378 type_variable_identifier_expression_test: StaticWarning
379 type_variable_scope2_test: StaticWarning
380 typed_selector2_test: StaticWarning
381 unary_plus_negative_test: CompileTimeError
382 unbound_getter_test: StaticWarning
383 unhandled_exception_negative_test: CompileTimeError
384 unresolved_top_level_method_negative_test: CompileTimeError
385 vm/type_cast_vm_test: StaticWarning
386 vm/type_vm_test: StaticWarning
387 void_type_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698