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

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

Issue 1537653002: Remove old java-based analyzer from test scripts and status files (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 [ $compiler == dartanalyzer ]
6
7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l
8 LayoutTests/fast/forms/checkValidity-001_t01: fail
9
10 # TBF: infinite look: class A {const A();final m = const A();}
11 Language/Expressions/Constants/depending_on_itself_t03: fail
12
13 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value
14 Language/Classes/Instance_Methods/override_different_default_values_t02: Missing StaticWarning
15 Language/Classes/Abstract_Instance_Members/override_default_value_t04: MissingSt aticWarning
16
17 # TBF: Static members should not be accessible via subclasses.
18 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05: Missin gStaticWarning
19
20 # co19 issue #442, undefined name "Expect"
21 Language/Types/Interface_Types/subtype_t12: fail, OK
22
23 # co19 issue #438, Static variables are initialized lazily, need not be constant s
24 Language/Expressions/Constants/exception_t01: fail, OK
25 Language/Expressions/Constants/exception_t02: fail, OK
26
27 # co19 issue #543: invocation of a non-function
28 Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_t ype_t02: fail, OK
29
30 # co19 issue #564: URI can be any number adjacent string literals
31 Language/Libraries_and_Scripts/URIs/syntax_t14: fail, OK
32 Language/Libraries_and_Scripts/URIs/syntax_t15: fail, OK
33
34 # co19 issue #615: Expect import missing
35 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
36
37 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage this failure.
38 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706: Please triage this failure.
39 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr iage this failure.
40 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag e this failure.
41 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag e this failure.
42 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag e this failure.
43 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please triage this failure.
44 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # co19-roll r706: Please triage this failure.
45 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # co19-roll r706: Please tri age this failure.
46 LibTest/isolate/IsolateStream/last_A01_t01: Fail # co19-roll r706: Please triage this failure.
47 LibTest/isolate/IsolateStream/last_A02_t01: Fail # co19-roll r706: Please triage this failure.
48 LibTest/isolate/IsolateStream/length_A01_t01: Fail # co19-roll r706: Please tria ge this failure.
49 LibTest/isolate/IsolateStream/single_A01_t01: Fail # co19-roll r706: Please tria ge this failure.
50 LibTest/isolate/IsolateStream/single_A02_t01: Fail # co19-roll r706: Please tria ge this failure.
51 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # co19-roll r706: Please triag e this failure.
52 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # co19-roll r706: Please triag e this failure.
53 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail # co19-roll r706: Please tr iage this failure.
54 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # co19-roll r706: Please tr iage this failure.
55 LibTest/isolate/SendPort/call_A01_t01: Fail # co19-roll r706: Please triage this failure.
56 LibTest/isolate/SendPort/send_A02_t04: Fail # co19-roll r706: Please triage this failure.
57 LibTest/isolate/SendPort/send_A02_t03: Fail # co19-roll r706: Please triage this failure.
58 LibTest/isolate/SendPort/send_A02_t05: Fail # co19-roll r706: Please triage this failure.
59 LibTest/isolate/SendPort/send_A02_t06: Fail # co19-roll r706: Please triage this failure.
60 LibTest/isolate/SendPort/send_A03_t01: Fail # co19-roll r706: Please triage this failure.
61 LibTest/isolate/SendPort/send_A03_t02: Fail # co19-roll r706: Please triage this failure.
62 LibTest/isolate/IsolateStream/any_A02_t01: Fail # co19-roll r706: Please triage this failure.
63 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r706: Please tr iage this failure.
64 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # co19-roll r706: Please triag e this failure.
65 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # co19-roll r706: Please tr iage this failure.
66
67 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable'
68 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
69 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK
70 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK
71
72
73 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19: MissingS taticWarning
74 Language/Expressions/Assignable_Expressions/syntax_t09: MissingStaticWarning
75 Language/Statements/For/For_Loop/execution_t07: MissingStaticWarning
76 Language/Statements/For/For_Loop/execution_t08: MissingStaticWarning
77 Language/Statements/Switch/last_statement_t03: MissingStaticWarning
78 Language/Statements/Assert/type_t04: MissingStaticWarning
79
80 Language/Variables/final_t04: MissingCompileTimeError # co19-roll r651: Please t riage this failure
81 Language/Variables/final_t05: MissingCompileTimeError # co19-roll r651: Please t riage this failure
82 Language/Variables/final_t06: MissingCompileTimeError # co19-roll r651: Please t riage this failure
83 Language/Variables/final_t07: MissingCompileTimeError # co19-roll r651: Please t riage this failure
84 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
85 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure
86 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure
87 Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure
88 Language/Expressions/Function_Invocation/Unqualified_Invocation/invocation_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure
89
90 Language/Classes/Superinterfaces/no_member_A07_t05: StaticWarning # co19-roll r6 67: Please triage this failure
91 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667: Please triage this failure
92
93 # co19 issue 656
94 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656
95 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
96 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656
97 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
98 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
99 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
100
101 WebPlatformTest/custom-elements/*: Pass, StaticWarning # Issue 18095.
102
103 # co19 roll to r706: Please triage all these issues.
104 Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_memb er_t03: StaticWarning # co19-roll r706: Please triage this failure.
105 Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_memb er_t04: StaticWarning # co19-roll r706: Please triage this failure.
106 Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_memb er_t05: StaticWarning # co19-roll r706: Please triage this failure.
107 Language/Libraries_and_Scripts/Parts/compilation_t04: CompileTimeError # co19-ro ll r706: Please triage this failure.
108 Language/Libraries_and_Scripts/Parts/static_warning_t01: CompileTimeError # co19 -roll r706: Please triage this failure.
109 Language/Libraries_and_Scripts/Scripts/syntax_t11: CompileTimeError # co19-roll r706: Please triage this failure.
110 LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err_t01: StaticW arning # co19-roll r706: Please triage this failure.
111 LayoutTests/fast/dom/DOMImplementation/createDocumentType-err_t01: StaticWarning # co19-roll r706: Please triage this failure.
112 LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-an d-scroll_t01: StaticWarning # co19-roll r706: Please triage this failure.
113 LayoutTests/fast/dom/Element/scrollWidth_t01: StaticWarning # co19-roll r706: Pl ease triage this failure.
114 LayoutTests/fast/html/article-element_t01: StaticWarning # co19-roll r706: Pleas e triage this failure.
115 LayoutTests/fast/html/aside-element_t01: StaticWarning # co19-roll r706: Please triage this failure.
116 LayoutTests/fast/html/imports/import-events_t01: CompileTimeError # co19-roll r7 06: Please triage this failure.
117 LayoutTests/fast/html/text-field-input-types_t01: StaticWarning # co19-roll r706 : Please triage this failure.
118 LibTest/html/Document/adoptNode_A01_t01: StaticWarning # co19-roll r706: Please triage this failure.
119 LibTest/html/Document/childNodes_A01_t01: StaticWarning # co19-roll r706: Please triage this failure.
120 LibTest/html/Document/importNode_A01_t01: StaticWarning # co19-roll r706: Please triage this failure.
121 LibTest/html/Document/securityPolicy_A01_t01: StaticWarning # co19-roll r706: Pl ease triage this failure.
122 LibTest/html/HttpRequest/responseText_A01_t02: StaticWarning # co19-roll r706: P lease triage this failure.
123 LibTest/html/HttpRequest/responseType_A01_t03: CompileTimeError # co19-roll r706 : Please triage this failure.
124 LibTest/html/IFrameElement/attributeChanged_A01_t01: StaticWarning # co19-roll r 706: Please triage this failure.
125 LibTest/html/IFrameElement/contentWindow_A01_t01: StaticWarning # co19-roll r706 : Please triage this failure.
126 LibTest/html/IFrameElement/enteredView_A01_t01: CompileTimeError # co19-roll r70 6: Please triage this failure.
127 LibTest/html/IFrameElement/getNamespacedAttributes_A01_t01: StaticWarning # co19 -roll r706: Please triage this failure.
128 LibTest/html/Window/document_A01_t01: StaticWarning # co19-roll r706: Please tri age this failure.
129 LibTest/html/Window/moveBy_A01_t01: StaticWarning # co19-roll r706: Please triag e this failure.
130 LibTest/html/Window/moveTo_A01_t01: StaticWarning # co19-roll r706: Please triag e this failure.
131 LibTest/html/Window/moveTo_A02_t01: StaticWarning # co19-roll r706: Please triag e this failure.
132 LibTest/html/Window/postMessage_A01_t01: StaticWarning # co19-roll r706: Please triage this failure.
133 LibTest/html/Window/postMessage_A01_t02: StaticWarning # co19-roll r706: Please triage this failure.
134 LibTest/html/Window/requestFileSystem_A01_t01: StaticWarning # co19-roll r706: P lease triage this failure.
135 LibTest/html/Window/requestFileSystem_A01_t02: StaticWarning # co19-roll r706: P lease triage this failure.
136 LibTest/html/Window/requestFileSystem_A02_t01: StaticWarning # co19-roll r706: P lease triage this failure.
137 LibTest/html/Window/resizeBy_A01_t01: StaticWarning # co19-roll r706: Please tri age this failure.
138 LibTest/html/Window/resizeTo_A01_t01: StaticWarning # co19-roll r706: Please tri age this failure.
139 LibTest/isolate/ReceivePort/sendPort_A01_t01: StaticWarning # co19-roll r706: Pl ease triage this failure.
140 LibTest/math/Point/operator_addition_A02_t01: StaticWarning # co19-roll r706: Pl ease triage this failure.
141 LibTest/math/Point/operator_mult_A03_t01: StaticWarning # co19-roll r706: Please triage this failure.
142 LibTest/math/Point/operator_subtraction_A02_t01: StaticWarning # co19-roll r706: Please triage this failure.
143 WebPlatformTest/dom/events/event_constants/constants_A01_t01: StaticWarning # co 19-roll r706: Please triage this failure.
144
145 # co19-roll r722
146 LayoutTests/fast/dom/HTMLAnchorElement/anchor-ismap-crash_t01: StaticWarning # c o19-roll r722: Please triage this failure.
147 LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-rebase_t01: StaticWarn ing # co19-roll r722: Please triage this failure.
148 LayoutTests/fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-doc ument_t01: StaticWarning # co19-roll r722: Please triage this failure.
149 LayoutTests/fast/dom/HTMLDialogElement/inert-does-not-match-disabled-selector_t0 1: StaticWarning # co19-roll r722: Please triage this failure.
150 LayoutTests/fast/dom/HTMLDialogElement/show-modal-focusing-steps_t01: StaticWarn ing # co19-roll r722: Please triage this failure.
151 LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-relative_t01: StaticWa rning # co19-roll r722: Please triage this failure.
152 LayoutTests/fast/dom/HTMLDialogElement/top-layer-position-static_t01: StaticWarn ing # co19-roll r722: Please triage this failure.
153 LayoutTests/fast/dom/HTMLDocument/clone-node_t01: StaticWarning # co19-roll r722 : Please triage this failure.
154 LayoutTests/fast/dom/HTMLInputElement/size-attribute_t01: StaticWarning # co19-r oll r722: Please triage this failure.
155 LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: StaticWarning # co19-roll r722: Please triage this failure.
156 LayoutTests/fast/dom/HTMLLabelElement/label-control_t01: StaticWarning # co19-ro ll r722: Please triage this failure.
157 LayoutTests/fast/dom/HTMLObjectElement/set-type-to-null-crash_t01: StaticWarning # co19-roll r722: Please triage this failure.
158 LibTest/html/IFrameElement/outerHtml_setter_A01_t01: StaticWarning # co19-roll r 722: Please triage this failure.
159 LibTest/html/Node/childNodes_A01_t02: StaticWarning # co19-roll r722: Please tri age this failure.
160 LibTest/html/Node/contains_A01_t02: StaticWarning # co19-roll r722: Please triag e this failure.
161 LibTest/html/Node/dispatchEvent_A01_t01: StaticWarning # co19-roll r722: Please triage this failure.
162 LibTest/html/Node/nodes_A01_t01: StaticWarning # co19-roll r722: Please triage t his failure.
163 WebPlatformTest/shadow-dom/events/event-dispatch/test-001_t01: StaticWarning # c o19-roll r722: Please triage this failure.
164 LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter_t01: StaticWarni ng # co19-roll r722: Please triage this failure.
165 LayoutTests/fast/dom/HTMLScriptElement/isURLAttribute_t01: StaticWarning # co19- roll r722: Please triage this failure.
166 LayoutTests/fast/dom/HTMLScriptElement/script-async-attr_t01: StaticWarning # co 19-roll r722: Please triage this failure.
167 LayoutTests/fast/dom/HTMLScriptElement/script-set-src_t01: StaticWarning
168 LayoutTests/fast/dom/HTMLTableElement/createCaption_t01: StaticWarning # co19-ro ll r722: Please triage this failure.
169 LayoutTests/fast/dom/HTMLTableElement/insert-row_t01: StaticWarning # co19-roll r722: Please triage this failure.
170 LayoutTests/fast/dom/HTMLTemplateElement/custom-element-wrapper-gc_t01: StaticWa rning # co19-roll r722: Please triage this failure.
171 LayoutTests/fast/dom/HTMLTemplateElement/inertContents_t01: StaticWarning # co19 -roll r722: Please triage this failure.
172 LayoutTests/fast/dom/HTMLTemplateElement/no-form-association_t01: StaticWarning # co19-roll r722: Please triage this failure.
173 LayoutTests/fast/dom/MutationObserver/clear-transient-without-delivery_t01: Stat icWarning # co19-roll r722: Please triage this failure.
174 LayoutTests/fast/dom/MutationObserver/disconnect-cancel-pending_t01: StaticWarni ng # co19-roll r722: Please triage this failure.
175 LayoutTests/fast/dom/MutationObserver/document-fragment-insertion_t01: StaticWar ning # co19-roll r722: Please triage this failure.
176 LayoutTests/fast/dom/MutationObserver/mutation-record-constructor_t01: StaticWar ning # co19-roll r722: Please triage this failure.
177 LayoutTests/fast/dom/MutationObserver/observe-exceptions_t01: StaticWarning # co 19-roll r722: Please triage this failure.
178 LayoutTests/fast/dom/NodeList/nodelist-reachable_t01: StaticWarning # co19-roll r722: Please triage this failure.
179 LayoutTests/fast/dom/Range/missing-arguments_t01: StaticWarning # co19-roll r722 : Please triage this failure.
180 LayoutTests/fast/dom/Range/surroundContents-check-boundary-points_t01: StaticWar ning # co19-roll r722: Please triage this failure.
181 LayoutTests/fast/html/imports/import-element-removed-flag_t01: StaticWarning # c o19-roll r722: Please triage this failure.
182 LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t03: StaticWarning # co19-roll r722: Please triage this failure.
183 WebPlatformTest/dom/collections/emptyName_A01_t03: StaticWarning # co19-roll r72 2: Please triage this failure.
184 WebPlatformTest/dom/nodes/DOMImplementation-createDocument_t01: StaticWarning # co19-roll r722: Please triage this failure.
185 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # co19-roll r722: Please triage this failure.
186 WebPlatformTest/dom/nodes/Document-createElement-namespace_t01: StaticWarning # co19-roll r722: Please triage this failure.
187 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure.
188 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure.
189 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722: Please triage this failure.
190 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple ase triage this failure.
191 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: Please triage this failure.
192 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P lease triage this failure.
193
194 # co19-roll r738
195 Language/Classes/Abstract_Instance_Members/override_default_value_t02: MissingSt aticWarning # co19-roll r738: Please triage this failure.
196 Language/Classes/method_definition_t06: MissingStaticWarning # co19-roll r738: P lease triage this failure.
197 LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper_t01: Static Warning # co19-roll r738: Please triage this failure.
198 LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper_t01: StaticW arning # co19-roll r738: Please triage this failure.
199 LayoutTests/fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash_t01: Sta ticWarning # co19-roll r738: Please triage this failure.
200 LayoutTests/fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash_t01 : StaticWarning # co19-roll r738: Please triage this failure.
201 LayoutTests/fast/dom/TreeWalker/TreeWalker-basic_t01: StaticWarning # co19-roll r738: Please triage this failure.
202 LayoutTests/fast/dom/Window/atob-btoa_t01: StaticWarning # co19-roll r738: Pleas e triage this failure.
203 LayoutTests/fast/dom/Window/replaceable_t01: StaticWarning # co19-roll r738: Ple ase triage this failure.
204 LayoutTests/fast/dom/Window/window-scroll-arguments_t01: StaticWarning # co19-ro ll r738: Please triage this failure.
205 LayoutTests/fast/dom/characterdata-api-arguments_t01: StaticWarning # co19-roll r738: Please triage this failure.
206 LayoutTests/fast/dom/css-cached-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure.
207 LayoutTests/fast/dom/css-insert-import-rule-twice_t01: StaticWarning # co19-roll r738: Please triage this failure.
208 LayoutTests/fast/dom/css-insert-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure.
209 LayoutTests/fast/dom/css-mediarule-deleteRule-update_t01: StaticWarning # co19-r oll r738: Please triage this failure.
210 LayoutTests/fast/dom/css-mediarule-functions_t01: StaticWarning # co19-roll r738 : Please triage this failure.
211 LayoutTests/fast/dom/css-mediarule-insertRule-update_t01: StaticWarning # co19-r oll r738: Please triage this failure.
212 LayoutTests/fast/dom/css-rule-functions_t01: StaticWarning # co19-roll r738: Ple ase triage this failure.
213 LayoutTests/fast/dom/destroy-selected-radio-button-crash_t01: StaticWarning # co 19-roll r738: Please triage this failure.
214 LayoutTests/fast/dom/icon-url-change_t01: StaticWarning # co19-roll r738: Please triage this failure.
215 LayoutTests/fast/dom/icon-url-list_t01: StaticWarning # co19-roll r738: Please t riage this failure.
216 LayoutTests/fast/dom/implementation-api-args_t01: StaticWarning # co19-roll r738 : Please triage this failure.
217 LayoutTests/fast/dom/javascript-backslash_t01: StaticWarning # co19-roll r738: P lease triage this failure.
218 LayoutTests/fast/dom/location-missing-arguments_t01: StaticWarning # co19-roll r 738: Please triage this failure.
219 LayoutTests/fast/dom/option-properties_t01: StaticWarning # co19-roll r738: Plea se triage this failure.
220 LayoutTests/fast/dom/remove-named-attribute-crash_t01: StaticWarning # co19-roll r738: Please triage this failure.
221 LayoutTests/fast/dom/shadow/content-pseudo-element-css-text_t01: StaticWarning # co19-roll r738: Please triage this failure.
222 LayoutTests/fast/dom/shadow/content-pseudo-element-relative-selector-css-text_t0 1: StaticWarning # co19-roll r738: Please triage this failure.
223 LayoutTests/fast/dom/shadow/host-context-pseudo-class-css-text_t01: StaticWarnin g # co19-roll r738: Please triage this failure.
224 LayoutTests/fast/dom/shadow/host-pseudo-class-css-text_t01: StaticWarning # co19 -roll r738: Please triage this failure.
225 LayoutTests/fast/dom/shadow/shadow-root-js-api_t01: StaticWarning # co19-roll r7 38: Please triage this failure.
226 WebPlatformTest/DOMEvents/approved/Event.bubbles.false_t01: StaticWarning # co19 -roll r738: Please triage this failure.
227 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: StaticWa rning # co19-roll r738: Please triage this failure.
228 WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-image_t01: St aticWarning # co19-roll r738: Please triage this failure.
229 WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-video_t01: St aticWarning # co19-roll r738: Please triage this failure.
230 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: St aticWarning # co19-roll r738: Please triage this failure.
231 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-getter_t01: StaticWarning # co19-roll r738: Please triage this failure.
232 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-setter_t01: StaticWarning # co19-roll r738: Please triage this failure.
233 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.head_t01: StaticW arning # co19-roll r738: Please triage this failure.
234 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t01: Static Warning # co19-roll r738: Please triage this failure.
235 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t07: Static Warning # co19-roll r738: Please triage this failure.
236 WebPlatformTest/html/dom/elements/global-attributes/dataset-delete_t01: StaticWa rning # co19-roll r738: Please triage this failure.
237 WebPlatformTest/html/dom/elements/global-attributes/dataset-get_t01: StaticWarni ng # co19-roll r738: Please triage this failure.
238 WebPlatformTest/html/dom/elements/global-attributes/dataset-set_t01: StaticWarni ng # co19-roll r738: Please triage this failure.
239 WebPlatformTest/html/semantics/document-metadata/styling/LinkStyle_t01: StaticWa rning # co19-roll r738: Please triage this failure.
240 WebPlatformTest/html/semantics/embedded-content/media-elements/error-codes/error _t01: StaticWarning # co19-roll r738: Please triage this failure.
241 WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTr ack/mode_t01: StaticWarning # co19-roll r738: Please triage this failure.
242 WebPlatformTest/html/semantics/embedded-content/the-audio-element/audio_construc tor_t01: StaticWarning # co19-roll r738: Please triage this failure.
243 WebPlatformTest/html/semantics/forms/attributes-common-to-form-controls/formActi on_document_address_t01: StaticWarning # co19-roll r738: Please triage this fail ure.
244 WebPlatformTest/html/semantics/forms/textfieldselection/selection_t01: StaticWar ning # co19-roll r738: Please triage this failure.
245 WebPlatformTest/html/semantics/forms/the-datalist-element/datalistelement_t01: S taticWarning # co19-roll r738: Please triage this failure.
246 WebPlatformTest/html/semantics/forms/the-datalist-element/datalistoptions_t01: S taticWarning # co19-roll r738: Please triage this failure.
247 WebPlatformTest/html/semantics/forms/the-fieldset-element/disabled_t01: StaticWa rning # co19-roll r738: Please triage this failure.
248
249 # co19-roll r761
250 LayoutTests/fast/animation/request-animation-frame-missing-arguments_t01: Static Warning # co19-roll r761: Please triage this failure.
251 LayoutTests/fast/backgrounds/001_t01: StaticWarning # co19-roll r761: Please tri age this failure.
252 LayoutTests/fast/canvas/canvas-arc-negative-radius_t01: StaticWarning # Issue 20 939
253 LayoutTests/fast/canvas/canvas-createImageBitmap-animated_t01: StaticWarning # c o19-roll r761: Please triage this failure.
254 LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: StaticWarning # co19-roll r761: Please triage this failure.
255 LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view_ t01: StaticWarning # co19-roll r761: Please triage this failure.
256 LayoutTests/fast/canvas/webgl/webgl-specific_t01: StaticWarning # co19-roll r761 : Please triage this failure.
257 LayoutTests/fast/dom/text-api-arguments_t01: StaticWarning # co19-roll r761: Ple ase triage this failure.
258 LayoutTests/fast/html/imports/import-events_t01: StaticWarning # co19-roll r761: Please triage this failure.
259
260 # co19-roll r786
261 LayoutTests/fast/events/initkeyboardevent-crash_t01: StaticWarning # co19-roll r 786: Please triage this failure.
262
263 # co19-roll r801
264 LayoutTests/fast/html/select-dropdown-consistent-background-color_t01: StaticWar ning # co19-roll r801: Please triage this failure.
265 LayoutTests/fast/inline/boundingBox-with-continuation_t01: StaticWarning # co19- roll r801: Please triage this failure.
266 LayoutTests/fast/loader/about-blank-hash-kept_t01: StaticWarning # co19-roll r80 1: Please triage this failure.
267 LayoutTests/fast/loader/hashchange-event-properties_t01: StaticWarning # co19-ro ll r801: Please triage this failure.
268 LayoutTests/fast/loader/scroll-position-restored-on-reload-at-load-event_t01: St aticWarning # co19-roll r801: Please triage this failure.
269 LayoutTests/fast/loader/stateobjects/replacestate-in-onunload_t01: StaticWarning # co19-roll r801: Please triage this failure.
270 LayoutTests/fast/media/media-query-list-syntax_t01: StaticWarning # co19-roll r8 01: Please triage this failure.
271 LayoutTests/fast/media/mq-append-delete_t01: StaticWarning # co19-roll r801: Ple ase triage this failure.
272 LayoutTests/fast/media/mq-color-index_t02: StaticWarning # co19-roll r801: Pleas e triage this failure.
273 LayoutTests/fast/media/mq-js-media-except_t01: StaticWarning # co19-roll r801: P lease triage this failure.
274 LayoutTests/fast/media/mq-js-media-except_t02: StaticWarning # co19-roll r801: P lease triage this failure.
275 LayoutTests/fast/media/mq-parsing_t01: StaticWarning # co19-roll r801: Please tr iage this failure.
276 LayoutTests/fast/mediastream/RTCPeerConnection-AddRemoveStream_t01: StaticWarnin g # co19-roll r801: Please triage this failure.
277 LayoutTests/fast/multicol/vertical-lr/float-truncation_t01: StaticWarning # co19 -roll r801: Please triage this failure.
278 LayoutTests/fast/multicol/vertical-lr/image-inside-nested-blocks-with-border_t01 : StaticWarning # co19-roll r801: Please triage this failure.
279 LayoutTests/fast/multicol/vertical-rl/float-truncation_t01: StaticWarning # co19 -roll r801: Please triage this failure.
280 LayoutTests/fast/multicol/vertical-rl/image-inside-nested-blocks-with-border_t01 : StaticWarning # co19-roll r801: Please triage this failure.
281 LayoutTests/fast/overflow/scroll-vertical-not-horizontal_t01: StaticWarning # co 19-roll r801: Please triage this failure.
282 LayoutTests/fast/ruby/after-doesnt-crash_t01: StaticWarning # co19-roll r801: Pl ease triage this failure.
283 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-big-box-border-radius _t01: StaticWarning # co19-roll r801: Please triage this failure.
284 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-diamond-margin -polygon_t01: StaticWarning # co19-roll r801: Please triage this failure.
285 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-image-margin_t 01: StaticWarning # co19-roll r801: Please triage this failure.
286 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-image-margin_t 02: StaticWarning # co19-roll r801: Please triage this failure.
287 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes_t01: St aticWarning # co19-roll r801: Please triage this failure.
288
289 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703
290 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl ease triage this failure.
291 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701
292 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22010
293 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22010
OLDNEW
« samples-dev/samples-dev.status ('K') | « tests/README ('k') | tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698