| 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 | 9 |
| 10 async_star_test/02: RuntimeError # 22853 | 10 async_star_test/02: RuntimeError # 22853 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 mixin_mixin4_test: Fail # Issue 12605 | 115 mixin_mixin4_test: Fail # Issue 12605 |
| 116 mixin_mixin5_test: Fail # Issue 12605 | 116 mixin_mixin5_test: Fail # Issue 12605 |
| 117 mixin_mixin6_test: Fail # Issue 12605 | 117 mixin_mixin6_test: Fail # Issue 12605 |
| 118 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 118 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 119 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 119 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 120 | 120 |
| 121 [ $compiler == dart2js ] | 121 [ $compiler == dart2js ] |
| 122 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea
mbles/d8.js | 122 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea
mbles/d8.js |
| 123 generic_field_mixin4_test: Crash # Issue 18651 | 123 generic_field_mixin4_test: Crash # Issue 18651 |
| 124 generic_field_mixin5_test: Crash # Issue 18651 | 124 generic_field_mixin5_test: Crash # Issue 18651 |
| 125 flatten_test/04: Skip # Issue 22922 | |
| 126 | 125 |
| 127 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | 126 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 128 | 127 |
| 129 branch_canonicalization_test: RuntimeError # Issue 638. | 128 branch_canonicalization_test: RuntimeError # Issue 638. |
| 130 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 129 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 131 integer_division_by_zero_test: RuntimeError # Issue 8301 | 130 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 132 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 131 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 133 number_identity2_test: RuntimeError # Issue 12596 | 132 number_identity2_test: RuntimeError # Issue 12596 |
| 134 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 133 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 135 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 134 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 272 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 274 super_call4_test: Fail, OK # hardcoded names. | 273 super_call4_test: Fail, OK # hardcoded names. |
| 275 | 274 |
| 276 [ $minified ] | 275 [ $minified ] |
| 277 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 276 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 278 regress_21795_test: RuntimeError # Issue 12605 | 277 regress_21795_test: RuntimeError # Issue 12605 |
| 279 | 278 |
| 280 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 279 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 281 *deferred*: Skip # Issue 17458 | 280 *deferred*: Skip # Issue 17458 |
| 282 cha_deopt*: Skip # Issue 17458 | 281 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |