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

Side by Side Diff: tests/co19/co19-analyzer2.status

Issue 2992623002: Re-land of CL 2990703002, adding fixes to analyzer_test and error_test. (Closed)
Patch Set: Created 3 years, 4 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 | « pkg/analyzer_cli/test/error_test.dart ('k') | tests/language/generalized_void_syntax_test.dart » ('j') | 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 Language/Classes/Classes/method_definition_t06: MissingStaticWarning # Please tr iage this failure. 7 Language/Classes/Classes/method_definition_t06: MissingStaticWarning # Please tr iage this failure.
8 Language/Classes/Getters/static_getter_t02: CompileTimeError # Issue 24534 8 Language/Classes/Getters/static_getter_t02: CompileTimeError # Issue 24534
9 Language/Classes/Getters/static_t01: StaticWarning # Please triage this failure. 9 Language/Classes/Getters/static_t01: StaticWarning # Please triage this failure.
10 Language/Classes/Getters/void_return_type_t01: MissingStaticWarning # Issue co19 /30264
10 Language/Classes/Instance_Variables/definition_t03: StaticWarning # Please triag e this failure. 11 Language/Classes/Instance_Variables/definition_t03: StaticWarning # Please triag e this failure.
11 Language/Classes/Static_Methods/same_name_method_and_setter_t01: MissingStaticWa rning # Issue 23749 12 Language/Classes/Static_Methods/same_name_method_and_setter_t01: MissingStaticWa rning # Issue 23749
12 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05: Missin gStaticWarning # TBF: Static members should not be accessible via subclasses. 13 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05: Missin gStaticWarning # TBF: Static members should not be accessible via subclasses.
13 Language/Classes/definition_t23: CompileTimeError # This seems correct, need to adjust test. 14 Language/Classes/definition_t23: CompileTimeError # This seems correct, need to adjust test.
14 Language/Classes/method_definition_t06: MissingStaticWarning # Please triage thi s failure. 15 Language/Classes/method_definition_t06: MissingStaticWarning # Please triage thi s failure.
15 Language/Enums/syntax_t08: MissingCompileTimeError # Please triage this failure. 16 Language/Enums/syntax_t08: MissingCompileTimeError # Please triage this failure.
16 Language/Enums/syntax_t09: MissingCompileTimeError # Please triage this failure. 17 Language/Enums/syntax_t09: MissingCompileTimeError # Please triage this failure.
17 Language/Expressions/Assignment/super_assignment_static_warning_t03: StaticWarni ng # Issue 15467 18 Language/Expressions/Assignment/super_assignment_static_warning_t03: StaticWarni ng # Issue 15467
18 Language/Expressions/Constants/exception_t01: fail, OK # co19 issue #438, Static variables are initialized lazily, need not be constants 19 Language/Expressions/Constants/exception_t01: fail, OK # co19 issue #438, Static variables are initialized lazily, need not be constants
19 Language/Expressions/Constants/exception_t02: fail, OK # co19 issue #438, Static variables are initialized lazily, need not be constants 20 Language/Expressions/Constants/exception_t02: fail, OK # co19 issue #438, Static variables are initialized lazily, need not be constants
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 Language/Mixins/Mixin_Application/warning_t03: StaticWarning # This seems correc t, need to adjust test. 87 Language/Mixins/Mixin_Application/warning_t03: StaticWarning # This seems correc t, need to adjust test.
87 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767 88 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
88 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 89 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
89 Language/Statements/Assert/syntax_t04: MissingCompileTimeError # Assert messages are enabled by default 90 Language/Statements/Assert/syntax_t04: MissingCompileTimeError # Assert messages are enabled by default
90 Language/Statements/Assert/type_t04: MissingStaticWarning # Please triage this f ailure 91 Language/Statements/Assert/type_t04: MissingStaticWarning # Please triage this f ailure
91 Language/Statements/Switch/last_statement_t03: MissingStaticWarning # Please tri age this failure 92 Language/Statements/Switch/last_statement_t03: MissingStaticWarning # Please tri age this failure
92 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495 93 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
93 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 94 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
94 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 95 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
95 Language/Types/Interface_Types/subtype_t12: fail, OK # co19 issue #442, undefine d name "Expect" 96 Language/Types/Interface_Types/subtype_t12: fail, OK # co19 issue #442, undefine d name "Expect"
97 Language/Types/Type_Void/syntax_t01: MissingCompileTimeError # Issue co19/30264
98 Language/Types/Type_Void/syntax_t02: MissingCompileTimeError # Issue co19/30264
99 Language/Types/Type_Void/syntax_t04: MissingCompileTimeError # Issue co19/30264
100 Language/Types/Type_Void/syntax_t09: MissingCompileTimeError # Issue 30177: `pri nt(v)` is an error.
96 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # Please triage this failure 101 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # Please triage this failure
97 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # Please triage this failure 102 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # Please triage this failure
98 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # Please triage this failure 103 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # Please triage this failure
99 Language/Variables/final_t04: MissingCompileTimeError # Please triage this failu re 104 Language/Variables/final_t04: MissingCompileTimeError # Please triage this failu re
100 Language/Variables/final_t05: MissingCompileTimeError # Please triage this failu re 105 Language/Variables/final_t05: MissingCompileTimeError # Please triage this failu re
101 Language/Variables/final_t06: MissingCompileTimeError # Please triage this failu re 106 Language/Variables/final_t06: MissingCompileTimeError # Please triage this failu re
102 Language/Variables/final_t07: MissingCompileTimeError # Please triage this failu re 107 Language/Variables/final_t07: MissingCompileTimeError # Please triage this failu re
103 LayoutTests/fast/animation/request-animation-frame-missing-arguments_t01: Static Warning # Please triage this failure. 108 LayoutTests/fast/animation/request-animation-frame-missing-arguments_t01: Static Warning # Please triage this failure.
104 LayoutTests/fast/backgrounds/001_t01: StaticWarning # Please triage this failure . 109 LayoutTests/fast/backgrounds/001_t01: StaticWarning # Please triage this failure .
105 LayoutTests/fast/canvas/canvas-arc-negative-radius_t01: StaticWarning # Issue 20 939 110 LayoutTests/fast/canvas/canvas-arc-negative-radius_t01: StaticWarning # Issue 20 939
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-a pi-001_t01: StaticWarning # Please triage this failure. 427 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-a pi-001_t01: StaticWarning # Please triage this failure.
423 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-a pi-002_t01: StaticWarning # Please triage this failure. 428 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-a pi-002_t01: StaticWarning # Please triage this failure.
424 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/shadow-root -001_t01: StaticWarning # Please triage this failure. 429 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/shadow-root -001_t01: StaticWarning # Please triage this failure.
425 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-005_t0 1: StaticWarning # Please triage this failure. 430 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-005_t0 1: StaticWarning # Please triage this failure.
426 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-007_t0 1: StaticWarning # Please triage this failure. 431 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-007_t0 1: StaticWarning # Please triage this failure.
427 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0 1: StaticWarning # Please triage this failure. 432 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0 1: StaticWarning # Please triage this failure.
428 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-011_t0 1: StaticWarning # Please triage this failure. 433 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-011_t0 1: StaticWarning # Please triage this failure.
429 434
430 [ $compiler == dart2analyzer && $builder_tag == strong ] 435 [ $compiler == dart2analyzer && $builder_tag == strong ]
431 *: Skip # Issue 28649 436 *: Skip # Issue 28649
OLDNEW
« no previous file with comments | « pkg/analyzer_cli/test/error_test.dart ('k') | tests/language/generalized_void_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698