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

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

Issue 2936503002: Support metadata on local variables. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/parser.dart ('k') | tests/language/language_kernel.status » ('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 ] 5 [ $compiler == dart2js ]
6 enum_test: Fail # Issue 28340 6 enum_test: Fail # Issue 28340
7 regress_28341_test: Fail # Issue 28340 7 regress_28341_test: Fail # Issue 28340
8 regress_29349_test: CompileTimeError # Issue 29745 8 regress_29349_test: CompileTimeError # Issue 29745
9 regress_29481_test: Crash # Issue 29754 9 regress_29481_test: Crash # Issue 29754
10 deferred_not_loaded_check_test: Fail # Issue 27577 10 deferred_not_loaded_check_test: Fail # Issue 27577
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 integer_division_by_zero_test: RuntimeError # Issue 8301 217 integer_division_by_zero_test: RuntimeError # Issue 8301
218 number_identity2_test: RuntimeError # Issue 12596 218 number_identity2_test: RuntimeError # Issue 12596
219 double_int_to_string_test: RuntimeError # Issue 1533 219 double_int_to_string_test: RuntimeError # Issue 1533
220 mint_arithmetic_test: RuntimeError # Issue 1533 220 mint_arithmetic_test: RuntimeError # Issue 1533
221 left_shift_test: RuntimeError # Issue 1533 221 left_shift_test: RuntimeError # Issue 1533
222 regress_24283_test: RuntimeError # Issue 1533 222 regress_24283_test: RuntimeError # Issue 1533
223 constructor_named_arguments_test/01: CompileTimeError # Issue 25225 223 constructor_named_arguments_test/01: CompileTimeError # Issue 25225
224 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 224 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838
225 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 225 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838
226 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 226 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838
227 metadata_test: CompileTimeError # Issue 5841
228 infinity_test: RuntimeError # Issue 4984 227 infinity_test: RuntimeError # Issue 4984
229 mixin_mixin2_test: RuntimeError # Issue 13109. 228 mixin_mixin2_test: RuntimeError # Issue 13109.
230 mixin_mixin3_test: RuntimeError # Issue 13109. 229 mixin_mixin3_test: RuntimeError # Issue 13109.
231 modulo_test: RuntimeError # Issue 15246 230 modulo_test: RuntimeError # Issue 15246
232 truncdiv_test: RuntimeError # Issue 15246 231 truncdiv_test: RuntimeError # Issue 15246
233 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). 232 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval).
234 const_switch_test/02: RuntimeError # Issue 17960 233 const_switch_test/02: RuntimeError # Issue 17960
235 const_switch_test/04: RuntimeError # Issue 17960 234 const_switch_test/04: RuntimeError # Issue 17960
236 235
237 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 236 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 issue_25671b_test/01: Crash # Issue 27394 396 issue_25671b_test/01: Crash # Issue 27394
398 list_is_test: RuntimeError # Issue 27394 397 list_is_test: RuntimeError # Issue 27394
399 list_test: RuntimeError # Issue 27394 398 list_test: RuntimeError # Issue 27394
400 main_not_a_function_test/01: Crash # Issue 27394 399 main_not_a_function_test/01: Crash # Issue 27394
401 malformed_inheritance_test/03: Crash # Issue 27394 400 malformed_inheritance_test/03: Crash # Issue 27394
402 malformed_inheritance_test/09: Crash # Issue 27394 401 malformed_inheritance_test/09: Crash # Issue 27394
403 malformed_inheritance_test/10: Crash # Issue 27394 402 malformed_inheritance_test/10: Crash # Issue 27394
404 malformed_test/none: Crash # Issue 27394 403 malformed_test/none: Crash # Issue 27394
405 many_generic_instanceof_test: RuntimeError # Issue 27394 404 many_generic_instanceof_test: RuntimeError # Issue 27394
406 many_method_calls_test: Pass # Issue 27394 405 many_method_calls_test: Pass # Issue 27394
407 metadata_test: Crash # Issue 27394
408 mixin_black_listed_test/08: Crash # Issue 27394 406 mixin_black_listed_test/08: Crash # Issue 27394
409 mixin_cyclic_test/01: Crash # Issue 27394 407 mixin_cyclic_test/01: Crash # Issue 27394
410 mixin_extends_field_test: Crash # Issue 27394 408 mixin_extends_field_test: Crash # Issue 27394
411 mixin_field_initializer_test: Crash # Issue 27394 409 mixin_field_initializer_test: Crash # Issue 27394
412 mixin_field_test: Crash # Issue 27394 410 mixin_field_test: Crash # Issue 27394
413 mixin_forwarding_constructor1_test: Crash # Issue 27394 411 mixin_forwarding_constructor1_test: Crash # Issue 27394
414 mixin_forwarding_constructor2_test: Crash # Issue 27394 412 mixin_forwarding_constructor2_test: Crash # Issue 27394
415 mixin_forwarding_constructor3_test: Crash # Issue 27394 413 mixin_forwarding_constructor3_test: Crash # Issue 27394
416 mixin_getter_regression_test: Crash # Issue 27394 414 mixin_getter_regression_test: Crash # Issue 27394
417 mixin_illegal_cycles_test/02: Crash # Issue 27394 415 mixin_illegal_cycles_test/02: Crash # Issue 27394
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 deferred_global_test: Crash # Issue 27394 580 deferred_global_test: Crash # Issue 27394
583 factory6_test/00: Crash # Issue 27394 581 factory6_test/00: Crash # Issue 27394
584 factory_redirection_test/01: Crash # Issue 27394 582 factory_redirection_test/01: Crash # Issue 27394
585 factory_redirection_test/02: Crash # Issue 27394 583 factory_redirection_test/02: Crash # Issue 27394
586 factory_redirection_test/03: Crash # Issue 27394 584 factory_redirection_test/03: Crash # Issue 27394
587 named_parameters_test/01: Crash # Issue 27394 585 named_parameters_test/01: Crash # Issue 27394
588 named_parameters_test/03: Crash # Issue 27394 586 named_parameters_test/03: Crash # Issue 27394
589 named_parameters_test/05: Crash # Issue 27394 587 named_parameters_test/05: Crash # Issue 27394
590 named_parameters_test/07: Crash # Issue 27394 588 named_parameters_test/07: Crash # Issue 27394
591 named_parameters_test/09: Crash # Issue 27394 589 named_parameters_test/09: Crash # Issue 27394
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/parser.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698