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

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
« no previous file with comments | « tests/language/factory_redirection3_cyclic_test.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 [ $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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 method_override4_test: Fail # Issue 12810 285 method_override4_test: Fail # Issue 12810
287 method_override5_test: Fail # Issue 12810 286 method_override5_test: Fail # Issue 12810
288 static_final_field2_test/02: Fail # Issue 13017 287 static_final_field2_test/02: Fail # Issue 13017
289 throw7_test/01: Fail # Issue 13019 288 throw7_test/01: Fail # Issue 13019
290 scope_variable_test/01: Fail # Issue 13016 289 scope_variable_test/01: Fail # Issue 13016
291 factory_redirection_test/01: Fail # Issue 12753 290 factory_redirection_test/01: Fail # Issue 12753
292 factory_redirection_test/02: Crash # Issue 12753 291 factory_redirection_test/02: Crash # Issue 12753
293 factory_redirection_test/03: Crash # Issue 12753 292 factory_redirection_test/03: Crash # Issue 12753
294 factory_redirection_test/07: Fail # Issue 12753 293 factory_redirection_test/07: Fail # Issue 12753
295 factory_redirection_test/09: Fail # Issue 12753 294 factory_redirection_test/09: Fail # Issue 12753
296 factory_redirection_test/14: Fail # Issue 10959
297 function_type_alias5_test/00: Fail # Issue 12755 295 function_type_alias5_test/00: Fail # Issue 12755
298 function_type_alias5_test/01: Fail # Issue 12755 296 function_type_alias5_test/01: Fail # Issue 12755
299 function_type_alias5_test/02: Fail # Issue 12755 297 function_type_alias5_test/02: Fail # Issue 12755
300 parameter_initializer6_negative_test: Fail # Issue 3502 298 parameter_initializer6_negative_test: Fail # Issue 3502
301 299
302 # DartVM problem. 300 # DartVM problem.
303 constructor5_test: Fail 301 constructor5_test: Fail
304 constructor6_test: Fail 302 constructor6_test: Fail
305 closure_in_initializer_test: Fail 303 closure_in_initializer_test: Fail
306 super_first_constructor_test: Fail 304 super_first_constructor_test: Fail
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 import_core_prefix_test: Pass 340 import_core_prefix_test: Pass
343 prefix22_test: Pass 341 prefix22_test: Pass
344 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 342 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
345 super_call4_test: Fail, OK # hardcoded names. 343 super_call4_test: Fail, OK # hardcoded names.
346 344
347 [ $minified ] 345 [ $minified ]
348 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 346 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
349 347
350 [ $runtime == ie9 ] 348 [ $runtime == ie9 ]
351 stack_trace_test: Fail, OK # Stack traces not available in IE9. 349 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/factory_redirection3_cyclic_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698