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

Side by Side Diff: tests/language/language_analyzer2.status

Issue 3007803002: Migrate block 162 to Dart 2.0.
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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 7
8 regress_26668_test: Fail # Issue 26678 8 regress_26668_test: Fail # Issue 26678
9 regress_27617_test/1: MissingCompileTimeError 9 regress_27617_test/1: MissingCompileTimeError
10 regress_29025_test: StaticWarning # Issue 29081 10 regress_29025_test: StaticWarning # Issue 29081
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 field3a_negative_test: Fail # Issue 11124 58 field3a_negative_test: Fail # Issue 11124
59 final_syntax_test/01: Fail # Issue 11124 59 final_syntax_test/01: Fail # Issue 11124
60 final_syntax_test/04: Fail # Issue 11124 60 final_syntax_test/04: Fail # Issue 11124
61 final_syntax_test/02: Fail # Issue 11124 61 final_syntax_test/02: Fail # Issue 11124
62 final_syntax_test/03: Fail # Issue 11124 62 final_syntax_test/03: Fail # Issue 11124
63 implicit_this_test/none: fail # Issue 11575 63 implicit_this_test/none: fail # Issue 11575
64 interface_test/none: fail # Issue 11575 64 interface_test/none: fail # Issue 11575
65 syntax_test/none: fail # Issue 11575 65 syntax_test/none: fail # Issue 11575
66 factory5_test/none: fail # Issue 11578 66 factory5_test/none: fail # Issue 11578
67 type_variable_bounds_test/none: fail # Issue 11578
eernst 2017/09/04 17:04:58 Lost coverage: don't delete
68 type_variable_scope_test/none: fail # Issue 11578 67 type_variable_scope_test/none: fail # Issue 11578
69 factory_implementation_test/none: fail # Issue 11578 68 factory_implementation_test/none: fail # Issue 11578
70 malbounded_redirecting_factory_test/none: fail # Issue 11578 69 malbounded_redirecting_factory_test/none: fail # Issue 11578
71 malbounded_redirecting_factory2_test/none: fail # Issue 11578 70 malbounded_redirecting_factory2_test/none: fail # Issue 11578
72 constructor3_negative_test: fail # Issue 11585 71 constructor3_negative_test: fail # Issue 11585
73 constructor_call_wrong_argument_count_negative_test: fail # Issue 11585 72 constructor_call_wrong_argument_count_negative_test: fail # Issue 11585
74 instance_call_wrong_argument_count_negative_test: fail # Issue 11585 73 instance_call_wrong_argument_count_negative_test: fail # Issue 11585
75 field_method4_negative_test: fail # Issue 11590 74 field_method4_negative_test: fail # Issue 11590
76 import_combinators_negative_test: fail # Issue 11594 75 import_combinators_negative_test: fail # Issue 11594
77 interface_static_non_final_fields_negative_test: fail # Issue 11594 76 interface_static_non_final_fields_negative_test: fail # Issue 11594
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 switch5_negative_test: CompileTimeError 337 switch5_negative_test: CompileTimeError
339 switch7_negative_test: CompileTimeError 338 switch7_negative_test: CompileTimeError
340 switch_fallthru_test: StaticWarning 339 switch_fallthru_test: StaticWarning
341 test_negative_test: CompileTimeError 340 test_negative_test: CompileTimeError
342 # Note: test is in error but analyzer doesn't notice due to bug #24502 341 # Note: test is in error but analyzer doesn't notice due to bug #24502
343 # top_level_non_prefixed_library_test: StaticWarning 342 # top_level_non_prefixed_library_test: StaticWarning
344 try_catch4_test: StaticWarning 343 try_catch4_test: StaticWarning
345 try_catch5_test: StaticWarning 344 try_catch5_test: StaticWarning
346 type_argument_in_super_type_test: StaticWarning 345 type_argument_in_super_type_test: StaticWarning
347 typed_selector2_test: StaticWarning 346 typed_selector2_test: StaticWarning
348 type_variable_identifier_expression_test: StaticWarning
eernst 2017/09/04 17:04:58 Lost coverage: don't delete
349 type_variable_scope2_test: StaticWarning 347 type_variable_scope2_test: StaticWarning
350 type_variable_conflict2_test/02: MissingCompileTimeError
351 type_variable_conflict2_test/06: MissingCompileTimeError
352 type_variable_conflict2_test/08: MissingCompileTimeError
353 type_variable_conflict2_test/10: MissingCompileTimeError
eernst 2017/09/04 17:04:58 Lost coverage: don't delete lines 350-353.
354 unary_plus_negative_test: CompileTimeError 348 unary_plus_negative_test: CompileTimeError
355 unbound_getter_test: StaticWarning 349 unbound_getter_test: StaticWarning
356 unhandled_exception_negative_test: CompileTimeError 350 unhandled_exception_negative_test: CompileTimeError
357 unresolved_top_level_method_negative_test: StaticWarning 351 unresolved_top_level_method_negative_test: StaticWarning
358 vm/debug_break_vm_test/*: Skip 352 vm/debug_break_vm_test/*: Skip
359 vm/debug_break_enabled_vm_test: Skip 353 vm/debug_break_enabled_vm_test: Skip
360 vm/type_cast_vm_test: StaticWarning 354 vm/type_cast_vm_test: StaticWarning
361 vm/type_vm_test: StaticWarning 355 vm/type_vm_test: StaticWarning
362 void_type_test: StaticWarning 356 void_type_test: StaticWarning
363 357
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 initializing_formal_type_test: StaticWarning # Issue 26658 421 initializing_formal_type_test: StaticWarning # Issue 26658
428 422
429 regress_27572_test: StaticWarning # Warning about undefined method expected. 423 regress_27572_test: StaticWarning # Warning about undefined method expected.
430 424
431 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 425 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709
432 426
433 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177. 427 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177.
434 428
435 [ $compiler == dart2analyzer && $builder_tag == strong ] 429 [ $compiler == dart2analyzer && $builder_tag == strong ]
436 *: Skip # Issue 28649 430 *: Skip # Issue 28649
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698