| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 mixin_mixin5_test: Fail # Issue 12605 | 203 mixin_mixin5_test: Fail # Issue 12605 |
| 204 mixin_mixin6_test: Fail # Issue 12605 | 204 mixin_mixin6_test: Fail # Issue 12605 |
| 205 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 205 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 206 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 206 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 207 symbol_conflict_test: RuntimeError # Issue 23857 | 207 symbol_conflict_test: RuntimeError # Issue 23857 |
| 208 | 208 |
| 209 [ $compiler == dart2js ] | 209 [ $compiler == dart2js ] |
| 210 async_await_syntax_test/a05h: Fail # 23716 | 210 async_await_syntax_test/a05h: Fail # 23716 |
| 211 async_await_syntax_test/c11a: Fail # 23716 | 211 async_await_syntax_test/c11a: Fail # 23716 |
| 212 async_await_syntax_test/c11b: Fail # 23716 | 212 async_await_syntax_test/c11b: Fail # 23716 |
| 213 issue23244_test: Fail # 23244 |
| 213 | 214 |
| 214 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js | 215 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream
bles/d8.js |
| 215 | 216 |
| 216 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | 217 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 217 | 218 |
| 218 branch_canonicalization_test: RuntimeError # Issue 638. | 219 branch_canonicalization_test: RuntimeError # Issue 638. |
| 219 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 220 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 220 integer_division_by_zero_test: RuntimeError # Issue 8301 | 221 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 221 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 222 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 222 number_identity2_test: RuntimeError # Issue 12596 | 223 number_identity2_test: RuntimeError # Issue 12596 |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 type_parameter_test/03: Crash # Invalid argument(s) | 562 type_parameter_test/03: Crash # Invalid argument(s) |
| 562 type_parameter_test/04: Crash # Invalid argument(s) | 563 type_parameter_test/04: Crash # Invalid argument(s) |
| 563 type_parameter_test/05: Crash # Invalid argument(s) | 564 type_parameter_test/05: Crash # Invalid argument(s) |
| 564 type_parameter_test/06: Crash # Invalid argument(s) | 565 type_parameter_test/06: Crash # Invalid argument(s) |
| 565 type_parameter_test/none: Crash # Invalid argument(s) | 566 type_parameter_test/none: Crash # Invalid argument(s) |
| 566 type_variable_closure2_test: RuntimeError # Please triage this failure. | 567 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 567 type_variable_closure_test: Crash # Invalid argument(s) | 568 type_variable_closure_test: Crash # Invalid argument(s) |
| 568 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 569 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 569 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 570 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 570 type_variable_nested_test: RuntimeError # Please triage this failure. | 571 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |