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

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

Issue 2557513008: Enable messages in asserts by default (Closed)
Patch Set: Created 4 years 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/test/src/context/builder_test.dart ('k') | 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) 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/Functions/Formal_Parameters/syntax_t05: StaticWarning # Issue 26644 7 Language/Functions/Formal_Parameters/syntax_t05: StaticWarning # Issue 26644
8 Language/Classes/Classes/method_definition_t06: MissingStaticWarning # Please tr iage this failure. 8 Language/Classes/Classes/method_definition_t06: MissingStaticWarning # Please tr iage this failure.
9 Language/Classes/Getters/static_getter_t02: CompileTimeError # Issue 24534 9 Language/Classes/Getters/static_getter_t02: CompileTimeError # Issue 24534
10 Language/Classes/Getters/static_t01: StaticWarning # Please triage this failure. 10 Language/Classes/Getters/static_t01: StaticWarning # Please triage this failure.
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 Language/Mixins/Mixin_Application/syntax_t20: CompileTimeError # Issue 26409 175 Language/Mixins/Mixin_Application/syntax_t20: CompileTimeError # Issue 26409
176 Language/Mixins/Mixin_Application/syntax_t21: CompileTimeError # Issue 26409 176 Language/Mixins/Mixin_Application/syntax_t21: CompileTimeError # Issue 26409
177 Language/Mixins/Mixin_Application/syntax_t22: CompileTimeError # Issue 26409 177 Language/Mixins/Mixin_Application/syntax_t22: CompileTimeError # Issue 26409
178 Language/Mixins/Mixin_Application/syntax_t23: CompileTimeError # Issue 26409 178 Language/Mixins/Mixin_Application/syntax_t23: CompileTimeError # Issue 26409
179 Language/Mixins/Mixin_Application/syntax_t24: CompileTimeError # Issue 26409 179 Language/Mixins/Mixin_Application/syntax_t24: CompileTimeError # Issue 26409
180 Language/Mixins/Mixin_Application/syntax_t25: CompileTimeError # Issue 26409 180 Language/Mixins/Mixin_Application/syntax_t25: CompileTimeError # Issue 26409
181 Language/Mixins/Mixin_Application/warning_t01: MissingStaticWarning # Please tri age this failure. 181 Language/Mixins/Mixin_Application/warning_t01: MissingStaticWarning # Please tri age this failure.
182 Language/Mixins/Mixin_Application/warning_t02: MissingStaticWarning # Please tri age this failure. 182 Language/Mixins/Mixin_Application/warning_t02: MissingStaticWarning # Please tri age this failure.
183 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767 183 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
184 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 184 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
185 Language/Statements/Assert/syntax_t04: MissingCompileTimeError # Assert messages are enabled by default
185 Language/Statements/Assert/type_t04: MissingStaticWarning 186 Language/Statements/Assert/type_t04: MissingStaticWarning
186 Language/Statements/Switch/last_statement_t03: MissingStaticWarning 187 Language/Statements/Switch/last_statement_t03: MissingStaticWarning
187 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495 188 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
188 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 189 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
189 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 190 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
190 Language/Types/Interface_Types/subtype_t12: fail, OK # co19 issue #442, undefine d name "Expect" 191 Language/Types/Interface_Types/subtype_t12: fail, OK # co19 issue #442, undefine d name "Expect"
191 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # Please triage this failure 192 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # Please triage this failure
192 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # Please triage this failure 193 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # Please triage this failure
193 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # Please triage this failure 194 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # Please triage this failure
194 Language/Variables/final_t04: MissingCompileTimeError # Please triage this failu re 195 Language/Variables/final_t04: MissingCompileTimeError # Please triage this failu re
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/dom-tree-ac cessors-002_t01: StaticWarning # Please triage this failure. 515 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/dom-tree-ac cessors-002_t01: StaticWarning # Please triage this failure.
515 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume nt-001_t01: StaticWarning # Please triage this failure. 516 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume nt-001_t01: StaticWarning # Please triage this failure.
516 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume nt-002_t01: StaticWarning # Please triage this failure. 517 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocume nt-002_t01: StaticWarning # Please triage this failure.
517 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-a pi-001_t01: StaticWarning # Please triage this failure. 518 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-a pi-001_t01: StaticWarning # Please triage this failure.
518 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-a pi-002_t01: StaticWarning # Please triage this failure. 519 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-a pi-002_t01: StaticWarning # Please triage this failure.
519 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/shadow-root -001_t01: StaticWarning # Please triage this failure. 520 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/shadow-root -001_t01: StaticWarning # Please triage this failure.
520 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-005_t0 1: StaticWarning # Please triage this failure. 521 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-005_t0 1: StaticWarning # Please triage this failure.
521 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-007_t0 1: StaticWarning # Please triage this failure. 522 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-007_t0 1: StaticWarning # Please triage this failure.
522 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0 1: StaticWarning # Please triage this failure. 523 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0 1: StaticWarning # Please triage this failure.
523 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-011_t0 1: StaticWarning # Please triage this failure. 524 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-011_t0 1: StaticWarning # Please triage this failure.
OLDNEW
« no previous file with comments | « pkg/analyzer/test/src/context/builder_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698