OLD | NEW |
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 Loading... |
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 Loading... |
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) |
OLD | NEW |