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

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
« no previous file with comments | « lib/compiler/implementation/dart_backend/backend.dart ('k') | 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 # 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 24 matching lines...) Expand all
249 fauxverride_test/none: Fail 243 fauxverride_test/none: Fail
250 gc_test: Fail 244 gc_test: Fail
251 prefix_core_test: Fail 245 prefix_core_test: Fail
252 super_closure_test: Fail 246 super_closure_test: Fail
253 super_field_access_test: Fail 247 super_field_access_test: Fail
254 super_first_constructor_test: Fail 248 super_first_constructor_test: Fail
255 # Triaged. 249 # Triaged.
256 method_override2_test/00: Fail # Must provide compiler errors, not currently sup ported by framework. 250 method_override2_test/00: Fail # Must provide compiler errors, not currently sup ported by framework.
257 method_override2_test/02: Fail # Must provide compiler errors, not currently sup ported by framework. 251 method_override2_test/02: Fail # Must provide compiler errors, not currently sup ported by framework.
258 method_override2_test/03: Fail # Must provide compiler errors, not currently sup ported by framework. 252 method_override2_test/03: Fail # Must provide compiler errors, not currently sup ported by framework.
253 syntax_test/47: Fail # We should get compile-time error on const constructor ha ving body. But we don't emit default constructors with empty body.
259 type_variable_bounds2_test/00: Fail # See above 254 type_variable_bounds2_test/00: Fail # See above
260 type_variable_bounds2_test/03: Fail # See above 255 type_variable_bounds2_test/03: Fail # See above
261 type_variable_bounds2_test/05: Fail # See above 256 type_variable_bounds2_test/05: Fail # See above
262 try_catch_test: Fail # New catch syntax is not supported by dart2js yet. 257 try_catch_test: Fail # New catch syntax is not supported by dart2js yet.
263 # Should be triaged. 258 # Should be triaged.
264 const_test: Fail 259 const_test: Fail
265 empty_body_member_negative_test: Fail 260 empty_body_member_negative_test: Fail
266 factory4_test: Fail 261 factory4_test: Fail
267 field2_negative_test: Fail 262 field2_negative_test: Fail
268 field4_negative_test: Fail 263 field4_negative_test: Fail
269 field5_negative_test: Fail 264 field5_negative_test: Fail
270 field6a_negative_test: Fail 265 field6a_negative_test: Fail
271 field7a_negative_test: Fail 266 field7a_negative_test: Fail
272 field_optimization2_test: Fail 267 field_optimization2_test: Fail
273 field_optimization_test: Fail 268 field_optimization_test: Fail
274 field_override_test/01: Fail 269 field_override_test/01: Fail
275 field_override_test/02: Fail 270 field_override_test/02: Fail
276 field_override_test/none: Fail 271 field_override_test/none: Fail
277 getters_setters2_test/03: Fail 272 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 273 implied_interface_test: Fail
284 incr_op_test: Fail 274 incr_op_test: Fail
285 interface_factory_constructor_negative_test: Fail 275 interface_factory_constructor_negative_test: Fail
286 interface_inherit_field_test: Fail
287 interface_static_method_negative_test: Fail 276 interface_static_method_negative_test: Fail
288 interface_test: Fail 277 interface_test: Fail
289 library5_test: Fail 278 library5_test: Fail
290 library_same_name_used_test: Fail 279 library_same_name_used_test: Fail
291 named_parameters_type_test: Fail 280 named_parameters_type_test: Fail
292 non_const_super_negative_test: Fail 281 non_const_super_negative_test: Fail
293 number_identifier_negative_test: Fail 282 number_identifier_negative_test: Fail
294 operator1_negative_test: Fail 283 operator1_negative_test: Fail
295 prefix14_test: Fail
296 prefix15_test: Fail 284 prefix15_test: Fail
297 prefix18_negative_test: Fail 285 prefix18_negative_test: Fail
298 prefix20_negative_test: Fail 286 prefix20_negative_test: Fail
299 static_final_field_negative_test: Fail 287 static_final_field_negative_test: Fail
300 static_top_level_test/00: Fail 288 static_top_level_test/00: Fail
301 static_top_level_test/01: Fail 289 static_top_level_test/01: Fail
302 static_top_level_test/02: Fail 290 static_top_level_test/02: Fail
303 static_top_level_test/03: Fail 291 static_top_level_test/03: Fail
304 static_top_level_test/04: Fail 292 static_top_level_test/04: Fail
305 static_top_level_test/05: Fail 293 static_top_level_test/05: Fail
306 string_interpolation7_test: Fail 294 string_interpolation7_test: Fail
307 switch_label_test: Fail 295 switch_label_test: Fail
308 syntax_test/none: Fail
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
« no previous file with comments | « lib/compiler/implementation/dart_backend/backend.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698