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

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

Issue 700923002: Warn when implicit default value overrides explicit one that differs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | Annotate | Revision Log
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 LibTest/core/RegExp/firstMatch_A01_t01: Fail 7 LibTest/core/RegExp/firstMatch_A01_t01: Fail
8 8
9 # TBF: infinite look: class A {const A();final m = const A();} 9 # TBF: infinite look: class A {const A();final m = const A();}
10 Language/12_Expressions/01_Constants_A17_t03: fail 10 Language/12_Expressions/01_Constants_A17_t03: fail
11 11
12 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value
13 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning
14 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning
15
16 # TBF: Static members should not be accessible via subclasses. 12 # TBF: Static members should not be accessible via subclasses.
17 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning 13 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning
18 14
19 # co19 issue #442, undefined name "Expect" 15 # co19 issue #442, undefined name "Expect"
20 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 16 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
21 17
22 # co19 issue #438, Static variables are initialized lazily, need not be constant s 18 # co19 issue #438, Static variables are initialized lazily, need not be constant s
23 Language/12_Expressions/01_Constants_A16_t01: fail, OK 19 Language/12_Expressions/01_Constants_A16_t01: fail, OK
24 Language/12_Expressions/01_Constants_A16_t02: fail, OK 20 Language/12_Expressions/01_Constants_A16_t02: fail, OK
25 21
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # co19-roll r722: Please triage this failure. 180 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # co19-roll r722: Please triage this failure.
185 WebPlatformTest/dom/nodes/Document-createElement-namespace_t01: StaticWarning # co19-roll r722: Please triage this failure. 181 WebPlatformTest/dom/nodes/Document-createElement-namespace_t01: StaticWarning # co19-roll r722: Please triage this failure.
186 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure. 182 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure.
187 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure. 183 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure.
188 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722: Please triage this failure. 184 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722: Please triage this failure.
189 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple ase triage this failure. 185 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple ase triage this failure.
190 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: Please triage this failure. 186 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: Please triage this failure.
191 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P lease triage this failure. 187 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P lease triage this failure.
192 188
193 # co19-roll r738 189 # co19-roll r738
194 Language/07_Classes/4_Abstract_Instance_Members_A07_t02: MissingStaticWarning # co19-roll r738: Please triage this failure.
195 Language/07_Classes/07_Classes_A03_t06: MissingStaticWarning # co19-roll r738: P lease triage this failure. 190 Language/07_Classes/07_Classes_A03_t06: MissingStaticWarning # co19-roll r738: P lease triage this failure.
196 LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper_t01: Static Warning # co19-roll r738: Please triage this failure. 191 LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper_t01: Static Warning # co19-roll r738: Please triage this failure.
197 LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper_t01: StaticW arning # co19-roll r738: Please triage this failure. 192 LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper_t01: StaticW arning # co19-roll r738: Please triage this failure.
198 LayoutTests/fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash_t01: Sta ticWarning # co19-roll r738: Please triage this failure. 193 LayoutTests/fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash_t01: Sta ticWarning # co19-roll r738: Please triage this failure.
199 LayoutTests/fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash_t01 : StaticWarning # co19-roll r738: Please triage this failure. 194 LayoutTests/fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash_t01 : StaticWarning # co19-roll r738: Please triage this failure.
200 LayoutTests/fast/dom/TreeWalker/TreeWalker-basic_t01: StaticWarning # co19-roll r738: Please triage this failure. 195 LayoutTests/fast/dom/TreeWalker/TreeWalker-basic_t01: StaticWarning # co19-roll r738: Please triage this failure.
201 LayoutTests/fast/dom/Window/atob-btoa_t01: StaticWarning # co19-roll r738: Pleas e triage this failure. 196 LayoutTests/fast/dom/Window/atob-btoa_t01: StaticWarning # co19-roll r738: Pleas e triage this failure.
202 LayoutTests/fast/dom/Window/replaceable_t01: StaticWarning # co19-roll r738: Ple ase triage this failure. 197 LayoutTests/fast/dom/Window/replaceable_t01: StaticWarning # co19-roll r738: Ple ase triage this failure.
203 LayoutTests/fast/dom/Window/window-scroll-arguments_t01: StaticWarning # co19-ro ll r738: Please triage this failure. 198 LayoutTests/fast/dom/Window/window-scroll-arguments_t01: StaticWarning # co19-ro ll r738: Please triage this failure.
204 LayoutTests/fast/dom/characterdata-api-arguments_t01: StaticWarning # co19-roll r738: Please triage this failure. 199 LayoutTests/fast/dom/characterdata-api-arguments_t01: StaticWarning # co19-roll r738: Please triage this failure.
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 258
264 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703 259 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703
265 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl ease triage this failure. 260 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl ease triage this failure.
266 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701 261 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701
267 262
268 LayoutTests/fast/table/before-child-non-table-section-add-table-crash_t01: Stati cWarning # co19 issue 720. 263 LayoutTests/fast/table/before-child-non-table-section-add-table-crash_t01: Stati cWarning # co19 issue 720.
269 LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc_t01: StaticW arning # co19 issue 720. 264 LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc_t01: StaticW arning # co19 issue 720.
270 LayoutTests/fast/table/incorrect-colgroup-span-values_t01: StaticWarning # co19 issue 720. 265 LayoutTests/fast/table/incorrect-colgroup-span-values_t01: StaticWarning # co19 issue 720.
271 LayoutTests/fast/table/rowindex-comment-nodes_t01: StaticWarning # co19 issue 72 0. 266 LayoutTests/fast/table/rowindex-comment-nodes_t01: StaticWarning # co19 issue 72 0.
272 LayoutTests/fast/table/table-cell-offset-width_t01: StaticWarning # co19 issue 7 20. 267 LayoutTests/fast/table/table-cell-offset-width_t01: StaticWarning # co19 issue 7 20.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698