| 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 && $csp ] | 5 [ $compiler == dart2js && $csp ] |
| 6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
| 7 | 7 |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 symbol_literal_test/*: Fail # Issue 21825 | 9 symbol_literal_test/*: Fail # Issue 21825 |
| 10 constructor_duplicate_final_test/01: Fail # Issue 13363 | 10 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 mixin_mixin4_test: Fail # Issue 12605 | 97 mixin_mixin4_test: Fail # Issue 12605 |
| 98 mixin_mixin5_test: Fail # Issue 12605 | 98 mixin_mixin5_test: Fail # Issue 12605 |
| 99 mixin_mixin6_test: Fail # Issue 12605 | 99 mixin_mixin6_test: Fail # Issue 12605 |
| 100 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 100 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 101 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 101 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 102 | 102 |
| 103 [ $compiler == dart2js ] | 103 [ $compiler == dart2js ] |
| 104 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea
mbles/d8.js | 104 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea
mbles/d8.js |
| 105 generic_field_mixin4_test: Crash # Issue 18651 | 105 generic_field_mixin4_test: Crash # Issue 18651 |
| 106 generic_field_mixin5_test: Crash # Issue 18651 | 106 generic_field_mixin5_test: Crash # Issue 18651 |
| 107 reify_typevar_static_test/00: Crash # Issue 21566 | |
| 108 reify_typevar_static_test/01: MissingCompileTimeError # Issue 21566 | |
| 109 | 107 |
| 110 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 108 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 111 type_variable_conflict2_test/02: Crash # Issue 16180 | |
| 112 type_variable_conflict2_test/06: Crash # Issue 16180 | |
| 113 type_variable_conflict2_test/08: Crash # Issue 16180 | |
| 114 type_variable_conflict2_test/10: Crash # Issue 16180 | |
| 115 | 109 |
| 116 branch_canonicalization_test: RuntimeError # Issue 638. | 110 branch_canonicalization_test: RuntimeError # Issue 638. |
| 117 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 111 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 118 integer_division_by_zero_test: RuntimeError # Issue 8301 | 112 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 119 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 113 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 120 number_identity2_test: RuntimeError # Issue 12596 | 114 number_identity2_test: RuntimeError # Issue 12596 |
| 121 new_expression_type_args_test/00: CompileTimeError # Issue 5519 | 115 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 122 new_expression_type_args_test/01: CompileTimeError # Issue 5519 | 116 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 123 double_int_to_string_test: RuntimeError # Issue 1533 | 117 double_int_to_string_test: RuntimeError # Issue 1533 |
| 124 mint_arithmetic_test: RuntimeError # Issue 1533 | 118 mint_arithmetic_test: RuntimeError # Issue 1533 |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 | 261 |
| 268 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 262 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 269 super_call4_test: Fail, OK # hardcoded names. | 263 super_call4_test: Fail, OK # hardcoded names. |
| 270 | 264 |
| 271 [ $minified ] | 265 [ $minified ] |
| 272 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 266 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 273 | 267 |
| 274 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 268 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 275 *deferred*: Skip # Issue 17458 | 269 *deferred*: Skip # Issue 17458 |
| 276 cha_deopt*: Skip # Issue 17458 | 270 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |