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

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

Issue 23444040: Add a test for a generic mixin as mixin. (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/language.status ('k') | tests/language/mixin_mixin2_test.dart » ('j') | 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 # Issue 11583 6 compile_time_constant_c_test/none: Fail # Issue 11583
7 null_test/03: Fail # Issue 12445. 7 null_test/03: Fail # Issue 12445.
8 black_listed_test/none: Fail # Issue 12446. 8 black_listed_test/none: Fail # Issue 12446.
9 malformed_test/none: Fail # Issue 12695 9 malformed_test/none: Fail # Issue 12695
10 malformed_test/05: Fail # Issue 12695 10 malformed_test/05: Fail # Issue 12695
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 generic_test: Fail, OK 59 generic_test: Fail, OK
60 named_parameters_type_test/01: Fail, OK 60 named_parameters_type_test/01: Fail, OK
61 named_parameters_type_test/02: Fail, OK 61 named_parameters_type_test/02: Fail, OK
62 named_parameters_type_test/03: Fail, OK 62 named_parameters_type_test/03: Fail, OK
63 positional_parameters_type_test/01: Fail, OK 63 positional_parameters_type_test/01: Fail, OK
64 positional_parameters_type_test/02: Fail, OK 64 positional_parameters_type_test/02: Fail, OK
65 65
66 [ $compiler == dart2js && $minified ] 66 [ $compiler == dart2js && $minified ]
67 f_bounded_quantification4_test: Fail # Issue 12605. 67 f_bounded_quantification4_test: Fail # Issue 12605.
68 f_bounded_quantification5_test: Fail # Issue 12605. 68 f_bounded_quantification5_test: Fail # Issue 12605.
69 mixin_mixin2_test: Fail # Issue 12605.
69 70
70 [ $compiler == dart2js ] 71 [ $compiler == dart2js ]
71 function_type_alias6_test/00: Crash # Issue 9792 72 function_type_alias6_test/00: Crash # Issue 9792
72 function_type_alias9_test/00: Crash # Issue 9792 73 function_type_alias9_test/00: Crash # Issue 9792
73 branch_canonicalization_test: Fail # Issue 638. 74 branch_canonicalization_test: Fail # Issue 638.
74 div_with_power_of_two_test: Fail # Issue 8301. 75 div_with_power_of_two_test: Fail # Issue 8301.
75 class_literal_test: Fail # Issue 7626. 76 class_literal_test: Fail # Issue 7626.
76 identical_closure2_test: Fail # Issue 1533, Issue 12596 77 identical_closure2_test: Fail # Issue 1533, Issue 12596
77 invocation_mirror_test: Fail # Issue 12705 78 invocation_mirror_test: Fail # Issue 12705
78 built_in_identifier_prefix_test: Fail # Issue 6972 79 built_in_identifier_prefix_test: Fail # Issue 6972
(...skipping 26 matching lines...) Expand all
105 constructor_named_arguments_test/01: Fail # Issue 5519 106 constructor_named_arguments_test/01: Fail # Issue 5519
106 getter_no_setter_test/01: Fail # Issue 5519 107 getter_no_setter_test/01: Fail # Issue 5519
107 not_enough_positional_arguments_test/01: Fail # Issue 12838 108 not_enough_positional_arguments_test/01: Fail # Issue 12838
108 not_enough_positional_arguments_test/02: Fail # Issue 12838 109 not_enough_positional_arguments_test/02: Fail # Issue 12838
109 not_enough_positional_arguments_test/05: Fail # Issue 12838 110 not_enough_positional_arguments_test/05: Fail # Issue 12838
110 dynamic_test: Fail # Issue 12398 111 dynamic_test: Fail # Issue 12398
111 dynamic_prefix_core_test: Fail # Issue 12398 112 dynamic_prefix_core_test: Fail # Issue 12398
112 metadata_test: Fail # Issue 5841 113 metadata_test: Fail # Issue 5841
113 infinity_test: Fail # Issue 4984 114 infinity_test: Fail # Issue 4984
114 positive_bit_operations_test: Fail # Issue 12795 115 positive_bit_operations_test: Fail # Issue 12795
116 mixin_mixin2_test: Fail # Issue 13109.
115 117
116 # Compilation errors. 118 # Compilation errors.
117 const_var_test: Fail # Issue 12793 119 const_var_test: Fail # Issue 12793
118 map_literal3_test: Fail # Issue 12793 120 map_literal3_test: Fail # Issue 12793
119 function_type_alias5_test/00: Fail # Issue 12754 121 function_type_alias5_test/00: Fail # Issue 12754
120 function_type_alias5_test/01: Fail # Issue 12754 122 function_type_alias5_test/01: Fail # Issue 12754
121 function_type_alias5_test/02: Fail # Issue 12754 123 function_type_alias5_test/02: Fail # Issue 12754
122 function_type_alias7_test/00: Fail # Issue 12801 124 function_type_alias7_test/00: Fail # Issue 12801
123 method_binding_test: Fail # Issue 12807 125 method_binding_test: Fail # Issue 12807
124 method_override_test: Fail # Issue 12808 126 method_override_test: Fail # Issue 12808
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 type_checks_in_factory_method_test: Fail # Issue 12747 219 type_checks_in_factory_method_test: Fail # Issue 12747
218 220
219 on_catch_malformed_type_test: Fail # Issue 8601 221 on_catch_malformed_type_test: Fail # Issue 8601
220 222
221 mixin_type_parameters_errors_test/01: Fail # Issue 12886 223 mixin_type_parameters_errors_test/01: Fail # Issue 12886
222 mixin_type_parameters_errors_test/02: Fail # Issue 12886 224 mixin_type_parameters_errors_test/02: Fail # Issue 12886
223 mixin_type_parameters_errors_test/05: Fail # Issue 12886 225 mixin_type_parameters_errors_test/05: Fail # Issue 12886
224 226
225 # Mixins fail on the VM. 227 # Mixins fail on the VM.
226 mixin_mixin_test: Fail # Issue 9683 228 mixin_mixin_test: Fail # Issue 9683
229 mixin_mixin2_test: Fail # Issue 9683
227 mixin_issue10216_2_test: Fail # Issue 9683 230 mixin_issue10216_2_test: Fail # Issue 9683
228 mixin_forwarding_constructor2_test: Fail # Issue 11888 231 mixin_forwarding_constructor2_test: Fail # Issue 11888
229 mixin_typedef_constructor_test: Fail # Issue 11888 232 mixin_typedef_constructor_test: Fail # Issue 11888
230 mixin_type_parameter2_test: Fail # Issue 11888 233 mixin_type_parameter2_test: Fail # Issue 11888
231 234
232 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 235 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
233 236
234 # Malformed types not handled as unresolved: 237 # Malformed types not handled as unresolved:
235 import_core_prefix_test: Fail # Issue 13081 238 import_core_prefix_test: Fail # Issue 13081
236 prefix16_test: Fail # Issue 13081 239 prefix16_test: Fail # Issue 13081
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 import_core_prefix_test: Pass 370 import_core_prefix_test: Pass
368 prefix22_test: Pass 371 prefix22_test: Pass
369 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 372 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
370 super_call4_test: Fail, OK # hardcoded names. 373 super_call4_test: Fail, OK # hardcoded names.
371 374
372 [ $minified ] 375 [ $minified ]
373 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 376 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
374 377
375 [ $runtime == ie9 ] 378 [ $runtime == ie9 ]
376 stack_trace_test: Fail, OK # Stack traces not available in IE9. 379 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/mixin_mixin2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698