| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 class_literal_test/17: MissingCompileTimeError | 95 class_literal_test/17: MissingCompileTimeError |
| 96 class_literal_test/18: MissingCompileTimeError | 96 class_literal_test/18: MissingCompileTimeError |
| 97 class_literal_test/19: MissingCompileTimeError | 97 class_literal_test/19: MissingCompileTimeError |
| 98 class_literal_test/20: MissingCompileTimeError | 98 class_literal_test/20: MissingCompileTimeError |
| 99 class_literal_test/21: MissingCompileTimeError | 99 class_literal_test/21: MissingCompileTimeError |
| 100 class_literal_test/22: MissingCompileTimeError | 100 class_literal_test/22: MissingCompileTimeError |
| 101 class_literal_test/23: MissingCompileTimeError | 101 class_literal_test/23: MissingCompileTimeError |
| 102 class_literal_test/24: MissingCompileTimeError | 102 class_literal_test/24: MissingCompileTimeError |
| 103 class_literal_test/25: MissingCompileTimeError | 103 class_literal_test/25: MissingCompileTimeError |
| 104 covariant_subtyping_with_substitution_test: RuntimeError | 104 covariant_subtyping_with_substitution_test: RuntimeError |
| 105 covariant_tear_off_type_test: RuntimeError |
| 105 generic_constructor_mixin_test/01: MissingCompileTimeError | 106 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 106 generic_constructor_mixin2_test/01: MissingCompileTimeError | 107 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 107 generic_constructor_mixin3_test/01: MissingCompileTimeError | 108 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 108 generic_methods_bounds_test/01: MissingCompileTimeError | 109 generic_methods_bounds_test/01: MissingCompileTimeError |
| 109 generic_methods_bounds_test/02: MissingRuntimeError | 110 generic_methods_bounds_test/02: MissingRuntimeError |
| 110 generic_methods_closure_test: RuntimeError | 111 generic_methods_closure_test: RuntimeError |
| 111 generic_methods_dynamic_test/01: MissingCompileTimeError | 112 generic_methods_dynamic_test/01: MissingCompileTimeError |
| 112 generic_methods_dynamic_test/02: MissingRuntimeError | 113 generic_methods_dynamic_test/02: MissingRuntimeError |
| 113 generic_methods_dynamic_test/03: MissingCompileTimeError | 114 generic_methods_dynamic_test/03: MissingCompileTimeError |
| 114 generic_methods_dynamic_test/04: MissingRuntimeError | 115 generic_methods_dynamic_test/04: MissingRuntimeError |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 function_type/function_type55_test: Crash # Issue 27394 | 706 function_type/function_type55_test: Crash # Issue 27394 |
| 706 function_type/function_type62_test: Crash # Issue 27394 | 707 function_type/function_type62_test: Crash # Issue 27394 |
| 707 function_type/function_type63_test: Crash # Issue 27394 | 708 function_type/function_type63_test: Crash # Issue 27394 |
| 708 function_type/function_type6_test: Crash # Issue 27394 | 709 function_type/function_type6_test: Crash # Issue 27394 |
| 709 function_type/function_type7_test: Crash # Issue 27394 | 710 function_type/function_type7_test: Crash # Issue 27394 |
| 710 function_type/function_type98_test: Crash # Issue 27394 | 711 function_type/function_type98_test: Crash # Issue 27394 |
| 711 function_type/function_type99_test: Crash # Issue 27394 | 712 function_type/function_type99_test: Crash # Issue 27394 |
| 712 | 713 |
| 713 [ $compiler == dart2js && $runtime == safarimobilesim ] | 714 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 714 call_through_getter_test: Fail, OK | 715 call_through_getter_test: Fail, OK |
| OLD | NEW |