| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 f_bounded_quantification4_test: Fail, OK # Issue 12605 | 133 f_bounded_quantification4_test: Fail, OK # Issue 12605 |
| 134 mixin_generic_test: Fail # Issue 12605 | 134 mixin_generic_test: Fail # Issue 12605 |
| 135 mixin_mixin2_test: Fail # Issue 12605 | 135 mixin_mixin2_test: Fail # Issue 12605 |
| 136 mixin_mixin3_test: Fail # Issue 12605 | 136 mixin_mixin3_test: Fail # Issue 12605 |
| 137 mixin_mixin4_test: Fail # Issue 12605 | 137 mixin_mixin4_test: Fail # Issue 12605 |
| 138 mixin_mixin5_test: Fail # Issue 12605 | 138 mixin_mixin5_test: Fail # Issue 12605 |
| 139 mixin_mixin6_test: Fail # Issue 12605 | 139 mixin_mixin6_test: Fail # Issue 12605 |
| 140 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 140 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 141 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 141 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 142 symbol_conflict_test: RuntimeError # Issue 23857 | 142 symbol_conflict_test: RuntimeError # Issue 23857 |
| 143 classes_static_method_clash_test: RuntimeError # Issue 23885 |
| 143 | 144 |
| 144 [ $compiler == dart2js ] | 145 [ $compiler == dart2js ] |
| 145 async_await_syntax_test/a05h: Fail # 23716 | 146 async_await_syntax_test/a05h: Fail # 23716 |
| 146 async_await_syntax_test/c11a: Fail # 23716 | 147 async_await_syntax_test/c11a: Fail # 23716 |
| 147 async_await_syntax_test/c11b: Fail # 23716 | 148 async_await_syntax_test/c11b: Fail # 23716 |
| 148 | 149 |
| 149 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js | 150 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js |
| 150 | 151 |
| 151 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | 152 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 152 | 153 |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 try_catch_test/none: Crash # The null object does not have a getter '_element'. | 489 try_catch_test/none: Crash # The null object does not have a getter '_element'. |
| 489 type_parameter_test/01: Crash # Invalid argument(s) | 490 type_parameter_test/01: Crash # Invalid argument(s) |
| 490 type_parameter_test/02: Crash # Invalid argument(s) | 491 type_parameter_test/02: Crash # Invalid argument(s) |
| 491 type_parameter_test/03: Crash # Invalid argument(s) | 492 type_parameter_test/03: Crash # Invalid argument(s) |
| 492 type_parameter_test/04: Crash # Invalid argument(s) | 493 type_parameter_test/04: Crash # Invalid argument(s) |
| 493 type_parameter_test/05: Crash # Invalid argument(s) | 494 type_parameter_test/05: Crash # Invalid argument(s) |
| 494 type_parameter_test/06: Crash # Invalid argument(s) | 495 type_parameter_test/06: Crash # Invalid argument(s) |
| 495 type_parameter_test/none: Crash # Invalid argument(s) | 496 type_parameter_test/none: Crash # Invalid argument(s) |
| 496 type_variable_closure2_test: RuntimeError # Please triage this failure. | 497 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 497 type_variable_closure_test: Crash # Invalid argument(s) | 498 type_variable_closure_test: Crash # Invalid argument(s) |
| OLD | NEW |