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

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

Issue 1390533003: Update co19 test suite to commit Oct 1 2015 1d96fbbf94c534c9076f90bd4ebce6226169da48 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Undo debug edits to script Created 5 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
« no previous file with comments | « DEPS ('k') | tests/co19/co19-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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 6
7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l 7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l
8 LayoutTests/fast/forms/checkValidity-001_t01: fail 8 LayoutTests/fast/forms/checkValidity-001_t01: fail
9 9
10 # TBF: infinite look: class A {const A();final m = const A();} 10 # TBF: infinite look: class A {const A();final m = const A();}
11 Language/12_Expressions/01_Constants_A17_t03: fail 11 Language/Expressions/Constants/depending_on_itself_t03: fail
12 12
13 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value 13 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa rning - different default value
14 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning 14 Language/Classes/Instance_Methods/override_different_default_values_t02: Missing StaticWarning
15 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning 15 Language/Classes/Abstract_Instance_Members/override_default_value_t04: MissingSt aticWarning
16 16
17 # TBF: Static members should not be accessible via subclasses. 17 # TBF: Static members should not be accessible via subclasses.
18 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning 18 Language/Classes/Superclasses/Inheritance_and_Overriding/inheritance_t05: Missin gStaticWarning
19 19
20 # co19 issue #442, undefined name "Expect" 20 # co19 issue #442, undefined name "Expect"
21 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 21 Language/Types/Interface_Types/subtype_t12: fail, OK
22 22
23 # co19 issue #438, Static variables are initialized lazily, need not be constant s 23 # co19 issue #438, Static variables are initialized lazily, need not be constant s
24 Language/12_Expressions/01_Constants_A16_t01: fail, OK 24 Language/Expressions/Constants/exception_t01: fail, OK
25 Language/12_Expressions/01_Constants_A16_t02: fail, OK 25 Language/Expressions/Constants/exception_t02: fail, OK
26 26
27 # co19 issue #543: invocation of a non-function 27 # co19 issue #543: invocation of a non-function
28 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: fail, OK 28 Language/Expressions/Function_Invocation/Function_Expression_Invocation/static_t ype_t02: fail, OK
29 29
30 # co19 issue #564: URI can be any number adjacent string literals 30 # co19 issue #564: URI can be any number adjacent string literals
31 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 31 Language/Libraries_and_Scripts/URIs/syntax_t14: fail, OK
32 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 32 Language/Libraries_and_Scripts/URIs/syntax_t15: fail, OK
33 33
34 # co19 issue #615: Expect import missing 34 # co19 issue #615: Expect import missing
35 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK 35 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
36 36
37 LibTest/isolate/IsolateStream/any_A01_t01: Fail # co19-roll r706: Please triage this failure. 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. 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. 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. 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. 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. 42 LibTest/isolate/IsolateStream/first_A02_t02: Fail # co19-roll r706: Please triag e this failure.
(...skipping 20 matching lines...) Expand all
63 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r706: Please tr iage 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. 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. 65 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # co19-roll r706: Please tr iage this failure.
66 66
67 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable' 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 68 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
69 LibTest/collection/ListQueue/ListQueue_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 70 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK
71 71
72 72
73 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning 73 Language/Expressions/Method_Invocation/Cascaded_Invocations/syntax_t19: MissingS taticWarning
74 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning 74 Language/Expressions/Assignable_Expressions/syntax_t09: MissingStaticWarning
75 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning 75 Language/Statements/For/For_Loop/execution_t07: MissingStaticWarning
76 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning 76 Language/Statements/For/For_Loop/execution_t08: MissingStaticWarning
77 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning 77 Language/Statements/Switch/last_statement_t03: MissingStaticWarning
78 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning 78 Language/Statements/Assert/type_t04: MissingStaticWarning
79 79
80 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure 80 Language/Variables/final_t04: MissingCompileTimeError # co19-roll r651: Please t riage this failure
81 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure 81 Language/Variables/final_t05: MissingCompileTimeError # co19-roll r651: Please t riage this failure
82 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure 82 Language/Variables/final_t06: MissingCompileTimeError # co19-roll r651: Please t riage this failure
83 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure 83 Language/Variables/final_t07: MissingCompileTimeError # co19-roll r651: Please t riage this failure
84 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure 84 Language/Variables/final_or_static_initialization_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
85 Language/05_Variables/05_Variables_A06_t02: 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/05_Variables/05_Variables_A06_t03: 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/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: 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/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: 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 89
90 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667: Please triage this failure 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 91 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667: Please triage this failure
92 92
93 # co19 issue 656 93 # co19 issue 656
94 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # 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 95 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
96 LibTest/typed_data/Float32x4/greaterThan_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 97 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
98 LibTest/typed_data/Float32x4/lessThan_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 99 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
100 100
101 WebPlatformTest/custom-elements/*: Pass, StaticWarning # Issue 18095. 101 WebPlatformTest/custom-elements/*: Pass, StaticWarning # Issue 18095.
102 102
103 # co19 roll to r706: Please triage all these issues. 103 # co19 roll to r706: Please triage all these issues.
104 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t03: StaticW arning # co19-roll r706: Please triage this failure. 104 Language/Expressions/Method_Invocation/Super_Invocation/accessible_instance_memb er_t03: StaticWarning # co19-roll r706: Please triage this failure.
105 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t04: StaticW arning # 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/12_Expressions/15_Method_Invocation/4_Super_Invocation_A06_t05: StaticW arning # 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/14_Libraries_and_Scripts/3_Parts_A02_t04: CompileTimeError # 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/14_Libraries_and_Scripts/3_Parts_A04_t01: CompileTimeError # co19-roll r706: Please triage this failure. 108 Language/Libraries_and_Scripts/Parts/static_warning_t01: CompileTimeError # co19 -roll r706: Please triage this failure.
109 Language/14_Libraries_and_Scripts/4_Scripts_A01_t16: CompileTimeError # co19-rol l 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 119 LibTest/html/Document/childNodes_A01_t01: StaticWarning # co19-roll r706: Please triage this failure.
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 WebPlatformTest/dom/nodes/DOMImplementation-createHTMLDocument_t01: CompileTimeE rror # 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. 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. 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. 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. 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. 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. 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. 192 WebPlatformTest/dom/nodes/Node-parentNode_t01: StaticWarning # co19-roll r722: P lease triage this failure.
193 193
194 # co19-roll r738 194 # co19-roll r738
195 Language/07_Classes/4_Abstract_Instance_Members_A07_t02: MissingStaticWarning # co19-roll r738: Please triage this failure. 195 Language/Classes/Abstract_Instance_Members/override_default_value_t02: MissingSt aticWarning # co19-roll r738: Please triage this failure.
196 Language/07_Classes/07_Classes_A03_t06: MissingStaticWarning # co19-roll r738: P lease 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. 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. 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. 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. 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. 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. 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. 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. 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. 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. 206 LayoutTests/fast/dom/css-cached-import-rule_t01: StaticWarning # co19-roll r738: Please triage this failure.
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 LayoutTests/fast/ruby/after-doesnt-crash_t01: StaticWarning # co19-roll r801: Pl ease 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. 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. 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. 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. 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. 287 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes_t01: St aticWarning # co19-roll r801: Please triage this failure.
288 288
289 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703 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. 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 291 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701
292 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTime Error # Issue 22010 292 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22010
293 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTime Error # Issue 22010 293 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22010
294
OLDNEW
« no previous file with comments | « DEPS ('k') | tests/co19/co19-analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698