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

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

Issue 1232613005: Allow super calls in mixins (for now behind a --supermixin flag). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 5 years, 5 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 | « tests/language/language_analyzer2.status ('k') | tests/language/mixin_illegal_object_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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 26 matching lines...) Expand all
37 type_variable_conflict_test/02: Fail # Issue 13702 37 type_variable_conflict_test/02: Fail # Issue 13702
38 type_variable_conflict_test/03: Fail # Issue 13702 38 type_variable_conflict_test/03: Fail # Issue 13702
39 type_variable_conflict_test/04: Fail # Issue 13702 39 type_variable_conflict_test/04: Fail # Issue 13702
40 type_variable_conflict_test/05: Fail # Issue 13702 40 type_variable_conflict_test/05: Fail # Issue 13702
41 type_variable_conflict_test/06: Fail # Issue 13702 41 type_variable_conflict_test/06: Fail # Issue 13702
42 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101 42 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101
43 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101 43 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101
44 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101 44 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101
45 mixin_super_constructor_named_test/01: Fail # Issue 15101 45 mixin_super_constructor_named_test/01: Fail # Issue 15101
46 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 46 mixin_super_constructor_positionals_test/01: Fail # Issue 15101
47 mixin_super_test: CompileTimeError # Issue 23773
48 mixin_super_bound2_test: CompileTimeError # Issue 23773
47 49
48 ref_before_declaration_test/00: MissingCompileTimeError 50 ref_before_declaration_test/00: MissingCompileTimeError
49 ref_before_declaration_test/01: MissingCompileTimeError 51 ref_before_declaration_test/01: MissingCompileTimeError
50 ref_before_declaration_test/02: MissingCompileTimeError 52 ref_before_declaration_test/02: MissingCompileTimeError
51 ref_before_declaration_test/03: MissingCompileTimeError 53 ref_before_declaration_test/03: MissingCompileTimeError
52 ref_before_declaration_test/04: MissingCompileTimeError 54 ref_before_declaration_test/04: MissingCompileTimeError
53 ref_before_declaration_test/05: MissingCompileTimeError 55 ref_before_declaration_test/05: MissingCompileTimeError
54 ref_before_declaration_test/06: MissingCompileTimeError 56 ref_before_declaration_test/06: MissingCompileTimeError
55 57
56 regress_22976_test/01: CompileTimeError # Issue 23132 58 regress_22976_test/01: CompileTimeError # Issue 23132
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 try_catch_test/none: Crash # The null object does not have a getter '_element'. 482 try_catch_test/none: Crash # The null object does not have a getter '_element'.
481 type_parameter_test/01: Crash # Invalid argument(s) 483 type_parameter_test/01: Crash # Invalid argument(s)
482 type_parameter_test/02: Crash # Invalid argument(s) 484 type_parameter_test/02: Crash # Invalid argument(s)
483 type_parameter_test/03: Crash # Invalid argument(s) 485 type_parameter_test/03: Crash # Invalid argument(s)
484 type_parameter_test/04: Crash # Invalid argument(s) 486 type_parameter_test/04: Crash # Invalid argument(s)
485 type_parameter_test/05: Crash # Invalid argument(s) 487 type_parameter_test/05: Crash # Invalid argument(s)
486 type_parameter_test/06: Crash # Invalid argument(s) 488 type_parameter_test/06: Crash # Invalid argument(s)
487 type_parameter_test/none: Crash # Invalid argument(s) 489 type_parameter_test/none: Crash # Invalid argument(s)
488 type_variable_closure2_test: RuntimeError # Please triage this failure. 490 type_variable_closure2_test: RuntimeError # Please triage this failure.
489 type_variable_closure_test: Crash # Invalid argument(s) 491 type_variable_closure_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/mixin_illegal_object_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698