| 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.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
| 4 | 4 |
| 5 # Status file for the strong_test.dart test suite. This is testing generating | 5 # Status file for the strong_test.dart test suite. This is testing generating |
| 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with | 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with |
| 7 # strong-mode enabled. | 7 # strong-mode enabled. |
| 8 | 8 |
| 9 DeltaBlue: Fail | 9 DeltaBlue: Fail |
| 10 accessors: Fail | 10 accessors: Fail |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 runtime_checks/covariant_generic_method_type_parameter: Fail | 173 runtime_checks/covariant_generic_method_type_parameter: Fail |
| 174 runtime_checks/covariant_generic_parameter_in_interface: Fail | 174 runtime_checks/covariant_generic_parameter_in_interface: Fail |
| 175 runtime_checks/covariant_generic_parameter_in_interface_mixin: Fail | 175 runtime_checks/covariant_generic_parameter_in_interface_mixin: Fail |
| 176 runtime_checks/covariant_generic_parameter_in_interface_super: Fail | 176 runtime_checks/covariant_generic_parameter_in_interface_super: Fail |
| 177 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail | 177 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail |
| 178 runtime_checks/covariant_keyword: Fail | 178 runtime_checks/covariant_keyword: Fail |
| 179 runtime_checks/covariant_setter: Fail | 179 runtime_checks/covariant_setter: Fail |
| 180 runtime_checks/dynamic_invocation: Fail | 180 runtime_checks/dynamic_invocation: Fail |
| 181 runtime_checks/dynamic_invocation_generic: Fail | 181 runtime_checks/dynamic_invocation_generic: Fail |
| 182 runtime_checks/dynamic_invocation_of_getter: Fail | 182 runtime_checks/dynamic_invocation_of_getter: Fail |
| 183 runtime_checks_new/derived_class_typed: Fail |
| 183 | 184 |
| 184 illegal_named_function_expression: RuntimeError | 185 illegal_named_function_expression: RuntimeError |
| 185 local_generic_function: RuntimeError | 186 local_generic_function: RuntimeError |
| 186 | 187 |
| 187 ambiguous_exports: RuntimeError # Expected, this file exports two main methods. | 188 ambiguous_exports: RuntimeError # Expected, this file exports two main methods. |
| 188 rasta/duplicated_mixin: RuntimeError # Expected, this file has no main method. | 189 rasta/duplicated_mixin: RuntimeError # Expected, this file has no main method. |
| 189 rasta/export: RuntimeError # Expected, this file has no main method. | 190 rasta/export: RuntimeError # Expected, this file has no main method. |
| 190 rasta/foo: RuntimeError # Expected, this file has no main method. | 191 rasta/foo: RuntimeError # Expected, this file has no main method. |
| OLD | NEW |