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

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

Issue 23452038: Check cycles in redirecting factories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 block_scope_test: Fail # Issue 13204. 6 block_scope_test: Fail # Issue 13204.
7 compile_time_constant_c_test/none: Fail # Issue 11583 7 compile_time_constant_c_test/none: Fail # Issue 11583
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 black_listed_test/none: Fail # Issue 12446. 9 black_listed_test/none: Fail # Issue 12446.
10 malformed_test/none: Fail # Issue 12695 10 malformed_test/none: Fail # Issue 12695
(...skipping 20 matching lines...) Expand all
31 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 31 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
32 type_variable_bounds3_test/00: Fail # Issue 12702 32 type_variable_bounds3_test/00: Fail # Issue 12702
33 f_bounded_quantification_test/01: Fail # Issue 12703 33 f_bounded_quantification_test/01: Fail # Issue 12703
34 f_bounded_quantification_test/02: Fail # Issue 12703 34 f_bounded_quantification_test/02: Fail # Issue 12703
35 f_bounded_quantification5_test: Fail # Issue 12703 35 f_bounded_quantification5_test: Fail # Issue 12703
36 closure_type_test: Fail # Issue 12745 36 closure_type_test: Fail # Issue 12745
37 function_subtype_setter0_test: Fail # Issue 11273 37 function_subtype_setter0_test: Fail # Issue 11273
38 redirecting_factory_malbounded_test/01: Fail # Issue 12825 38 redirecting_factory_malbounded_test/01: Fail # Issue 12825
39 39
40 [ $compiler == dart2js && $unchecked ] 40 [ $compiler == dart2js && $unchecked ]
41 factory_redirection_test/14: Fail # Issue 10959
42 type_checks_in_factory_method_test: Fail # Issue 12746 41 type_checks_in_factory_method_test: Fail # Issue 12746
43 assertion_test: Fail # Issue 12748 42 assertion_test: Fail # Issue 12748
44 double_to_string_as_exponential2_test: Fail # Issue 12749 43 double_to_string_as_exponential2_test: Fail # Issue 12749
45 double_to_string_as_fixed2_test: Fail # Issue 12749 44 double_to_string_as_fixed2_test: Fail # Issue 12749
46 double_to_string_as_precision2_test: Fail # Issue 12749 45 double_to_string_as_precision2_test: Fail # Issue 12749
47 compile_time_constant_checked_test/02: Fail, OK 46 compile_time_constant_checked_test/02: Fail, OK
48 compile_time_constant_checked2_test/01: Fail, OK 47 compile_time_constant_checked2_test/01: Fail, OK
49 compile_time_constant_checked2_test/02: Fail, OK 48 compile_time_constant_checked2_test/02: Fail, OK
50 compile_time_constant_checked2_test/03: Fail, OK 49 compile_time_constant_checked2_test/03: Fail, OK
51 compile_time_constant_checked2_test/04: Fail, OK 50 compile_time_constant_checked2_test/04: Fail, OK
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 method_override4_test: Fail # Issue 12810 287 method_override4_test: Fail # Issue 12810
289 method_override5_test: Fail # Issue 12810 288 method_override5_test: Fail # Issue 12810
290 static_final_field2_test/02: Fail # Issue 13017 289 static_final_field2_test/02: Fail # Issue 13017
291 throw7_test/01: Fail # Issue 13019 290 throw7_test/01: Fail # Issue 13019
292 scope_variable_test/01: Fail # Issue 13016 291 scope_variable_test/01: Fail # Issue 13016
293 factory_redirection_test/01: Fail # Issue 12753 292 factory_redirection_test/01: Fail # Issue 12753
294 factory_redirection_test/02: Crash # Issue 12753 293 factory_redirection_test/02: Crash # Issue 12753
295 factory_redirection_test/03: Crash # Issue 12753 294 factory_redirection_test/03: Crash # Issue 12753
296 factory_redirection_test/07: Fail # Issue 12753 295 factory_redirection_test/07: Fail # Issue 12753
297 factory_redirection_test/09: Fail # Issue 12753 296 factory_redirection_test/09: Fail # Issue 12753
298 factory_redirection_test/14: Fail # Issue 10959
299 function_type_alias5_test/00: Fail # Issue 12755 297 function_type_alias5_test/00: Fail # Issue 12755
300 function_type_alias5_test/01: Fail # Issue 12755 298 function_type_alias5_test/01: Fail # Issue 12755
301 function_type_alias5_test/02: Fail # Issue 12755 299 function_type_alias5_test/02: Fail # Issue 12755
302 parameter_initializer6_negative_test: Fail # Issue 3502 300 parameter_initializer6_negative_test: Fail # Issue 3502
303 301
304 # DartVM problem. 302 # DartVM problem.
305 constructor5_test: Fail 303 constructor5_test: Fail
306 constructor6_test: Fail 304 constructor6_test: Fail
307 closure_in_initializer_test: Fail 305 closure_in_initializer_test: Fail
308 super_first_constructor_test: Fail 306 super_first_constructor_test: Fail
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 import_core_prefix_test: Pass 342 import_core_prefix_test: Pass
345 prefix22_test: Pass 343 prefix22_test: Pass
346 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 344 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
347 super_call4_test: Fail, OK # hardcoded names. 345 super_call4_test: Fail, OK # hardcoded names.
348 346
349 [ $minified ] 347 [ $minified ]
350 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 348 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
351 349
352 [ $runtime == ie9 ] 350 [ $runtime == ie9 ]
353 stack_trace_test: Fail, OK # Stack traces not available in IE9. 351 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698