| 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 |
| 11 abstract_factory_constructor_test/00: MissingCompileTimeError | 11 abstract_factory_constructor_test/00: MissingCompileTimeError |
| 12 abstract_getter_test/01: MissingCompileTimeError | 12 abstract_getter_test/01: MissingCompileTimeError |
| 13 abstract_override_adds_optional_args_concrete_subclass_test: MissingCompileTimeE
rror |
| 14 abstract_override_adds_optional_args_concrete_test: MissingCompileTimeError |
| 13 abstract_syntax_test/00: MissingCompileTimeError | 15 abstract_syntax_test/00: MissingCompileTimeError |
| 16 additional_interface_adds_optional_args_concrete_subclass_test: MissingCompileTi
meError |
| 17 additional_interface_adds_optional_args_concrete_test: MissingCompileTimeError |
| 14 assign_static_type_test/01: MissingCompileTimeError | 18 assign_static_type_test/01: MissingCompileTimeError |
| 15 assign_static_type_test/02: MissingCompileTimeError | 19 assign_static_type_test/02: MissingCompileTimeError |
| 16 assign_static_type_test/03: MissingCompileTimeError | 20 assign_static_type_test/03: MissingCompileTimeError |
| 17 assign_static_type_test/04: MissingCompileTimeError | 21 assign_static_type_test/04: MissingCompileTimeError |
| 18 assign_static_type_test/05: MissingCompileTimeError | 22 assign_static_type_test/05: MissingCompileTimeError |
| 19 assign_static_type_test/06: MissingCompileTimeError | 23 assign_static_type_test/06: MissingCompileTimeError |
| 20 assign_to_type_test/01: MissingCompileTimeError | 24 assign_to_type_test/01: MissingCompileTimeError |
| 21 assign_to_type_test/02: MissingCompileTimeError | 25 assign_to_type_test/02: MissingCompileTimeError |
| 22 assign_to_type_test/03: MissingCompileTimeError | 26 assign_to_type_test/03: MissingCompileTimeError |
| 23 assign_to_type_test/04: MissingCompileTimeError | 27 assign_to_type_test/04: MissingCompileTimeError |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 function_type/function_type62_test: Crash # Issue 27394 | 723 function_type/function_type62_test: Crash # Issue 27394 |
| 720 function_type/function_type63_test: Crash # Issue 27394 | 724 function_type/function_type63_test: Crash # Issue 27394 |
| 721 function_type/function_type6_test: Crash # Issue 27394 | 725 function_type/function_type6_test: Crash # Issue 27394 |
| 722 function_type/function_type7_test: Crash # Issue 27394 | 726 function_type/function_type7_test: Crash # Issue 27394 |
| 723 function_type/function_type98_test: Crash # Issue 27394 | 727 function_type/function_type98_test: Crash # Issue 27394 |
| 724 function_type/function_type99_test: Crash # Issue 27394 | 728 function_type/function_type99_test: Crash # Issue 27394 |
| 725 getter_setter_in_lib_test: Crash # Issue 27394 | 729 getter_setter_in_lib_test: Crash # Issue 27394 |
| 726 | 730 |
| 727 [ $compiler == dart2js && $runtime == safarimobilesim ] | 731 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 728 call_through_getter_test: Fail, OK | 732 call_through_getter_test: Fail, OK |
| OLD | NEW |