| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 type_variable_conflict_test/03: Fail # Issue 13702 | 42 type_variable_conflict_test/03: Fail # Issue 13702 |
| 43 type_variable_conflict_test/04: Fail # Issue 13702 | 43 type_variable_conflict_test/04: Fail # Issue 13702 |
| 44 type_variable_conflict_test/05: Fail # Issue 13702 | 44 type_variable_conflict_test/05: Fail # Issue 13702 |
| 45 type_variable_conflict_test/06: Fail # Issue 13702 | 45 type_variable_conflict_test/06: Fail # Issue 13702 |
| 46 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101 | 46 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101 |
| 47 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101 | 47 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101 |
| 48 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101 | 48 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101 |
| 49 mixin_super_constructor_named_test/01: Fail # Issue 15101 | 49 mixin_super_constructor_named_test/01: Fail # Issue 15101 |
| 50 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 | 50 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 |
| 51 mixin_super_test: CompileTimeError # Issue 23773 | 51 mixin_super_test: CompileTimeError # Issue 23773 |
| 52 mixin_super_2_test: CompileTimeError # Issue 23773 |
| 52 mixin_super_bound2_test: CompileTimeError # Issue 23773 | 53 mixin_super_bound2_test: CompileTimeError # Issue 23773 |
| 53 | 54 |
| 54 ref_before_declaration_test/00: MissingCompileTimeError | 55 ref_before_declaration_test/00: MissingCompileTimeError |
| 55 ref_before_declaration_test/01: MissingCompileTimeError | 56 ref_before_declaration_test/01: MissingCompileTimeError |
| 56 ref_before_declaration_test/02: MissingCompileTimeError | 57 ref_before_declaration_test/02: MissingCompileTimeError |
| 57 ref_before_declaration_test/03: MissingCompileTimeError | 58 ref_before_declaration_test/03: MissingCompileTimeError |
| 58 ref_before_declaration_test/04: MissingCompileTimeError | 59 ref_before_declaration_test/04: MissingCompileTimeError |
| 59 ref_before_declaration_test/05: MissingCompileTimeError | 60 ref_before_declaration_test/05: MissingCompileTimeError |
| 60 ref_before_declaration_test/06: MissingCompileTimeError | 61 ref_before_declaration_test/06: MissingCompileTimeError |
| 61 | 62 |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 sync_generator1_test/none: Timeout # Please triage this failure. | 373 sync_generator1_test/none: Timeout # Please triage this failure. |
| 373 sync_generator3_test/test1: RuntimeError # Please triage this failure. | 374 sync_generator3_test/test1: RuntimeError # Please triage this failure. |
| 374 sync_generator3_test/test2: RuntimeError # Please triage this failure. | 375 sync_generator3_test/test2: RuntimeError # Please triage this failure. |
| 375 syncstar_yield_test/copyParameters: RuntimeError # Please triage this failure. | 376 syncstar_yield_test/copyParameters: RuntimeError # Please triage this failure. |
| 376 syncstar_yield_test/none: RuntimeError # Please triage this failure. | 377 syncstar_yield_test/none: RuntimeError # Please triage this failure. |
| 377 syncstar_yieldstar_test: RuntimeError # Please triage this failure. | 378 syncstar_yieldstar_test: RuntimeError # Please triage this failure. |
| 378 type_variable_closure2_test: RuntimeError # Please triage this failure. | 379 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 379 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 380 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 380 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 381 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 381 type_variable_nested_test: RuntimeError # Please triage this failure. | 382 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |