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

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

Issue 330633002: Update co19 test suite to r737 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 6 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 | « dart/tests/co19/co19-analyzer.status ('k') | dart/tests/co19/co19-co19.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 LayoutTests/fast/dom/Range/range-comparePoint_t01: Crash # co19 issue 692
7 LayoutTests/fast/dom/Range/range-isPointInRange_t01: Crash # co19 issue 692
6 8
7 LibTest/core/RegExp/firstMatch_A01_t01: Fail 9 LibTest/core/RegExp/firstMatch_A01_t01: Fail
8 10
9 # invalid argument for constant constructor 11 # invalid argument for constant constructor
10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 12 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
11 13
12 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 14 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
13 Language/12_Expressions/01_Constants_A16_t03: fail 15 Language/12_Expressions/01_Constants_A16_t03: fail
14 16
15 # TBF: infinite look: class A {const A();final m = const A();} 17 # TBF: infinite look: class A {const A();final m = const A();}
(...skipping 16 matching lines...) Expand all
32 # co19 issue #543: invocation of a non-function 34 # co19 issue #543: invocation of a non-function
33 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 35 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK
34 36
35 # co19 issue #564: URI can be any number adjacent string literals 37 # co19 issue #564: URI can be any number adjacent string literals
36 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 38 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
37 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 39 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
38 40
39 # co19 issue #615: Expect import missing 41 # co19 issue #615: Expect import missing
40 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK 42 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
41 43
42 # co19 issue #685: Non-bool operand of && and || produces a static type warning
43 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t02: Fail, OK
44
45 # co19 issue #686: Abstract methods are allowed in concrete classes if they over ride a concrete method 44 # co19 issue #686: Abstract methods are allowed in concrete classes if they over ride a concrete method
46 Language/07_Classes/07_Classes_A03_t06: Fail, OK 45 Language/07_Classes/07_Classes_A03_t06: Fail, OK
47 Language/12_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A03_t04: Fail , OK
48 Language/12_Expressions/16_Getter_Lookup_A02_t05: Fail, OK
49 Language/12_Expressions/16_Getter_Lookup_A02_t06: Fail, OK
50 46
51 Language/07_Classes/4_Abstract_Instance_Members_A07_t02: Fail # Issue 18914 47 Language/07_Classes/4_Abstract_Instance_Members_A07_t02: Fail # Issue 18914
52 48
53 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage this failure. 49 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage this failure.
54 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706: Please triage this failure. 50 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # co19-roll r706: Please triage this failure.
55 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr iage this failure. 51 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # co19-roll r706: Please tr iage this failure.
56 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag e this failure. 52 LibTest/isolate/IsolateStream/first_A01_t01: Fail # co19-roll r706: Please triag e this failure.
57 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag e this failure. 53 LibTest/isolate/IsolateStream/first_A02_t01: Fail # co19-roll r706: Please triag e this failure.
58 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag e this failure. 54 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag e this failure.
59 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please triage this failure. 55 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # co19-roll r706: Please triage this failure.
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 WebPlatformTest/dom/nodes/Document-createElementNS_t01: StaticWarning # co19-rol l r722: Please triage this failure. 215 WebPlatformTest/dom/nodes/Document-createElementNS_t01: StaticWarning # co19-rol l r722: Please triage this failure.
220 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure. 216 WebPlatformTest/dom/nodes/Document-createElement_t01: CompileTimeError # co19-ro ll r722: Please triage this failure.
221 WebPlatformTest/dom/nodes/Document-getElementsByTagName_t01: StaticWarning # co1 9-roll r722: Please triage this failure. 217 WebPlatformTest/dom/nodes/Document-getElementsByTagName_t01: StaticWarning # co1 9-roll r722: Please triage this failure.
222 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure. 218 WebPlatformTest/dom/nodes/Element-childElementCount-nochild_t01: CompileTimeErro r # co19-roll r722: Please triage this failure.
223 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722: Please triage this failure. 219 WebPlatformTest/dom/nodes/Node-appendChild_t02: StaticWarning # co19-roll r722: Please triage this failure.
224 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple ase triage this failure. 220 WebPlatformTest/dom/nodes/Node-contains_t01: StaticWarning # co19-roll r722: Ple ase triage this failure.
225 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: Please triage this failure. 221 WebPlatformTest/dom/nodes/Node-isEqualNode_t01: StaticWarning # co19-roll r722: Please triage this failure.
226 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P lease triage this failure. 222 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P lease triage this failure.
227 WebPlatformTest/dom/nodes/Node-replaceChild_t01: CompileTimeError # co19-roll r7 22: Please triage this failure. 223 WebPlatformTest/dom/nodes/Node-replaceChild_t01: CompileTimeError # co19-roll r7 22: Please triage this failure.
228 224
229 LayoutTests/fast/dom/Range/range-comparePoint_t01: Crash 225 # co19-roll r738.
230 LayoutTests/fast/dom/Range/range-isPointInRange_t01: Crash 226 LayoutTests/fast/dom/StyleSheet/detached-parent-rule-without-wrapper_t01: Static Warning # co19-roll r738: Please triage this failure.
227 LayoutTests/fast/dom/StyleSheet/detached-stylesheet-without-wrapper_t01: StaticW arning # co19-roll r738: Please triage this failure.
228 LayoutTests/fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash_t01: Sta ticWarning # co19-roll r738: Please triage this failure.
229 LayoutTests/fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash_t01 : StaticWarning # co19-roll r738: Please triage this failure.
230 LayoutTests/fast/dom/TreeWalker/TreeWalker-basic_t01: StaticWarning # co19-roll r738: Please triage this failure.
231 LayoutTests/fast/dom/Window/atob-btoa_t01: StaticWarning # co19-roll r738: Pleas e triage this failure.
232 LayoutTests/fast/dom/Window/replaceable_t01: StaticWarning # co19-roll r738: Ple ase triage this failure.
233 LayoutTests/fast/dom/Window/window-scroll-arguments_t01: StaticWarning # co19-ro ll r738: Please triage this failure.
234 LayoutTests/fast/dom/characterdata-api-arguments_t01: StaticWarning # co19-roll r738: Please triage this failure.
235 LayoutTests/fast/dom/css-cached-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure.
236 LayoutTests/fast/dom/css-insert-import-rule-twice_t01: StaticWarning # co19-roll r738: Please triage this failure.
237 LayoutTests/fast/dom/css-insert-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure.
238 LayoutTests/fast/dom/css-mediarule-deleteRule-update_t01: StaticWarning # co19-r oll r738: Please triage this failure.
239 LayoutTests/fast/dom/css-mediarule-functions_t01: StaticWarning # co19-roll r738 : Please triage this failure.
240 LayoutTests/fast/dom/css-mediarule-insertRule-update_t01: StaticWarning # co19-r oll r738: Please triage this failure.
241 LayoutTests/fast/dom/css-rule-functions_t01: StaticWarning # co19-roll r738: Ple ase triage this failure.
242 LayoutTests/fast/dom/destroy-selected-radio-button-crash_t01: StaticWarning # co 19-roll r738: Please triage this failure.
243 LayoutTests/fast/dom/icon-url-change_t01: StaticWarning # co19-roll r738: Please triage this failure.
244 LayoutTests/fast/dom/icon-url-list_t01: StaticWarning # co19-roll r738: Please t riage this failure.
245 LayoutTests/fast/dom/implementation-api-args_t01: StaticWarning # co19-roll r738 : Please triage this failure.
246 LayoutTests/fast/dom/javascript-backslash_t01: StaticWarning # co19-roll r738: P lease triage this failure.
247 LayoutTests/fast/dom/location-missing-arguments_t01: StaticWarning # co19-roll r 738: Please triage this failure.
248 LayoutTests/fast/dom/option-properties_t01: StaticWarning # co19-roll r738: Plea se triage this failure.
249 LayoutTests/fast/dom/remove-named-attribute-crash_t01: StaticWarning # co19-roll r738: Please triage this failure.
250 LayoutTests/fast/dom/shadow/content-pseudo-element-css-text_t01: StaticWarning # co19-roll r738: Please triage this failure.
251 LayoutTests/fast/dom/shadow/content-pseudo-element-relative-selector-css-text_t0 1: StaticWarning # co19-roll r738: Please triage this failure.
252 LayoutTests/fast/dom/shadow/host-context-pseudo-class-css-text_t01: StaticWarnin g # co19-roll r738: Please triage this failure.
253 LayoutTests/fast/dom/shadow/host-pseudo-class-css-text_t01: StaticWarning # co19 -roll r738: Please triage this failure.
254 LayoutTests/fast/dom/shadow/shadow-root-js-api_t01: StaticWarning # co19-roll r7 38: Please triage this failure.
255 LibTest/typed_data/ByteData/buffer_A01_t01: StaticWarning # co19-roll r738: Plea se triage this failure.
256 WebPlatformTest/DOMEvents/approved/Event.bubbles.false_t01: StaticWarning # co19 -roll r738: Please triage this failure.
257 WebPlatformTest/DOMEvents/approved/Propagation.path.target.removed_t01: StaticWa rning # co19-roll r738: Please triage this failure.
258 WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-image_t01: St aticWarning # co19-roll r738: Please triage this failure.
259 WebPlatformTest/html/browsers/browsing-the-web/read-media/pageload-video_t01: St aticWarning # co19-roll r738: Please triage this failure.
260 WebPlatformTest/html/browsers/browsing-the-web/read-text/load-text-plain_t01: St aticWarning # co19-roll r738: Please triage this failure.
261 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-getter_t01: StaticWarning # co19-roll r738: Please triage this failure.
262 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.body-setter_t01: StaticWarning # co19-roll r738: Please triage this failure.
263 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.head_t01: StaticW arning # co19-roll r738: Please triage this failure.
264 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t01: Static Warning # co19-roll r738: Please triage this failure.
265 WebPlatformTest/html/dom/documents/dom-tree-accessors/document.title_t07: Static Warning # co19-roll r738: Please triage this failure.
266 WebPlatformTest/html/dom/elements/global-attributes/dataset-delete_t01: StaticWa rning # co19-roll r738: Please triage this failure.
267 WebPlatformTest/html/dom/elements/global-attributes/dataset-get_t01: StaticWarni ng # co19-roll r738: Please triage this failure.
268 WebPlatformTest/html/dom/elements/global-attributes/dataset-set_t01: StaticWarni ng # co19-roll r738: Please triage this failure.
269 WebPlatformTest/html/semantics/document-metadata/styling/LinkStyle_t01: StaticWa rning # co19-roll r738: Please triage this failure.
270 WebPlatformTest/html/semantics/embedded-content/media-elements/error-codes/error _t01: StaticWarning # co19-roll r738: Please triage this failure.
271 WebPlatformTest/html/semantics/embedded-content/media-elements/interfaces/TextTr ack/mode_t01: StaticWarning # co19-roll r738: Please triage this failure.
272 WebPlatformTest/html/semantics/embedded-content/the-audio-element/audio_construc tor_t01: StaticWarning # co19-roll r738: Please triage this failure.
273 WebPlatformTest/html/semantics/forms/attributes-common-to-form-controls/formActi on_document_address_t01: StaticWarning # co19-roll r738: Please triage this fail ure.
274 WebPlatformTest/html/semantics/forms/textfieldselection/selection_t01: StaticWar ning # co19-roll r738: Please triage this failure.
275 WebPlatformTest/html/semantics/forms/the-datalist-element/datalistelement_t01: S taticWarning # co19-roll r738: Please triage this failure.
276 WebPlatformTest/html/semantics/forms/the-datalist-element/datalistoptions_t01: S taticWarning # co19-roll r738: Please triage this failure.
277 WebPlatformTest/html/semantics/forms/the-fieldset-element/disabled_t01: StaticWa rning # co19-roll r738: Please triage this failure.
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-analyzer.status ('k') | dart/tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698