| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 rasta/bad_unicode: Fail | 83 rasta/bad_unicode: Fail |
| 84 rasta/breaking_bad: Fail | 84 rasta/breaking_bad: Fail |
| 85 rasta/cascades: Fail | 85 rasta/cascades: Fail |
| 86 rasta/class_hierarchy: Fail | 86 rasta/class_hierarchy: Fail |
| 87 rasta/class_member: Fail | 87 rasta/class_member: Fail |
| 88 rasta/constant_get_and_invoke: Fail | 88 rasta/constant_get_and_invoke: Fail |
| 89 rasta/deferred_lib: Fail | 89 rasta/deferred_lib: Fail |
| 90 rasta/deferred_load: Fail | 90 rasta/deferred_load: Fail |
| 91 rasta/duplicated_mixin: Fail | 91 rasta/duplicated_mixin: Fail |
| 92 rasta/enum: Fail | 92 rasta/enum: Fail |
| 93 rasta/export: Fail | |
| 94 rasta/external_factory_redirection: Fail | 93 rasta/external_factory_redirection: Fail |
| 95 rasta/foo: Fail | |
| 96 rasta/for_loop: Fail | 94 rasta/for_loop: Fail |
| 97 rasta/generic_factory: Fail | 95 rasta/generic_factory: Fail |
| 98 rasta/hello: Fail | 96 rasta/hello: Fail |
| 99 rasta/import_export: Fail | |
| 100 rasta/issue_000001: Fail | 97 rasta/issue_000001: Fail |
| 101 rasta/issue_000002: Fail | 98 rasta/issue_000002: Fail |
| 102 rasta/issue_000004: Fail | 99 rasta/issue_000004: Fail |
| 103 rasta/issue_000006: Fail | 100 rasta/issue_000006: Fail |
| 104 rasta/issue_000007: Fail | 101 rasta/issue_000007: Fail |
| 105 rasta/issue_000008: Fail | 102 rasta/issue_000008: Fail |
| 106 rasta/issue_000011: Fail | 103 rasta/issue_000011: Fail |
| 107 rasta/issue_000012: Fail | 104 rasta/issue_000012: Fail |
| 108 rasta/issue_000025: Fail | 105 rasta/issue_000025: Fail |
| 109 rasta/issue_000026: Fail | 106 rasta/issue_000026: Fail |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 runtime_checks/covariant_generic_parameter_in_interface_super: Fail | 180 runtime_checks/covariant_generic_parameter_in_interface_super: Fail |
| 184 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail | 181 runtime_checks/covariant_generic_parameter_in_interface_super_mixin: Fail |
| 185 runtime_checks/covariant_keyword: Fail | 182 runtime_checks/covariant_keyword: Fail |
| 186 runtime_checks/covariant_setter: Fail | 183 runtime_checks/covariant_setter: Fail |
| 187 runtime_checks/dynamic_invocation: Fail | 184 runtime_checks/dynamic_invocation: Fail |
| 188 runtime_checks/dynamic_invocation_generic: Fail | 185 runtime_checks/dynamic_invocation_generic: Fail |
| 189 runtime_checks/dynamic_invocation_of_getter: Fail | 186 runtime_checks/dynamic_invocation_of_getter: Fail |
| 190 | 187 |
| 191 illegal_named_function_expression: RuntimeError | 188 illegal_named_function_expression: RuntimeError |
| 192 local_generic_function: RuntimeError | 189 local_generic_function: RuntimeError |
| 190 |
| 191 ambiguous_exports: RuntimeError # Expected, this file exports two main methods. |
| 192 rasta/export: RuntimeError # Expected, this file has no main method. |
| 193 rasta/foo: RuntimeError # Expected, this file has no main method. |
| OLD | NEW |