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

Side by Side Diff: tests/language_2/language_2_analyzer.status

Issue 3011533002: Mark analyzer status file for new test. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Sections in this file should contain "$compiler == dart2analyzer". 5 # Sections in this file should contain "$compiler == dart2analyzer".
6 6
7 # Analyzer only implements Dart 2.0 static type checking with "--strong". 7 # Analyzer only implements Dart 2.0 static type checking with "--strong".
8 [ $compiler == dart2analyzer && ! $strong && ! $checked ] 8 [ $compiler == dart2analyzer && ! $strong && ! $checked ]
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 generic_methods_closure_test: StaticWarning 73 generic_methods_closure_test: StaticWarning
74 generic_methods_dynamic_test/01: MissingCompileTimeError 74 generic_methods_dynamic_test/01: MissingCompileTimeError
75 generic_methods_dynamic_test/03: MissingCompileTimeError 75 generic_methods_dynamic_test/03: MissingCompileTimeError
76 generic_methods_local_variable_declaration_test: StaticWarning 76 generic_methods_local_variable_declaration_test: StaticWarning
77 generic_methods_overriding_test/01: MissingCompileTimeError 77 generic_methods_overriding_test/01: MissingCompileTimeError
78 generic_methods_overriding_test/03: MissingCompileTimeError 78 generic_methods_overriding_test/03: MissingCompileTimeError
79 generic_methods_overriding_test/06: StaticWarning 79 generic_methods_overriding_test/06: StaticWarning
80 generic_methods_recursive_bound_test/02: MissingCompileTimeError 80 generic_methods_recursive_bound_test/02: MissingCompileTimeError
81 generic_methods_shadowing_test: StaticWarning 81 generic_methods_shadowing_test: StaticWarning
82 generic_methods_simple_is_expression_test: StaticWarning 82 generic_methods_simple_is_expression_test: StaticWarning
83 generic_no_such_method_dispatcher_test: StaticWarning
83 generic_tearoff_test: CompileTimeError 84 generic_tearoff_test: CompileTimeError
84 getter_no_setter2_test/00: MissingCompileTimeError 85 getter_no_setter2_test/00: MissingCompileTimeError
85 getter_no_setter2_test/01: MissingCompileTimeError 86 getter_no_setter2_test/01: MissingCompileTimeError
86 getter_no_setter2_test/03: MissingCompileTimeError 87 getter_no_setter2_test/03: MissingCompileTimeError
87 getter_no_setter_test/00: MissingCompileTimeError 88 getter_no_setter_test/00: MissingCompileTimeError
88 getter_no_setter_test/01: MissingCompileTimeError 89 getter_no_setter_test/01: MissingCompileTimeError
89 getter_no_setter_test/03: MissingCompileTimeError 90 getter_no_setter_test/03: MissingCompileTimeError
90 getter_override_test/03: MissingCompileTimeError 91 getter_override_test/03: MissingCompileTimeError
91 getters_setters2_test/02: MissingCompileTimeError 92 getters_setters2_test/02: MissingCompileTimeError
92 93
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 generic_methods_closure_test: StaticWarning 159 generic_methods_closure_test: StaticWarning
159 generic_methods_dynamic_test/01: MissingCompileTimeError 160 generic_methods_dynamic_test/01: MissingCompileTimeError
160 generic_methods_dynamic_test/03: MissingCompileTimeError 161 generic_methods_dynamic_test/03: MissingCompileTimeError
161 generic_methods_local_variable_declaration_test: StaticWarning 162 generic_methods_local_variable_declaration_test: StaticWarning
162 generic_methods_overriding_test/01: MissingCompileTimeError 163 generic_methods_overriding_test/01: MissingCompileTimeError
163 generic_methods_overriding_test/03: MissingCompileTimeError 164 generic_methods_overriding_test/03: MissingCompileTimeError
164 generic_methods_overriding_test/06: StaticWarning 165 generic_methods_overriding_test/06: StaticWarning
165 generic_methods_recursive_bound_test/02: MissingCompileTimeError 166 generic_methods_recursive_bound_test/02: MissingCompileTimeError
166 generic_methods_shadowing_test: StaticWarning 167 generic_methods_shadowing_test: StaticWarning
167 generic_methods_simple_is_expression_test: StaticWarning 168 generic_methods_simple_is_expression_test: StaticWarning
169 generic_no_such_method_dispatcher_test: StaticWarning
168 generic_tearoff_test: CompileTimeError 170 generic_tearoff_test: CompileTimeError
169 generic_tearoff_test: CompileTimeError 171 generic_tearoff_test: CompileTimeError
170 generic_test: CompileTimeError 172 generic_test: CompileTimeError
171 generics_test: CompileTimeError 173 generics_test: CompileTimeError
172 getter_no_setter2_test/00: MissingCompileTimeError 174 getter_no_setter2_test/00: MissingCompileTimeError
173 getter_no_setter2_test/01: MissingCompileTimeError 175 getter_no_setter2_test/01: MissingCompileTimeError
174 getter_no_setter2_test/03: MissingCompileTimeError 176 getter_no_setter2_test/03: MissingCompileTimeError
175 getter_no_setter_test/00: MissingCompileTimeError 177 getter_no_setter_test/00: MissingCompileTimeError
176 getter_no_setter_test/01: MissingCompileTimeError 178 getter_no_setter_test/01: MissingCompileTimeError
177 getter_no_setter_test/03: MissingCompileTimeError 179 getter_no_setter_test/03: MissingCompileTimeError
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 212 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626
211 accessor_conflict_import_test: CompileTimeError # Issue 25626 213 accessor_conflict_import_test: CompileTimeError # Issue 25626
212 async_return_types_test/nestedFuture: MissingCompileTimeError 214 async_return_types_test/nestedFuture: MissingCompileTimeError
213 bit_operations_test/01: MissingStaticWarning # Issue 28823 215 bit_operations_test/01: MissingStaticWarning # Issue 28823
214 bit_operations_test/02: MissingStaticWarning # Issue 28823 216 bit_operations_test/02: MissingStaticWarning # Issue 28823
215 bit_operations_test/03: MissingStaticWarning # Issue 28823 217 bit_operations_test/03: MissingStaticWarning # Issue 28823
216 bit_operations_test/04: MissingStaticWarning # Issue 28823 218 bit_operations_test/04: MissingStaticWarning # Issue 28823
217 generic_list_checked_test: CompileTimeError 219 generic_list_checked_test: CompileTimeError
218 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07 220 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07
219 generic_methods_test: CompileTimeError 221 generic_methods_test: CompileTimeError
222 generic_no_such_method_dispatcher_test: CompileTimeError
220 generic_tearoff_test: CompileTimeError 223 generic_tearoff_test: CompileTimeError
221 generic_test: CompileTimeError 224 generic_test: CompileTimeError
222 generics_test: CompileTimeError 225 generics_test: CompileTimeError
223 multiple_interface_inheritance_test: CompileTimeError # Issue 30552 226 multiple_interface_inheritance_test: CompileTimeError # Issue 30552
224 regress_30339_test: CompileTimeError 227 regress_30339_test: CompileTimeError
225 void_type_function_types_test/none: Crash # Issue 30177 228 void_type_function_types_test/none: Crash # Issue 30177
226 void_type_function_types_test/01: Crash # Issue 30177 229 void_type_function_types_test/01: Crash # Issue 30177
227 void_type_function_types_test/07: Crash # Issue 30177 230 void_type_function_types_test/07: Crash # Issue 30177
228 void_type_function_types_test/03: Crash # Issue 30177 231 void_type_function_types_test/03: Crash # Issue 30177
229 void_type_function_types_test/00: Crash # Issue 30177 232 void_type_function_types_test/00: Crash # Issue 30177
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 assertion_initializer_test: CompileTimeError 330 assertion_initializer_test: CompileTimeError
328 331
329 [ $compiler == dart2analyzer && $strong ] 332 [ $compiler == dart2analyzer && $strong ]
330 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 333 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
331 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 334 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070
332 generic_methods_shadowing_test: CompileTimeError # Issue 29070 335 generic_methods_shadowing_test: CompileTimeError # Issue 29070
333 generic_methods_closure_test: CompileTimeError # Issue 29070 336 generic_methods_closure_test: CompileTimeError # Issue 29070
334 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 337 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
335 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 338 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
336 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test. 339 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698