| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 class_literal_test/16: MissingCompileTimeError | 94 class_literal_test/16: MissingCompileTimeError |
| 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 generic_constructor_mixin_test/01: MissingCompileTimeError | 105 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 105 generic_constructor_mixin2_test/01: MissingCompileTimeError | 106 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 106 generic_constructor_mixin3_test/01: MissingCompileTimeError | 107 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 107 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 | 108 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302
08 |
| 108 typevariable_substitution2_test/02: MissingCompileTimeError | 109 typevariable_substitution2_test/02: MissingCompileTimeError |
| 109 | 110 |
| 110 [ $compiler == dart2js && $runtime != none ] | 111 [ $compiler == dart2js && $runtime != none ] |
| 111 bit_operations_test: RuntimeError, OK # Issue 1533 | 112 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 112 | 113 |
| 113 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 114 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| (...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 function_type/function_type55_test: Crash # Issue 27394 | 1042 function_type/function_type55_test: Crash # Issue 27394 |
| 1042 function_type/function_type62_test: Crash # Issue 27394 | 1043 function_type/function_type62_test: Crash # Issue 27394 |
| 1043 function_type/function_type63_test: Crash # Issue 27394 | 1044 function_type/function_type63_test: Crash # Issue 27394 |
| 1044 function_type/function_type6_test: Crash # Issue 27394 | 1045 function_type/function_type6_test: Crash # Issue 27394 |
| 1045 function_type/function_type7_test: Crash # Issue 27394 | 1046 function_type/function_type7_test: Crash # Issue 27394 |
| 1046 function_type/function_type98_test: Crash # Issue 27394 | 1047 function_type/function_type98_test: Crash # Issue 27394 |
| 1047 function_type/function_type99_test: Crash # Issue 27394 | 1048 function_type/function_type99_test: Crash # Issue 27394 |
| 1048 | 1049 |
| 1049 [ $compiler == dart2js && $runtime == safarimobilesim ] | 1050 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 1050 call_through_getter_test: Fail, OK | 1051 call_through_getter_test: Fail, OK |
| OLD | NEW |