| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 f_bounded_quantification4_test: Fail, OK # Issue 12605 | 141 f_bounded_quantification4_test: Fail, OK # Issue 12605 |
| 142 mixin_generic_test: Fail # Issue 12605 | 142 mixin_generic_test: Fail # Issue 12605 |
| 143 mixin_mixin2_test: Fail # Issue 12605 | 143 mixin_mixin2_test: Fail # Issue 12605 |
| 144 mixin_mixin3_test: Fail # Issue 12605 | 144 mixin_mixin3_test: Fail # Issue 12605 |
| 145 mixin_mixin4_test: Fail # Issue 12605 | 145 mixin_mixin4_test: Fail # Issue 12605 |
| 146 mixin_mixin5_test: Fail # Issue 12605 | 146 mixin_mixin5_test: Fail # Issue 12605 |
| 147 mixin_mixin6_test: Fail # Issue 12605 | 147 mixin_mixin6_test: Fail # Issue 12605 |
| 148 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 148 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 149 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 149 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 150 symbol_conflict_test: RuntimeError # Issue 23857 | 150 symbol_conflict_test: RuntimeError # Issue 23857 |
| 151 classes_static_method_clash_test: RuntimeError # Issue 23885 | |
| 152 | 151 |
| 153 [ $compiler == dart2js ] | 152 [ $compiler == dart2js ] |
| 154 async_await_syntax_test/a05h: Fail # 23716 | 153 async_await_syntax_test/a05h: Fail # 23716 |
| 155 async_await_syntax_test/c11a: Fail # 23716 | 154 async_await_syntax_test/c11a: Fail # 23716 |
| 156 async_await_syntax_test/c11b: Fail # 23716 | 155 async_await_syntax_test/c11b: Fail # 23716 |
| 157 | 156 |
| 158 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js | 157 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js |
| 159 | 158 |
| 160 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | 159 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 161 | 160 |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 type_parameter_test/03: Crash # Invalid argument(s) | 512 type_parameter_test/03: Crash # Invalid argument(s) |
| 514 type_parameter_test/04: Crash # Invalid argument(s) | 513 type_parameter_test/04: Crash # Invalid argument(s) |
| 515 type_parameter_test/05: Crash # Invalid argument(s) | 514 type_parameter_test/05: Crash # Invalid argument(s) |
| 516 type_parameter_test/06: Crash # Invalid argument(s) | 515 type_parameter_test/06: Crash # Invalid argument(s) |
| 517 type_parameter_test/none: Crash # Invalid argument(s) | 516 type_parameter_test/none: Crash # Invalid argument(s) |
| 518 type_variable_closure2_test: RuntimeError # Please triage this failure. | 517 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 519 type_variable_closure_test: Crash # Invalid argument(s) | 518 type_variable_closure_test: Crash # Invalid argument(s) |
| 520 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 519 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 521 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 520 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 522 type_variable_nested_test: RuntimeError # Please triage this failure. | 521 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |