| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". | 5 # Sections in this file should contain "$compiler == dart2js". |
| 6 | 6 |
| 7 # dart2js does not implement the Dart 2.0 static type errors yet. | 7 # dart2js does not implement the Dart 2.0 static type errors yet. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
| 10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 generic_methods_recursive_bound_test/02: MissingCompileTimeError | 121 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 122 generic_methods_reuse_type_variables_test: RuntimeError | 122 generic_methods_reuse_type_variables_test: RuntimeError |
| 123 generic_methods_shadowing_test: RuntimeError | 123 generic_methods_shadowing_test: RuntimeError |
| 124 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 124 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 125 generic_methods_simple_is_expression_test: RuntimeError | 125 generic_methods_simple_is_expression_test: RuntimeError |
| 126 generic_methods_tearoff_specialization_test: RuntimeError | 126 generic_methods_tearoff_specialization_test: RuntimeError |
| 127 generic_methods_type_expression_test: RuntimeError | 127 generic_methods_type_expression_test: RuntimeError |
| 128 generic_methods_unused_parameter_test: RuntimeError | 128 generic_methods_unused_parameter_test: RuntimeError |
| 129 generic_tearoff_test: CompileTimeError | 129 generic_tearoff_test: CompileTimeError |
| 130 | 130 |
| 131 [ $compiler == dart2js && $host_checked ] | 131 [ $compiler == dart2js && !$minified && $runtime != d8] |
| 132 generic_methods_local_variable_declaration_test: RuntimeError | |
| 133 | |
| 134 [ $compiler == dart2js && $checked ] | |
| 135 generic_methods_local_variable_declaration_test: RuntimeError | 132 generic_methods_local_variable_declaration_test: RuntimeError |
| 136 | 133 |
| 137 [ $compiler == dart2js && $runtime != none ] | 134 [ $compiler == dart2js && $runtime != none ] |
| 138 bit_operations_test: RuntimeError, OK # Issue 1533 | 135 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 139 generic_instanceof_test: RuntimeError | 136 generic_instanceof_test: RuntimeError |
| 140 generic_typedef_test: RuntimeError | 137 generic_typedef_test: RuntimeError |
| 141 many_generic_instanceof_test: RuntimeError | 138 many_generic_instanceof_test: RuntimeError |
| 142 | 139 |
| 143 [ $compiler == dart2js && $runtime != none && !$checked ] | 140 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 144 generic_list_checked_test: RuntimeError | 141 generic_list_checked_test: RuntimeError |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 function_type/function_type55_test: Crash # Issue 27394 | 708 function_type/function_type55_test: Crash # Issue 27394 |
| 712 function_type/function_type62_test: Crash # Issue 27394 | 709 function_type/function_type62_test: Crash # Issue 27394 |
| 713 function_type/function_type63_test: Crash # Issue 27394 | 710 function_type/function_type63_test: Crash # Issue 27394 |
| 714 function_type/function_type6_test: Crash # Issue 27394 | 711 function_type/function_type6_test: Crash # Issue 27394 |
| 715 function_type/function_type7_test: Crash # Issue 27394 | 712 function_type/function_type7_test: Crash # Issue 27394 |
| 716 function_type/function_type98_test: Crash # Issue 27394 | 713 function_type/function_type98_test: Crash # Issue 27394 |
| 717 function_type/function_type99_test: Crash # Issue 27394 | 714 function_type/function_type99_test: Crash # Issue 27394 |
| 718 | 715 |
| 719 [ $compiler == dart2js && $runtime == safarimobilesim ] | 716 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 720 call_through_getter_test: Fail, OK | 717 call_through_getter_test: Fail, OK |
| OLD | NEW |