Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Side by Side Diff: pkg/front_end/testcases/strong.status

Issue 3003993002: Fix issues from CL 3009573002. (Closed)
Patch Set: Update imports and expectations. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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.
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/import_export.dart.strong.expect ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698