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

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

Issue 23755002: Update language.status with issue numbers (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/language_analyzer2.status ('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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 get_set_syntax_test/02: Fail # Issue 12805 133 get_set_syntax_test/02: Fail # Issue 12805
134 get_set_syntax_test/03: Fail # Issue 12805 134 get_set_syntax_test/03: Fail # Issue 12805
135 get_set_syntax_test/04: Fail # Issue 12805 135 get_set_syntax_test/04: Fail # Issue 12805
136 method_binding_test: Fail # Issue 12807 136 method_binding_test: Fail # Issue 12807
137 method_override_test: Fail # Issue 12808 137 method_override_test: Fail # Issue 12808
138 method_override5_test: Fail # Issue 12809 138 method_override5_test: Fail # Issue 12809
139 parameter_initializer6_negative_test: Fail # Issue 3502 139 parameter_initializer6_negative_test: Fail # Issue 3502
140 named_parameters_aggregated_test/01: Fail # Issue 12801 140 named_parameters_aggregated_test/01: Fail # Issue 12801
141 named_parameters_aggregated_test/03: Fail # Issue 12812 141 named_parameters_aggregated_test/03: Fail # Issue 12812
142 pseudo_kw_test: Fail # Unexpected token '(' 142 pseudo_kw_test: Fail # Unexpected token '('
143 super_implicit_closure_test: Fail # internal error: super property read not impl emented 143 super_implicit_closure_test: Fail # Issue 12884
144 144 mixin_type_parameters_errors_test/01: Fail # Issue 12885
145 # Missing compilation error for wrong number of type arguments. 145 mixin_type_parameters_errors_test/02: Fail # Issue 12885
146 mixin_type_parameters_errors_test/01: Fail 146 mixin_type_parameters_errors_test/05: Fail # Issue 12885
147 mixin_type_parameters_errors_test/02: Fail 147 external_test/01: Fail # Issue 12887
148 mixin_type_parameters_errors_test/05: Fail 148 external_test/02: Fail # Issue 12887
149 149 external_test/11: Fail # Issue 12887
150 # External tests. 150 external_test/12: Fail # Issue 12887
151 external_test/01: Fail 151 external_test/13: Fail # Issue 12887
152 external_test/02: Fail 152 external_test/14: Fail # Issue 12887
153 external_test/11: Fail 153 external_test/21: Fail # Issue 12887
154 external_test/12: Fail 154 external_test/22: Fail # Issue 12887
155 external_test/13: Skip # Runtime error (missing patch). 155 external_test/23: Fail # Issue 12887
156 external_test/14: Fail 156 external_test/30: Fail # Issue 12887
157 external_test/20: Skip # Runtime error (missing patch). 157 external_test/31: Fail # Issue 12887
158 external_test/21: Fail 158 instanceof4_test/01: Fail # Issue 12889
159 external_test/22: Fail 159 list_literal4_test: Fail # Issue 12890
160 external_test/23: Fail 160 map_literal4_test: Fail # Issue 12891
161 external_test/30: Fail
162 external_test/31: Fail
163
164
165 # Implementation errors (library or generated code).
166 instanceof4_test: Fail # Expect.isTrue(false) fails.
167 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test.
168 map_literal4_test: Fail # Attempt to modify an immutable object -- checked mode test.
169 161
170 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 162 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
171 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 163 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
172 164
173 165
174 # 166 #
175 # The following tests are all negative tests that should be fixed. 167 # The following tests are all negative tests that should be fixed.
176 # 168 #
177 abstract_syntax_test/01: Fail # Negative language test. 169 abstract_syntax_test/01: Fail # Negative language test.
178 const_constructor_syntax_test/04: Fail # Negative language test. 170 const_constructor_syntax_test/04: Fail # Negative language test.
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 built_in_identifier_prefix_test: Fail # Issue 6972 264 built_in_identifier_prefix_test: Fail # Issue 6972
273 constructor_initializer_test: Fail # VM issue 265 constructor_initializer_test: Fail # VM issue
274 factory3_test: Fail 266 factory3_test: Fail
275 type_checks_in_factory_method_test: Fail # Issue 12747 267 type_checks_in_factory_method_test: Fail # Issue 12747
276 268
277 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 269 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
278 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 270 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
279 271
280 on_catch_malformed_type_test: Fail # Issue 8601 272 on_catch_malformed_type_test: Fail # Issue 8601
281 273
282 # False positive compile-time error is masking expected compile-time error 274 mixin_type_parameters_errors_test/01: Fail # Issue 12886
283 mixin_type_parameters_errors_test/*: Skip 275 mixin_type_parameters_errors_test/02: Fail # Issue 12886
276 mixin_type_parameters_errors_test/05: Fail # Issue 12886
284 277
285 # Mixins fail on the VM. 278 # Mixins fail on the VM.
286 mixin_mixin_test: Fail # Issue 9683 279 mixin_mixin_test: Fail # Issue 9683
287 mixin_issue10216_2_test: Fail # Issue 9683 280 mixin_issue10216_2_test: Fail # Issue 9683
288 mixin_forwarding_constructor2_test: Fail # Issue 11888 281 mixin_forwarding_constructor2_test: Fail # Issue 11888
289 mixin_typedef_constructor_test: Fail # Issue 11888 282 mixin_typedef_constructor_test: Fail # Issue 11888
290 mixin_type_parameter2_test: Fail # Issue 11888 283 mixin_type_parameter2_test: Fail # Issue 11888
291 284
292 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 285 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
293 286
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 metadata_test: Fail # Issue 12762 344 metadata_test: Fail # Issue 12762
352 const_var_test: Pass, Fail # Issue 12794 345 const_var_test: Pass, Fail # Issue 12794
353 map_literal3_test: Fail # Issue 12794 346 map_literal3_test: Fail # Issue 12794
354 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 347 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
355 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 348 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
356 # Common problems with dart2js. In illegal family, invalid 349 # Common problems with dart2js. In illegal family, invalid
357 # declarations are simply not parsed. In pseudo kw dart2js 350 # declarations are simply not parsed. In pseudo kw dart2js
358 # chokes on things like typedef(x) => "typedef $x" and alike. 351 # chokes on things like typedef(x) => "typedef $x" and alike.
359 abstract_syntax_test/01: Fail 352 abstract_syntax_test/01: Fail
360 pseudo_kw_test: Fail 353 pseudo_kw_test: Fail
361 # external keyword is not yet supported by dart2js/dart2dart. 354 external_test/01: Fail # Issue 12888
362 external_test/*: Skip 355 external_test/02: Fail # Issue 12888
356 external_test/11: Fail # Issue 12888
357 external_test/12: Fail # Issue 12888
358 external_test/13: Fail # Issue 12888
359 external_test/14: Fail # Issue 12888
360 external_test/21: Fail # Issue 12888
361 external_test/22: Fail # Issue 12888
362 external_test/23: Fail # Issue 12888
363 external_test/30: Fail # Issue 12888
364 external_test/31: Fail # Issue 12888
363 lazy_static3_test: Fail # Issue 12593 365 lazy_static3_test: Fail # Issue 12593
364 # dart2js frontend doesn't even analyse problematic classes. 366 # dart2js frontend doesn't even analyse problematic classes.
365 duplicate_implements_test/01: Fail 367 duplicate_implements_test/01: Fail
366 duplicate_implements_test/02: Fail 368 duplicate_implements_test/02: Fail
367 duplicate_implements_test/03: Fail 369 duplicate_implements_test/03: Fail
368 duplicate_implements_test/04: Fail 370 duplicate_implements_test/04: Fail
369 method_override4_test: Fail # Issue 12810 371 method_override4_test: Fail # Issue 12810
370 method_override5_test: Fail # Issue 12810 372 method_override5_test: Fail # Issue 12810
371 operator1_negative_test: Fail 373 operator1_negative_test: Fail
372 static_final_field_negative_test: Fail 374 static_final_field_negative_test: Fail
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 f_bounded_quantification4_test: Fail # Issue 12605. 436 f_bounded_quantification4_test: Fail # Issue 12605.
435 f_bounded_quantification5_test: Fail # Issue 12605. 437 f_bounded_quantification5_test: Fail # Issue 12605.
436 438
437 # TODO(tball): Assign proper bug numbers. 439 # TODO(tball): Assign proper bug numbers.
438 class_literal_test: Fail 440 class_literal_test: Fail
439 441
440 import_core_prefix_test: Pass 442 import_core_prefix_test: Pass
441 prefix22_test: Pass 443 prefix22_test: Pass
442 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 444 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
443 super_call4_test: Fail, OK # hardcoded names. 445 super_call4_test: Fail, OK # hardcoded names.
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698