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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_2_test: CompileTimeError # Issue 23773 |
53 mixin_super_bound2_test: CompileTimeError # Issue 23773 | 53 mixin_super_bound2_test: CompileTimeError # Issue 23773 |
54 mixin_super_use_test: CompileTimeError # Issue 23773 | 54 mixin_super_use_test: CompileTimeError # Issue 23773 |
55 mixin_superclass_test: CompileTimeError # Issue 23773 | 55 mixin_superclass_test: CompileTimeError # Issue 23773 |
| 56 regress_25122_test: Crash # Issue 25181 |
56 | 57 |
57 ref_before_declaration_test/00: MissingCompileTimeError | 58 ref_before_declaration_test/00: MissingCompileTimeError |
58 ref_before_declaration_test/01: MissingCompileTimeError | 59 ref_before_declaration_test/01: MissingCompileTimeError |
59 ref_before_declaration_test/02: MissingCompileTimeError | 60 ref_before_declaration_test/02: MissingCompileTimeError |
60 ref_before_declaration_test/03: MissingCompileTimeError | 61 ref_before_declaration_test/03: MissingCompileTimeError |
61 ref_before_declaration_test/04: MissingCompileTimeError | 62 ref_before_declaration_test/04: MissingCompileTimeError |
62 ref_before_declaration_test/05: MissingCompileTimeError | 63 ref_before_declaration_test/05: MissingCompileTimeError |
63 ref_before_declaration_test/06: MissingCompileTimeError | 64 ref_before_declaration_test/06: MissingCompileTimeError |
64 | 65 |
65 regress_22976_test/01: CompileTimeError # Issue 23132 | 66 regress_22976_test/01: CompileTimeError # Issue 23132 |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 358 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
358 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 359 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
359 type_variable_nested_test: RuntimeError # Please triage this failure. | 360 type_variable_nested_test: RuntimeError # Please triage this failure. |
360 | 361 |
361 [ $compiler == dart2js && $cps_ir && $host_checked ] | 362 [ $compiler == dart2js && $cps_ir && $host_checked ] |
362 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 363 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
363 async_throw_in_catch_test/none: Crash # Issue 24485 | 364 async_throw_in_catch_test/none: Crash # Issue 24485 |
364 execute_finally9_test: Crash # Issue 24485 | 365 execute_finally9_test: Crash # Issue 24485 |
365 regress_21795_test: Crash # Issue 24485 | 366 regress_21795_test: Crash # Issue 24485 |
366 regress_23537_test: Crash # Issue 24485 | 367 regress_23537_test: Crash # Issue 24485 |
OLD | NEW |