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

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

Issue 10826259: Collect referenced classes recursively. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
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 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 144
145 [ $compiler == dart2dart ] 145 [ $compiler == dart2dart ]
146 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 146 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
147 field1_negative_test: Fail, OK # Bad test: assumes eager loading. 147 field1_negative_test: Fail, OK # Bad test: assumes eager loading.
148 field6_negative_test: Fail, OK # Bad test: assumes eager loading. 148 field6_negative_test: Fail, OK # Bad test: assumes eager loading.
149 field7_negative_test: Fail, OK # Bad test: assumes eager loading. 149 field7_negative_test: Fail, OK # Bad test: assumes eager loading.
150 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 150 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
151 # Tests that crash after reverting resolution of type variables in default claus e. 151 # Tests that crash after reverting resolution of type variables in default claus e.
152 # https://chromiumcodereview.appspot.com/10824062/ 152 # https://chromiumcodereview.appspot.com/10824062/
153 default_factory2_test/01: Fail 153 default_factory2_test/01: Fail
154 default_factory3_test: Fail
155 function_type_alias6_test: Crash, Timeout 154 function_type_alias6_test: Crash, Timeout
156 type_variable_scope_test/00: Fail 155 type_variable_scope_test/00: Fail
157 type_variable_scope_test/01: Fail 156 type_variable_scope_test/01: Fail
158 type_variable_scope_test/02: Fail 157 type_variable_scope_test/02: Fail
159 type_variable_scope_test/03: Fail 158 type_variable_scope_test/03: Fail
160 type_variable_scope_test/04: Fail 159 type_variable_scope_test/04: Fail
161 type_variable_scope_test/05: Fail 160 type_variable_scope_test/05: Fail
162 # Passes VMOptions, should be supported in test framework. 161 # Passes VMOptions, should be supported in test framework.
163 assertion_test: Fail 162 assertion_test: Fail
164 bootstrap_test: Fail 163 bootstrap_test: Fail
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 type_variable_bounds_test/01: Fail 199 type_variable_bounds_test/01: Fail
201 # external keyword is not yet supported by dart2js/dart2dart. 200 # external keyword is not yet supported by dart2js/dart2dart.
202 external_test/*: Skip 201 external_test/*: Skip
203 # Test annotations are not processed correctly by dart2dart test 202 # Test annotations are not processed correctly by dart2dart test
204 # framework: necessary errors are thrown, but treated incorrectly. 203 # framework: necessary errors are thrown, but treated incorrectly.
205 assign_static_type_test/01: Fail 204 assign_static_type_test/01: Fail
206 assign_static_type_test/02: Fail 205 assign_static_type_test/02: Fail
207 assign_static_type_test/03: Fail 206 assign_static_type_test/03: Fail
208 assign_static_type_test/04: Fail 207 assign_static_type_test/04: Fail
209 assign_static_type_test/05: Fail 208 assign_static_type_test/05: Fail
210 cyclic_type_variable_test/01: Fail
211 cyclic_type_variable_test/02: Fail
212 cyclic_type_variable_test/03: Fail
213 cyclic_type_variable_test/04: Fail
214 cyclic_type_variable_test/none: Fail
215 final_syntax_test/03: Fail 209 final_syntax_test/03: Fail
216 final_syntax_test/04: Fail 210 final_syntax_test/04: Fail
217 # Call operator is not supported by dart2js frontend. 211 # Call operator is not supported by dart2js frontend.
218 call_operator_test: Fail 212 call_operator_test: Fail
219 # dart2js frontend doesn't even analyse problematic classes. 213 # dart2js frontend doesn't even analyse problematic classes.
220 class_extends_negative_test: Fail 214 class_extends_negative_test: Fail
221 duplicate_implements_test/01: Fail 215 duplicate_implements_test/01: Fail
222 duplicate_implements_test/02: Fail 216 duplicate_implements_test/02: Fail
223 duplicate_implements_test/03: Fail 217 duplicate_implements_test/03: Fail
224 duplicate_implements_test/04: Fail 218 duplicate_implements_test/04: Fail
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 field4_negative_test: Fail 262 field4_negative_test: Fail
269 field5_negative_test: Fail 263 field5_negative_test: Fail
270 field6a_negative_test: Fail 264 field6a_negative_test: Fail
271 field7a_negative_test: Fail 265 field7a_negative_test: Fail
272 field_optimization2_test: Fail 266 field_optimization2_test: Fail
273 field_optimization_test: Fail 267 field_optimization_test: Fail
274 field_override_test/01: Fail 268 field_override_test/01: Fail
275 field_override_test/02: Fail 269 field_override_test/02: Fail
276 field_override_test/none: Fail 270 field_override_test/none: Fail
277 getters_setters2_test/03: Fail 271 getters_setters2_test/03: Fail
278 implicit_this_test/01: Fail
279 implicit_this_test/02: Fail
280 implicit_this_test/03: Fail
281 implicit_this_test/04: Fail
282 implicit_this_test/none: Fail
283 implied_interface_test: Fail 272 implied_interface_test: Fail
284 incr_op_test: Fail 273 incr_op_test: Fail
285 interface_factory_constructor_negative_test: Fail 274 interface_factory_constructor_negative_test: Fail
286 interface_inherit_field_test: Fail
287 interface_static_method_negative_test: Fail 275 interface_static_method_negative_test: Fail
288 interface_test: Fail 276 interface_test: Fail
289 library5_test: Fail 277 library5_test: Fail
290 library_same_name_used_test: Fail 278 library_same_name_used_test: Fail
291 named_parameters_type_test: Fail 279 named_parameters_type_test: Fail
292 non_const_super_negative_test: Fail 280 non_const_super_negative_test: Fail
293 number_identifier_negative_test: Fail 281 number_identifier_negative_test: Fail
294 operator1_negative_test: Fail 282 operator1_negative_test: Fail
295 prefix14_test: Fail
296 prefix15_test: Fail 283 prefix15_test: Fail
297 prefix18_negative_test: Fail 284 prefix18_negative_test: Fail
298 prefix20_negative_test: Fail 285 prefix20_negative_test: Fail
299 static_final_field_negative_test: Fail 286 static_final_field_negative_test: Fail
300 static_top_level_test/00: Fail 287 static_top_level_test/00: Fail
301 static_top_level_test/01: Fail 288 static_top_level_test/01: Fail
302 static_top_level_test/02: Fail 289 static_top_level_test/02: Fail
303 static_top_level_test/03: Fail 290 static_top_level_test/03: Fail
304 static_top_level_test/04: Fail 291 static_top_level_test/04: Fail
305 static_top_level_test/05: Fail 292 static_top_level_test/05: Fail
306 string_interpolation7_test: Fail 293 string_interpolation7_test: Fail
307 switch_label_test: Fail 294 switch_label_test: Fail
308 syntax_test/none: Fail 295 syntax_test/47: Fail # Test counts on const default constructor having body, we omit it because it has empty body.
Anton Muhin 2012/08/13 08:01:01 ?
Roman 2012/08/13 08:14:06 Rephrased.
309 typed_message_test: Fail 296 typed_message_test: Fail
310 type_variable_bounds2_test/02: Fail 297 type_variable_bounds2_test/02: Fail
311 type_variable_bounds2_test/06: Fail 298 type_variable_bounds2_test/06: Fail
312 type_variable_bounds_test/02: Fail 299 type_variable_bounds_test/02: Fail
313 type_variable_bounds_test/04: Fail 300 type_variable_bounds_test/04: Fail
314 type_variable_bounds_test/05: Fail 301 type_variable_bounds_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698