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

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

Issue 622743002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « pkg/analyzer/test/generated/test_support.dart ('k') | tests/language/language_analyzer2.status » ('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 LibTest/core/RegExp/firstMatch_A01_t01: Fail 7 LibTest/core/RegExp/firstMatch_A01_t01: Fail
7 8
8 # invalid argument for constant constructor
9 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
10
11 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
12 Language/12_Expressions/01_Constants_A16_t03: fail
13
14 # TBF: infinite look: class A {const A();final m = const A();} 9 # TBF: infinite look: class A {const A();final m = const A();}
15 Language/12_Expressions/01_Constants_A17_t03: fail 10 Language/12_Expressions/01_Constants_A17_t03: fail
16 11
17 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value 12 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value
18 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning 13 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning
19 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning 14 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning
20 15
21 # TBF: Static members should not be accessible via subclasses. 16 # TBF: Static members should not be accessible via subclasses.
22 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning 17 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning
23 18
24 # co19 issue #442, undefined name "Expect" 19 # co19 issue #442, undefined name "Expect"
25 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 20 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
26 21
27 # co19 issue #438, Static variables are initialized lazily, need not be constant s 22 # co19 issue #438, Static variables are initialized lazily, need not be constant s
28 Language/12_Expressions/01_Constants_A16_t01: fail, OK 23 Language/12_Expressions/01_Constants_A16_t01: fail, OK
29 Language/12_Expressions/01_Constants_A16_t02: fail, OK 24 Language/12_Expressions/01_Constants_A16_t02: fail, OK
30 25
31 # co19 issue #543: invocation of a non-function 26 # co19 issue #543: invocation of a non-function
32 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 27 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
33 28
34 # co19 issue #564: URI can be any number adjacent string literals 29 # co19 issue #564: URI can be any number adjacent string literals
35 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 30 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
36 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 31 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
37 32
38 # co19 issue #615: Expect import missing 33 # co19 issue #615: Expect import missing
39 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK 34 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
40 35
41 # co19 issue #686: Abstract methods are allowed in concrete classes if they over ride a concrete method
42 Language/07_Classes/07_Classes_A03_t06: Fail, OK
43
44 Language/07_Classes/4_Abstract_Instance_Members_A07_t02: Fail # Issue 18914
45
46 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage this failure. 36 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage this failure.
47 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706: Please triage this failure. 37 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706: Please triage this failure.
48 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr iage this failure. 38 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr iage this failure.
49 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag e this failure. 39 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag e this failure.
50 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag e this failure. 40 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag e this failure.
51 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag e this failure. 41 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag e this failure.
52 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please triage this failure. 42 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please triage this failure.
53 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # co19-roll r706: Please triage this failure. 43 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # co19-roll r706: Please triage this failure.
54 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # co19-roll r706: Please tri age this failure. 44 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # co19-roll r706: Please tri age this failure.
55 LibTest/isolate/IsolateStream/last_A01_t01: Fail # co19-roll r706: Please triage this failure. 45 LibTest/isolate/IsolateStream/last_A01_t01: Fail # co19-roll r706: Please triage this failure.
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 LibTest/html/Window/requestFileSystem_A01_t02: StaticWarning # co19-roll r706: P lease triage this failure. 134 LibTest/html/Window/requestFileSystem_A01_t02: StaticWarning # co19-roll r706: P lease triage this failure.
145 LibTest/html/Window/requestFileSystem_A02_t01: StaticWarning # co19-roll r706: P lease triage this failure. 135 LibTest/html/Window/requestFileSystem_A02_t01: StaticWarning # co19-roll r706: P lease triage this failure.
146 LibTest/html/Window/resizeBy_A01_t01: StaticWarning # co19-roll r706: Please tri age this failure. 136 LibTest/html/Window/resizeBy_A01_t01: StaticWarning # co19-roll r706: Please tri age this failure.
147 LibTest/html/Window/resizeTo_A01_t01: StaticWarning # co19-roll r706: Please tri age this failure. 137 LibTest/html/Window/resizeTo_A01_t01: StaticWarning # co19-roll r706: Please tri age this failure.
148 LibTest/isolate/ReceivePort/sendPort_A01_t01: StaticWarning # co19-roll r706: Pl ease triage this failure. 138 LibTest/isolate/ReceivePort/sendPort_A01_t01: StaticWarning # co19-roll r706: Pl ease triage this failure.
149 LibTest/math/Point/operator_addition_A02_t01: StaticWarning # co19-roll r706: Pl ease triage this failure. 139 LibTest/math/Point/operator_addition_A02_t01: StaticWarning # co19-roll r706: Pl ease triage this failure.
150 LibTest/math/Point/operator_mult_A03_t01: StaticWarning # co19-roll r706: Please triage this failure. 140 LibTest/math/Point/operator_mult_A03_t01: StaticWarning # co19-roll r706: Please triage this failure.
151 LibTest/math/Point/operator_subtraction_A02_t01: StaticWarning # co19-roll r706: Please triage this failure. 141 LibTest/math/Point/operator_subtraction_A02_t01: StaticWarning # co19-roll r706: Please triage this failure.
152 WebPlatformTest/dom/events/event_constants/constants_A01_t01: StaticWarning # co 19-roll r706: Please triage this failure. 142 WebPlatformTest/dom/events/event_constants/constants_A01_t01: StaticWarning # co 19-roll r706: Please triage this failure.
153 143
144 # co19-roll r722
154 LayoutTests/fast/dom/HTMLAnchorElement/anchor-ismap-crash_t01: StaticWarning # c o19-roll r722: Please triage this failure. 145 LayoutTests/fast/dom/HTMLAnchorElement/anchor-ismap-crash_t01: StaticWarning # c o19-roll r722: Please triage this failure.
155 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-rebase_t01: StaticWarn ing # co19-roll r722: Please triage this failure. 146 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-rebase_t01: StaticWarn ing # co19-roll r722: Please triage this failure.
156 LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-doc ument_t01: StaticWarning # co19-roll r722: Please triage this failure. 147 LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-doc ument_t01: StaticWarning # co19-roll r722: Please triage this failure.
157 LayoutTests/fast/dom/HTMLDialogElement/inert-does-not-match-disabled-selector_t0 1: StaticWarning # co19-roll r722: Please triage this failure. 148 LayoutTests/fast/dom/HTMLDialogElement/inert-does-not-match-disabled-selector_t0 1: StaticWarning # co19-roll r722: Please triage this failure.
158 LayoutTests/fast/dom/HTMLDialogElement/show-modal-focusing-steps_t01: StaticWarn ing # co19-roll r722: Please triage this failure. 149 LayoutTests/fast/dom/HTMLDialogElement/show-modal-focusing-steps_t01: StaticWarn ing # co19-roll r722: Please triage this failure.
159 LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative_t01: StaticWa rning # co19-roll r722: Please triage this failure. 150 LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative_t01: StaticWa rning # co19-roll r722: Please triage this failure.
160 LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static_t01: StaticWarn ing # co19-roll r722: Please triage this failure. 151 LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static_t01: StaticWarn ing # co19-roll r722: Please triage this failure.
161 LayoutTests/fast/dom/HTMLDocument/clone-node_t01: StaticWarning # co19-roll r722 : Please triage this failure. 152 LayoutTests/fast/dom/HTMLDocument/clone-node_t01: StaticWarning # co19-roll r722 : Please triage this failure.
162 LayoutTests/fast/dom/HTMLInputElement/size-attribute_t01: StaticWarning # co19-r oll r722: Please triage this failure. 153 LayoutTests/fast/dom/HTMLInputElement/size-attribute_t01: StaticWarning # co19-r oll r722: Please triage this failure.
163 LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: StaticWarning # co19-roll r722: Please triage this failure. 154 LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: StaticWarning # co19-roll r722: Please triage this failure.
(...skipping 28 matching lines...) Expand all
192 WebPlatformTest/dom/nodes/DOMImplementation-createDocument_t01: StaticWarning # co19-roll r722: Please triage this failure. 183 WebPlatformTest/dom/nodes/DOMImplementation-createDocument_t01: StaticWarning # co19-roll r722: Please triage this failure.
193 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # co19-roll r722: Please triage this failure. 184 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # co19-roll r722: Please triage this failure.
194 WebPlatformTest/dom/nodes/Document-createElement-namespace_t01: StaticWarning # co19-roll r722: Please triage this failure. 185 WebPlatformTest/dom/nodes/Document-createElement-namespace_t01: StaticWarning # co19-roll r722: Please triage this failure.
195 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure. 186 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure.
196 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure. 187 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure.
197 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722: Please triage this failure. 188 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722: Please triage this failure.
198 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple ase triage this failure. 189 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple ase triage this failure.
199 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: Please triage this failure. 190 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: Please triage this failure.
200 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P lease triage this failure. 191 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P lease triage this failure.
201 192
202 # co19-roll r738. 193 # 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.
203 LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper_t01: Static Warning # co19-roll r738: Please triage this failure. 196 LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper_t01: Static Warning # co19-roll r738: Please triage this failure.
204 LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper_t01: StaticW arning # 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.
205 LayoutTests/fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash_t01: Sta ticWarning # 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.
206 LayoutTests/fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash_t01 : StaticWarning # 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.
207 LayoutTests/fast/dom/TreeWalker/TreeWalker-basic_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.
208 LayoutTests/fast/dom/Window/atob-btoa_t01: StaticWarning # co19-roll r738: Pleas e triage this failure. 201 LayoutTests/fast/dom/Window/atob-btoa_t01: StaticWarning # co19-roll r738: Pleas e triage this failure.
209 LayoutTests/fast/dom/Window/replaceable_t01: StaticWarning # co19-roll r738: Ple ase triage this failure. 202 LayoutTests/fast/dom/Window/replaceable_t01: StaticWarning # co19-roll r738: Ple ase triage this failure.
210 LayoutTests/fast/dom/Window/window-scroll-arguments_t01: StaticWarning # co19-ro ll r738: Please triage this failure. 203 LayoutTests/fast/dom/Window/window-scroll-arguments_t01: StaticWarning # co19-ro ll r738: Please triage this failure.
211 LayoutTests/fast/dom/characterdata-api-arguments_t01: StaticWarning # co19-roll r738: Please triage this failure. 204 LayoutTests/fast/dom/characterdata-api-arguments_t01: StaticWarning # co19-roll r738: Please triage this failure.
212 LayoutTests/fast/dom/css-cached-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure. 205 LayoutTests/fast/dom/css-cached-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure.
213 LayoutTests/fast/dom/css-insert-import-rule-twice_t01: StaticWarning # co19-roll r738: Please triage this failure. 206 LayoutTests/fast/dom/css-insert-import-rule-twice_t01: StaticWarning # co19-roll r738: Please triage this failure.
214 LayoutTests/fast/dom/css-insert-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure. 207 LayoutTests/fast/dom/css-insert-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure.
215 LayoutTests/fast/dom/css-mediarule-deleteRule-update_t01: StaticWarning # co19-r oll r738: Please triage this failure. 208 LayoutTests/fast/dom/css-mediarule-deleteRule-update_t01: StaticWarning # co19-r oll r738: Please triage this failure.
216 LayoutTests/fast/dom/css-mediarule-functions_t01: StaticWarning # co19-roll r738 : Please triage this failure. 209 LayoutTests/fast/dom/css-mediarule-functions_t01: StaticWarning # co19-roll r738 : Please triage this failure.
217 LayoutTests/fast/dom/css-mediarule-insertRule-update_t01: StaticWarning # co19-r oll r738: Please triage this failure. 210 LayoutTests/fast/dom/css-mediarule-insertRule-update_t01: StaticWarning # co19-r oll r738: Please triage this failure.
218 LayoutTests/fast/dom/css-rule-functions_t01: StaticWarning # co19-roll r738: Ple ase triage this failure. 211 LayoutTests/fast/dom/css-rule-functions_t01: StaticWarning # co19-roll r738: Ple ase triage this failure.
219 LayoutTests/fast/dom/destroy-selected-radio-button-crash_t01: StaticWarning # co 19-roll r738: Please triage this failure. 212 LayoutTests/fast/dom/destroy-selected-radio-button-crash_t01: StaticWarning # co 19-roll r738: Please triage this failure.
220 LayoutTests/fast/dom/icon-url-change_t01: StaticWarning # co19-roll r738: Please triage this failure. 213 LayoutTests/fast/dom/icon-url-change_t01: StaticWarning # co19-roll r738: Please triage this failure.
221 LayoutTests/fast/dom/icon-url-list_t01: StaticWarning # co19-roll r738: Please t riage this failure. 214 LayoutTests/fast/dom/icon-url-list_t01: StaticWarning # co19-roll r738: Please t riage this failure.
222 LayoutTests/fast/dom/implementation-api-args_t01: StaticWarning # co19-roll r738 : Please triage this failure. 215 LayoutTests/fast/dom/implementation-api-args_t01: StaticWarning # co19-roll r738 : Please triage this failure.
223 LayoutTests/fast/dom/javascript-backslash_t01: StaticWarning # co19-roll r738: P lease triage this failure. 216 LayoutTests/fast/dom/javascript-backslash_t01: StaticWarning # co19-roll r738: P lease triage this failure.
224 LayoutTests/fast/dom/location-missing-arguments_t01: StaticWarning # co19-roll r 738: Please triage this failure. 217 LayoutTests/fast/dom/location-missing-arguments_t01: StaticWarning # co19-roll r 738: Please triage this failure.
225 LayoutTests/fast/dom/option-properties_t01: StaticWarning # co19-roll r738: Plea se triage this failure. 218 LayoutTests/fast/dom/option-properties_t01: StaticWarning # co19-roll r738: Plea se triage this failure.
226 LayoutTests/fast/dom/remove-named-attribute-crash_t01: StaticWarning # co19-roll r738: Please triage this failure. 219 LayoutTests/fast/dom/remove-named-attribute-crash_t01: StaticWarning # co19-roll r738: Please triage this failure.
227 LayoutTests/fast/dom/shadow/content-pseudo-element-css-text_t01: StaticWarning # co19-roll r738: Please triage this failure. 220 LayoutTests/fast/dom/shadow/content-pseudo-element-css-text_t01: StaticWarning # co19-roll r738: Please triage this failure.
228 LayoutTests/fast/dom/shadow/content-pseudo-element-relative-selector-css-text_t0 1: StaticWarning # co19-roll r738: Please triage this failure. 221 LayoutTests/fast/dom/shadow/content-pseudo-element-relative-selector-css-text_t0 1: StaticWarning # co19-roll r738: Please triage this failure.
229 LayoutTests/fast/dom/shadow/host-context-pseudo-class-css-text_t01: StaticWarnin g # co19-roll r738: Please triage this failure. 222 LayoutTests/fast/dom/shadow/host-context-pseudo-class-css-text_t01: StaticWarnin g # co19-roll r738: Please triage this failure.
230 LayoutTests/fast/dom/shadow/host-pseudo-class-css-text_t01: StaticWarning # co19 -roll r738: Please triage this failure. 223 LayoutTests/fast/dom/shadow/host-pseudo-class-css-text_t01: StaticWarning # co19 -roll r738: Please triage this failure.
231 LayoutTests/fast/dom/shadow/shadow-root-js-api_t01: StaticWarning # co19-roll r7 38: Please triage this failure. 224 LayoutTests/fast/dom/shadow/shadow-root-js-api_t01: StaticWarning # co19-roll r7 38: Please triage this failure.
232 LibTest/typed_data/ByteData/buffer_A01_t01: StaticWarning # co19-roll r738: Plea se triage this failure.
233 WebPlatformTest/DOMEvents/approved/Event.bubbles.false_t01: StaticWarning # co19 -roll r738: Please triage this failure. 225 WebPlatformTest/DOMEvents/approved/Event.bubbles.false_t01: StaticWarning # co19 -roll r738: Please triage this failure.
234 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: StaticWa rning # co19-roll r738: Please triage this failure. 226 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: StaticWa rning # co19-roll r738: Please triage this failure.
235 WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-image_t01: St aticWarning # co19-roll r738: Please triage this failure. 227 WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-image_t01: St aticWarning # co19-roll r738: Please triage this failure.
236 WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-video_t01: St aticWarning # co19-roll r738: Please triage this failure. 228 WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-video_t01: St aticWarning # co19-roll r738: Please triage this failure.
237 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: St aticWarning # co19-roll r738: Please triage this failure. 229 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: St aticWarning # co19-roll r738: Please triage this failure.
238 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-getter_t01: StaticWarning # co19-roll r738: Please triage this failure. 230 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-getter_t01: StaticWarning # co19-roll r738: Please triage this failure.
239 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-setter_t01: StaticWarning # co19-roll r738: Please triage this failure. 231 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-setter_t01: StaticWarning # co19-roll r738: Please triage this failure.
240 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.head_t01: StaticW arning # co19-roll r738: Please triage this failure. 232 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.head_t01: StaticW arning # co19-roll r738: Please triage this failure.
241 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t01: Static Warning # co19-roll r738: Please triage this failure. 233 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t01: Static Warning # co19-roll r738: Please triage this failure.
242 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t07: Static Warning # co19-roll r738: Please triage this failure. 234 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t07: Static Warning # co19-roll r738: Please triage this failure.
243 WebPlatformTest/html/dom/elements/global-attributes/dataset-delete_t01: StaticWa rning # co19-roll r738: Please triage this failure. 235 WebPlatformTest/html/dom/elements/global-attributes/dataset-delete_t01: StaticWa rning # co19-roll r738: Please triage this failure.
244 WebPlatformTest/html/dom/elements/global-attributes/dataset-get_t01: StaticWarni ng # co19-roll r738: Please triage this failure. 236 WebPlatformTest/html/dom/elements/global-attributes/dataset-get_t01: StaticWarni ng # co19-roll r738: Please triage this failure.
245 WebPlatformTest/html/dom/elements/global-attributes/dataset-set_t01: StaticWarni ng # co19-roll r738: Please triage this failure. 237 WebPlatformTest/html/dom/elements/global-attributes/dataset-set_t01: StaticWarni ng # co19-roll r738: Please triage this failure.
246 WebPlatformTest/html/semantics/document-metadata/styling/LinkStyle_t01: StaticWa rning # co19-roll r738: Please triage this failure. 238 WebPlatformTest/html/semantics/document-metadata/styling/LinkStyle_t01: StaticWa rning # co19-roll r738: Please triage this failure.
247 WebPlatformTest/html/semantics/embedded-content/media-elements/error-codes/error _t01: StaticWarning # co19-roll r738: Please triage this failure. 239 WebPlatformTest/html/semantics/embedded-content/media-elements/error-codes/error _t01: StaticWarning # co19-roll r738: Please triage this failure.
248 WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTr ack/mode_t01: StaticWarning # co19-roll r738: Please triage this failure. 240 WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTr ack/mode_t01: StaticWarning # co19-roll r738: Please triage this failure.
249 WebPlatformTest/html/semantics/embedded-content/the-audio-element/audio_construc tor_t01: StaticWarning # co19-roll r738: Please triage this failure. 241 WebPlatformTest/html/semantics/embedded-content/the-audio-element/audio_construc tor_t01: StaticWarning # co19-roll r738: Please triage this failure.
250 WebPlatformTest/html/semantics/forms/attributes-common-to-form-controls/formActi on_document_address_t01: StaticWarning # co19-roll r738: Please triage this fail ure. 242 WebPlatformTest/html/semantics/forms/attributes-common-to-form-controls/formActi on_document_address_t01: StaticWarning # co19-roll r738: Please triage this fail ure.
251 WebPlatformTest/html/semantics/forms/textfieldselection/selection_t01: StaticWar ning # co19-roll r738: Please triage this failure. 243 WebPlatformTest/html/semantics/forms/textfieldselection/selection_t01: StaticWar ning # co19-roll r738: Please triage this failure.
252 WebPlatformTest/html/semantics/forms/the-datalist-element/datalistelement_t01: S taticWarning # co19-roll r738: Please triage this failure. 244 WebPlatformTest/html/semantics/forms/the-datalist-element/datalistelement_t01: S taticWarning # co19-roll r738: Please triage this failure.
253 WebPlatformTest/html/semantics/forms/the-datalist-element/datalistoptions_t01: S taticWarning # co19-roll r738: Please triage this failure. 245 WebPlatformTest/html/semantics/forms/the-datalist-element/datalistoptions_t01: S taticWarning # co19-roll r738: Please triage this failure.
254 WebPlatformTest/html/semantics/forms/the-fieldset-element/disabled_t01: StaticWa rning # co19-roll r738: Please triage this failure. 246 WebPlatformTest/html/semantics/forms/the-fieldset-element/disabled_t01: StaticWa rning # co19-roll r738: Please triage this failure.
255 247
256 # co19-roll r761. 248 # co19-roll r761
257 LayoutTests/fast/animation/request-animation-frame-missing-arguments_t01: Static Warning # co19-roll r761: Please triage this failure. 249 LayoutTests/fast/animation/request-animation-frame-missing-arguments_t01: Static Warning # co19-roll r761: Please triage this failure.
258 LayoutTests/fast/backgrounds/001_t01: StaticWarning # co19-roll r761: Please tri age this failure. 250 LayoutTests/fast/backgrounds/001_t01: StaticWarning # co19-roll r761: Please tri age this failure.
251 LayoutTests/fast/canvas/canvas-arc-negative-radius_t01: StaticWarning # Issue 20 939
259 LayoutTests/fast/canvas/canvas-createImageBitmap-animated_t01: StaticWarning # c o19-roll r761: Please triage this failure. 252 LayoutTests/fast/canvas/canvas-createImageBitmap-animated_t01: StaticWarning # c o19-roll r761: Please triage this failure.
260 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: StaticWarning # co19-roll r761: Please triage this failure. 253 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: StaticWarning # co19-roll r761: Please triage this failure.
261 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view_ t01: StaticWarning # co19-roll r761: Please triage this failure. 254 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view_ t01: StaticWarning # co19-roll r761: Please triage this failure.
262 LayoutTests/fast/canvas/webgl/webgl-specific_t01: StaticWarning # co19-roll r761 : Please triage this failure. 255 LayoutTests/fast/canvas/webgl/webgl-specific_t01: StaticWarning # co19-roll r761 : Please triage this failure.
263 LayoutTests/fast/dom/text-api-arguments_t01: StaticWarning # co19-roll r761: Ple ase triage this failure. 256 LayoutTests/fast/dom/text-api-arguments_t01: StaticWarning # co19-roll r761: Ple ase triage this failure.
264 LayoutTests/fast/html/imports/import-events_t01: StaticWarning # co19-roll r761: Please triage this failure. 257 LayoutTests/fast/html/imports/import-events_t01: StaticWarning # co19-roll r761: Please triage this failure.
265 258
266 # co19-roll r786. 259 # co19-roll r786
267 LayoutTests/fast/canvas/canvas-arc-negative-radius_t01: StaticWarning # co19-rol l r786: Please triage this failure.
268 LayoutTests/fast/events/initkeyboardevent-crash_t01: StaticWarning # co19-roll r 786: Please triage this failure. 260 LayoutTests/fast/events/initkeyboardevent-crash_t01: StaticWarning # co19-roll r 786: Please triage this failure.
269 LayoutTests/fast/events/wheelevent-constructor_t01: StaticWarning # co19-roll r7 86: Please triage this failure. 261 LayoutTests/fast/events/wheelevent-constructor_t01: StaticWarning # co19-roll r7 86: Please triage this failure.
270 LayoutTests/fast/svg/getbbox_t01: StaticWarning # co19-roll r786: Please triage this failure. 262 LayoutTests/fast/svg/getbbox_t01: StaticWarning # co19-roll r786: Please triage this failure.
271 263
272 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703. 264 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703
273 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl ease triage this failure. 265 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl ease triage this failure.
274 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701. 266 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701
275 267
276 LayoutTests/fast/table/before-child-non-table-section-add-table-crash_t01: Stati cWarning # co19 issue 720. 268 LayoutTests/fast/table/before-child-non-table-section-add-table-crash_t01: Stati cWarning # co19 issue 720.
277 LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc_t01: StaticW arning # co19 issue 720. 269 LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc_t01: StaticW arning # co19 issue 720.
278 LayoutTests/fast/table/incorrect-colgroup-span-values_t01: StaticWarning # co19 issue 720. 270 LayoutTests/fast/table/incorrect-colgroup-span-values_t01: StaticWarning # co19 issue 720.
279 LayoutTests/fast/table/rowindex-comment-nodes_t01: StaticWarning # co19 issue 72 0. 271 LayoutTests/fast/table/rowindex-comment-nodes_t01: StaticWarning # co19 issue 72 0.
280 LayoutTests/fast/table/table-cell-offset-width_t01: StaticWarning # co19 issue 7 20. 272 LayoutTests/fast/table/table-cell-offset-width_t01: StaticWarning # co19 issue 7 20.
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/test_support.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698