| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 generic_methods_overriding_test/03: MissingCompileTimeError | 120 generic_methods_overriding_test/03: MissingCompileTimeError |
| 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_methods_type_expression_test: RuntimeError | 129 generic_methods_type_expression_test: RuntimeError |
| 130 generic_no_such_method_dispatcher_test: CompileTimeError |
| 130 generic_tearoff_test: CompileTimeError | 131 generic_tearoff_test: CompileTimeError |
| 131 getter_override_test/03: MissingCompileTimeError | 132 getter_override_test/03: MissingCompileTimeError |
| 132 getter_no_setter2_test/00: MissingCompileTimeError | 133 getter_no_setter2_test/00: MissingCompileTimeError |
| 133 getter_no_setter2_test/01: MissingCompileTimeError | 134 getter_no_setter2_test/01: MissingCompileTimeError |
| 134 getter_no_setter2_test/03: MissingCompileTimeError | 135 getter_no_setter2_test/03: MissingCompileTimeError |
| 135 getter_no_setter_test/00: MissingCompileTimeError | 136 getter_no_setter_test/00: MissingCompileTimeError |
| 136 getter_no_setter_test/01: MissingCompileTimeError | 137 getter_no_setter_test/01: MissingCompileTimeError |
| 137 getter_no_setter_test/03: MissingCompileTimeError | 138 getter_no_setter_test/03: MissingCompileTimeError |
| 138 getters_setters2_test/02: MissingCompileTimeError | 139 getters_setters2_test/02: MissingCompileTimeError |
| 139 | 140 |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 function_type/function_type63_test: Crash # Issue 27394 | 743 function_type/function_type63_test: Crash # Issue 27394 |
| 743 function_type/function_type6_test: Crash # Issue 27394 | 744 function_type/function_type6_test: Crash # Issue 27394 |
| 744 function_type/function_type7_test: Crash # Issue 27394 | 745 function_type/function_type7_test: Crash # Issue 27394 |
| 745 function_type/function_type98_test: Crash # Issue 27394 | 746 function_type/function_type98_test: Crash # Issue 27394 |
| 746 function_type/function_type99_test: Crash # Issue 27394 | 747 function_type/function_type99_test: Crash # Issue 27394 |
| 747 getter_setter_in_lib_test: Crash # Issue 27394 | 748 getter_setter_in_lib_test: Crash # Issue 27394 |
| 748 getter_setter_in_lib_test: Crash # Issue 27394 | 749 getter_setter_in_lib_test: Crash # Issue 27394 |
| 749 | 750 |
| 750 [ $compiler == dart2js && $runtime == safarimobilesim ] | 751 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 751 call_through_getter_test: Fail, OK | 752 call_through_getter_test: Fail, OK |
| OLD | NEW |