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

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

Issue 23190035: Distinguish between malformed and malbounded types (fix issues 12552 and 12554). (Closed) Base URL: http://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/f_bounded_quantification5_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 compile_time_constant_c_test/none: Fail # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 18 matching lines...) Expand all
29 type_variable_bounds_test/02: Fail # Issue 12702 29 type_variable_bounds_test/02: Fail # Issue 12702
30 type_variable_bounds_test/04: Fail # Issue 12702 30 type_variable_bounds_test/04: Fail # Issue 12702
31 type_variable_bounds_test/05: Fail # Issue 12702 31 type_variable_bounds_test/05: Fail # Issue 12702
32 type_variable_bounds2_test/00: Fail # Issue 12702 32 type_variable_bounds2_test/00: Fail # Issue 12702
33 type_variable_bounds2_test/03: Fail # Issue 12702 33 type_variable_bounds2_test/03: Fail # Issue 12702
34 type_variable_bounds2_test/05: Fail # Issue 12702 34 type_variable_bounds2_test/05: Fail # Issue 12702
35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
36 type_variable_bounds3_test/00: Fail # Issue 12702 36 type_variable_bounds3_test/00: Fail # Issue 12702
37 f_bounded_quantification_test/01: Fail # Issue 12703 37 f_bounded_quantification_test/01: Fail # Issue 12703
38 f_bounded_quantification_test/02: Fail # Issue 12703 38 f_bounded_quantification_test/02: Fail # Issue 12703
39 f_bounded_quantification5_test: Fail # Issue 12703
39 closure_type_test: Fail # Issue 12745 40 closure_type_test: Fail # Issue 12745
40 function_subtype_setter0_test: Fail # Issue 11273 41 function_subtype_setter0_test: Fail # Issue 11273
41 42
42 [ $compiler == dart2js && $unchecked ] 43 [ $compiler == dart2js && $unchecked ]
43 factory_redirection_test/14: Fail # Issue 10959 44 factory_redirection_test/14: Fail # Issue 10959
44 type_checks_in_factory_method_test: Fail # Issue 12746 45 type_checks_in_factory_method_test: Fail # Issue 12746
45 46
46 assertion_test: Fail # Issue 12748 47 assertion_test: Fail # Issue 12748
47 48
48 double_to_string_as_exponential2_test: Fail # Issue 12749 49 double_to_string_as_exponential2_test: Fail # Issue 12749
(...skipping 11 matching lines...) Expand all
60 compile_time_constant_checked2_test/06: Fail, OK 61 compile_time_constant_checked2_test/06: Fail, OK
61 compile_time_constant_checked3_test/01: Fail, OK 62 compile_time_constant_checked3_test/01: Fail, OK
62 compile_time_constant_checked3_test/02: Fail, OK 63 compile_time_constant_checked3_test/02: Fail, OK
63 compile_time_constant_checked3_test/03: Fail, OK 64 compile_time_constant_checked3_test/03: Fail, OK
64 compile_time_constant_checked3_test/04: Fail, OK 65 compile_time_constant_checked3_test/04: Fail, OK
65 compile_time_constant_checked3_test/05: Fail, OK 66 compile_time_constant_checked3_test/05: Fail, OK
66 compile_time_constant_checked3_test/06: Fail, OK 67 compile_time_constant_checked3_test/06: Fail, OK
67 68
68 [ $compiler == dart2js && $minified ] 69 [ $compiler == dart2js && $minified ]
69 f_bounded_quantification4_test: Fail # Issue 12605. 70 f_bounded_quantification4_test: Fail # Issue 12605.
71 f_bounded_quantification5_test: Fail # Issue 12605.
70 72
71 [ $compiler == dart2js ] 73 [ $compiler == dart2js ]
72 function_type_alias6_test/00: Crash # Issue 9792 74 function_type_alias6_test/00: Crash # Issue 9792
73 function_type_alias9_test/00: Crash # Issue 9792 75 function_type_alias9_test/00: Crash # Issue 9792
74 branch_canonicalization_test: Fail # Issue 638. 76 branch_canonicalization_test: Fail # Issue 638.
75 div_with_power_of_two_test: Fail # Issue 8301. 77 div_with_power_of_two_test: Fail # Issue 8301.
76 class_literal_test: Fail # Issue 7626. 78 class_literal_test: Fail # Issue 7626.
77 identical_closure2_test: Fail # Issue 1533, Issue 12596 79 identical_closure2_test: Fail # Issue 1533, Issue 12596
78 invocation_mirror_test: Fail # Issue 12705 80 invocation_mirror_test: Fail # Issue 12705
79 built_in_identifier_prefix_test: Fail # Issue 6972 81 built_in_identifier_prefix_test: Fail # Issue 6972
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 compile_time_constant_checked3_test/04: Fail, OK 450 compile_time_constant_checked3_test/04: Fail, OK
449 compile_time_constant_checked3_test/05: Fail, OK 451 compile_time_constant_checked3_test/05: Fail, OK
450 compile_time_constant_checked3_test/06: Fail, OK 452 compile_time_constant_checked3_test/06: Fail, OK
451 453
452 positional_parameters_type_test: Fail # Triage this. 454 positional_parameters_type_test: Fail # Triage this.
453 final_is_not_const_test/01: Fail # Issue 12692 455 final_is_not_const_test/01: Fail # Issue 12692
454 456
455 [ $compiler == dart2dart && $minified ] 457 [ $compiler == dart2dart && $minified ]
456 super_getter_setter_test: Fail # Issue 11065. 458 super_getter_setter_test: Fail # Issue 11065.
457 f_bounded_quantification4_test: Fail # Issue 12605. 459 f_bounded_quantification4_test: Fail # Issue 12605.
460 f_bounded_quantification5_test: Fail # Issue 12605.
458 461
459 # TODO(tball): Assign proper bug numbers. 462 # TODO(tball): Assign proper bug numbers.
460 class_literal_test: Fail 463 class_literal_test: Fail
461 464
462 import_core_prefix_test: Pass 465 import_core_prefix_test: Pass
463 prefix22_test: Pass 466 prefix22_test: Pass
464 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 467 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
465 super_call4_test: Fail, OK # hardcoded names. 468 super_call4_test: Fail, OK # hardcoded names.
OLDNEW
« no previous file with comments | « tests/language/f_bounded_quantification5_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698