| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 mixin_generic_test: Fail # Issue 12605 | 143 mixin_generic_test: Fail # Issue 12605 |
| 144 mixin_mixin2_test: Fail # Issue 12605 | 144 mixin_mixin2_test: Fail # Issue 12605 |
| 145 mixin_mixin3_test: Fail # Issue 12605 | 145 mixin_mixin3_test: Fail # Issue 12605 |
| 146 mixin_mixin4_test: Fail # Issue 12605 | 146 mixin_mixin4_test: Fail # Issue 12605 |
| 147 mixin_mixin5_test: Fail # Issue 12605 | 147 mixin_mixin5_test: Fail # Issue 12605 |
| 148 mixin_mixin6_test: Fail # Issue 12605 | 148 mixin_mixin6_test: Fail # Issue 12605 |
| 149 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 149 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 150 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 150 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 151 | 151 |
| 152 [ $compiler == dart2js ] | 152 [ $compiler == dart2js ] |
| 153 async_await_syntax_test/a05h: Fail # 23716 |
| 154 async_await_syntax_test/c11a: Fail # 23716 |
| 155 async_await_syntax_test/c11b: Fail # 23716 |
| 156 |
| 153 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea
mbles/d8.js | 157 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea
mbles/d8.js |
| 154 | 158 |
| 155 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | 159 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 156 | 160 |
| 157 branch_canonicalization_test: RuntimeError # Issue 638. | 161 branch_canonicalization_test: RuntimeError # Issue 638. |
| 158 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 162 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 159 integer_division_by_zero_test: RuntimeError # Issue 8301 | 163 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 160 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 164 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 161 number_identity2_test: RuntimeError # Issue 12596 | 165 number_identity2_test: RuntimeError # Issue 12596 |
| 162 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 166 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype
' of undefined | 704 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype
' of undefined |
| 701 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype
' of undefined | 705 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype
' of undefined |
| 702 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy
pe' of undefined | 706 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy
pe' of undefined |
| 703 type_variable_closure2_test: RuntimeError # Please triage this failure. | 707 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 704 type_variable_closure_test: Crash # Invalid argument(s) | 708 type_variable_closure_test: Crash # Invalid argument(s) |
| 705 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. | 709 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. |
| 706 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined | 710 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 707 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. | 711 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. |
| 708 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. | 712 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. |
| 709 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. | 713 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. |
| OLD | NEW |