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

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

Issue 3003933002: Migrate block 116. (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
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_tearoff_test: CompileTimeError 83 generic_tearoff_test: CompileTimeError
84 identical_const_test/01: MissingCompileTimeError
85 identical_const_test/02: MissingCompileTimeError
86 identical_const_test/03: MissingCompileTimeError
87 identical_const_test/04: MissingCompileTimeError
88 if_null_assignment_behavior_test/03: MissingCompileTimeError
89 if_null_assignment_behavior_test/13: MissingCompileTimeError
90 if_null_assignment_behavior_test/15: MissingCompileTimeError
91 if_null_assignment_static_test/02: MissingCompileTimeError
92 if_null_assignment_static_test/04: MissingCompileTimeError
93 if_null_assignment_static_test/06: MissingCompileTimeError
94 if_null_assignment_static_test/07: MissingCompileTimeError
95 if_null_assignment_static_test/09: MissingCompileTimeError
96 if_null_assignment_static_test/11: MissingCompileTimeError
97 if_null_assignment_static_test/13: MissingCompileTimeError
98 if_null_assignment_static_test/14: MissingCompileTimeError
99 if_null_assignment_static_test/16: MissingCompileTimeError
100 if_null_assignment_static_test/18: MissingCompileTimeError
101 if_null_assignment_static_test/20: MissingCompileTimeError
102 if_null_assignment_static_test/21: MissingCompileTimeError
103 if_null_assignment_static_test/23: MissingCompileTimeError
104 if_null_assignment_static_test/25: MissingCompileTimeError
105 if_null_assignment_static_test/27: MissingCompileTimeError
106 if_null_assignment_static_test/28: MissingCompileTimeError
107 if_null_assignment_static_test/30: MissingCompileTimeError
108 if_null_assignment_static_test/32: MissingCompileTimeError
109 if_null_assignment_static_test/34: MissingCompileTimeError
110 if_null_assignment_static_test/35: MissingCompileTimeError
111 if_null_assignment_static_test/37: MissingCompileTimeError
112 if_null_assignment_static_test/39: MissingCompileTimeError
113 if_null_assignment_static_test/41: MissingCompileTimeError
114 if_null_assignment_static_test/42: MissingCompileTimeError
115 if_null_precedence_test/06: MissingCompileTimeError
116 if_null_precedence_test/07: MissingCompileTimeError
84 117
85 [ $compiler == dart2analyzer && ! $strong && $checked ] 118 [ $compiler == dart2analyzer && ! $strong && $checked ]
86 abstract_beats_arguments_test: MissingCompileTimeError 119 abstract_beats_arguments_test: MissingCompileTimeError
87 abstract_exact_selector_test/01: MissingCompileTimeError 120 abstract_exact_selector_test/01: MissingCompileTimeError
88 abstract_factory_constructor_test/00: MissingCompileTimeError 121 abstract_factory_constructor_test/00: MissingCompileTimeError
89 abstract_getter_test/01: MissingCompileTimeError 122 abstract_getter_test/01: MissingCompileTimeError
90 abstract_syntax_test/00: MissingCompileTimeError 123 abstract_syntax_test/00: MissingCompileTimeError
91 assign_static_type_test/01: MissingCompileTimeError 124 assign_static_type_test/01: MissingCompileTimeError
92 assign_static_type_test/03: MissingCompileTimeError 125 assign_static_type_test/03: MissingCompileTimeError
93 assign_static_type_test/04: MissingCompileTimeError 126 assign_static_type_test/04: MissingCompileTimeError
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 class_literal_test/21: MissingCompileTimeError 324 class_literal_test/21: MissingCompileTimeError
292 class_literal_test/22: MissingCompileTimeError 325 class_literal_test/22: MissingCompileTimeError
293 class_literal_test/23: MissingCompileTimeError 326 class_literal_test/23: MissingCompileTimeError
294 class_literal_test/24: MissingCompileTimeError 327 class_literal_test/24: MissingCompileTimeError
295 class_literal_test/25: MissingCompileTimeError 328 class_literal_test/25: MissingCompileTimeError
296 generic_constructor_mixin_test/01: MissingCompileTimeError 329 generic_constructor_mixin_test/01: MissingCompileTimeError
297 generic_constructor_mixin2_test/01: MissingCompileTimeError 330 generic_constructor_mixin2_test/01: MissingCompileTimeError
298 generic_constructor_mixin3_test/01: MissingCompileTimeError 331 generic_constructor_mixin3_test/01: MissingCompileTimeError
299 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 332 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
300 generic_methods_type_expression_test: StaticWarning # Issue 30530 333 generic_methods_type_expression_test: StaticWarning # Issue 30530
301 closure_type_test: Pass 334 identical_const_test/01: MissingCompileTimeError
335 identical_const_test/02: MissingCompileTimeError
336 identical_const_test/03: MissingCompileTimeError
337 identical_const_test/04: MissingCompileTimeError
338 if_null_assignment_behavior_test/03: MissingCompileTimeError
339 if_null_assignment_behavior_test/13: MissingCompileTimeError
340 if_null_assignment_behavior_test/15: MissingCompileTimeError
341 if_null_assignment_static_test/02: MissingCompileTimeError
342 if_null_assignment_static_test/04: MissingCompileTimeError
343 if_null_assignment_static_test/06: MissingCompileTimeError
344 if_null_assignment_static_test/07: MissingCompileTimeError
345 if_null_assignment_static_test/09: MissingCompileTimeError
346 if_null_assignment_static_test/11: MissingCompileTimeError
347 if_null_assignment_static_test/13: MissingCompileTimeError
348 if_null_assignment_static_test/14: MissingCompileTimeError
349 if_null_assignment_static_test/16: MissingCompileTimeError
350 if_null_assignment_static_test/18: MissingCompileTimeError
351 if_null_assignment_static_test/20: MissingCompileTimeError
352 if_null_assignment_static_test/21: MissingCompileTimeError
353 if_null_assignment_static_test/23: MissingCompileTimeError
354 if_null_assignment_static_test/25: MissingCompileTimeError
355 if_null_assignment_static_test/27: MissingCompileTimeError
356 if_null_assignment_static_test/28: MissingCompileTimeError
357 if_null_assignment_static_test/30: MissingCompileTimeError
358 if_null_assignment_static_test/32: MissingCompileTimeError
359 if_null_assignment_static_test/34: MissingCompileTimeError
360 if_null_assignment_static_test/35: MissingCompileTimeError
361 if_null_assignment_static_test/37: MissingCompileTimeError
362 if_null_assignment_static_test/39: MissingCompileTimeError
363 if_null_assignment_static_test/41: MissingCompileTimeError
364 if_null_assignment_static_test/42: MissingCompileTimeError
365 if_null_precedence_test/06: MissingCompileTimeError
366 if_null_precedence_test/07: MissingCompileTimeError
302 367
303 [ $compiler == dart2analyzer && $runtime == none ] 368 [ $compiler == dart2analyzer && $runtime == none ]
304 assertion_initializer_const_error2_test/none: CompileTimeError 369 assertion_initializer_const_error2_test/none: CompileTimeError
305 assertion_initializer_const_function_test/01: CompileTimeError 370 assertion_initializer_const_function_test/01: CompileTimeError
306 assertion_initializer_test: CompileTimeError 371 assertion_initializer_test: CompileTimeError
307 372
308 [ $compiler == dart2analyzer && $strong ] 373 [ $compiler == dart2analyzer && $strong ]
309 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070 374 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29070
310 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070 375 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29070
311 generic_methods_shadowing_test: CompileTimeError # Issue 29070 376 generic_methods_shadowing_test: CompileTimeError # Issue 29070
312 generic_methods_closure_test: CompileTimeError # Issue 29070 377 generic_methods_closure_test: CompileTimeError # Issue 29070
313 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070 378 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
314 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070 379 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
315 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test. 380 generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows t ype parameter in "is" test.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698