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

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

Issue 15813002: Issue 8801. Report problems for missing [] or []= (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweak for problem description, report only one problem Created 7 years, 7 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
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 Language/05_Variables/05_Variables_A05_t04: fail 6 Language/05_Variables/05_Variables_A05_t04: fail
7 Language/06_Functions/06_Functions_A01_t31: fail 7 Language/06_Functions/06_Functions_A01_t31: fail
8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail
9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail 9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail
10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 Language/14_Types/4_Interface_Types_A10_t03: fail 119 Language/14_Types/4_Interface_Types_A10_t03: fail
120 Language/14_Types/4_Interface_Types_A10_t04: fail 120 Language/14_Types/4_Interface_Types_A10_t04: fail
121 Language/14_Types/4_Interface_Types_A10_t09: fail 121 Language/14_Types/4_Interface_Types_A10_t09: fail
122 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail 122 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail
123 Language/15_Reference/1_Lexical_Rules_A01_t10: fail 123 Language/15_Reference/1_Lexical_Rules_A01_t10: fail
124 Language/15_Reference/1_Lexical_Rules_A02_t06: fail 124 Language/15_Reference/1_Lexical_Rules_A02_t06: fail
125 LibTest/core/AssertionError/column_A01_t02: fail 125 LibTest/core/AssertionError/column_A01_t02: fail
126 LibTest/core/AssertionError/failedAssertion_A01_t01: fail 126 LibTest/core/AssertionError/failedAssertion_A01_t01: fail
127 LibTest/core/AssertionError/line_A01_t02: fail 127 LibTest/core/AssertionError/line_A01_t02: fail
128 LibTest/core/AssertionError/url_A01_t01: fail 128 LibTest/core/AssertionError/url_A01_t01: fail
129 LibTest/core/Iterable/where_A01_t07: fail
130 LibTest/core/List/List.fixedLength_A01_t01: fail
131 LibTest/core/List/List_A01_t02: fail
132 LibTest/core/List/addLast_A01_t01: fail
133 LibTest/core/List/addLast_A01_t03: fail
134 LibTest/core/List/addLast_A02_t01: fail
135 LibTest/core/List/every_A01_t01: fail
136 LibTest/core/List/insertRange_A01_t01: fail
137 LibTest/core/List/insertRange_A02_t01: fail
138 LibTest/core/List/insertRange_A03_t01: fail
139 LibTest/core/List/insertRange_A04_t01: fail
140 LibTest/core/List/insertRange_A05_t01: fail
141 LibTest/core/List/insertRange_A06_t01: fail
142 LibTest/core/List/insertRange_A07_t01: fail
143 LibTest/core/List/insertRange_A08_t01: fail
144 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: fail 129 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: fail
145 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: fail 130 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: fail
146 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail 131 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail
147 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail 132 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail
148 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: fail 133 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: fail
149 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: fail 134 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A07_t01: fail
150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: fail 135 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t01: fail
151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: fail 136 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A08_t02: fail
152 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: fail 137 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A09_t01: fail
153 LibTest/core/Set/isSubsetOf_A01_t01: fail 138 LibTest/core/Set/isSubsetOf_A01_t01: fail
(...skipping 14 matching lines...) Expand all
168 LibTest/core/StringBuffer/add_A01_t02: fail 153 LibTest/core/StringBuffer/add_A01_t02: fail
169 LibTest/core/StringBuffer/isEmpty_A01_t01: fail 154 LibTest/core/StringBuffer/isEmpty_A01_t01: fail
170 LibTest/core/StringBuffer/toString_A01_t01: fail 155 LibTest/core/StringBuffer/toString_A01_t01: fail
171 LibTest/core/double/ceil_A01_t05: fail 156 LibTest/core/double/ceil_A01_t05: fail
172 LibTest/core/double/floor_A01_t05: fail 157 LibTest/core/double/floor_A01_t05: fail
173 LibTest/core/int/operator_division_A01_t01: fail 158 LibTest/core/int/operator_division_A01_t01: fail
174 159
175 # fails locally, passes on bot 160 # fails locally, passes on bot
176 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip 161 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip
177 162
163 # co19 issue #397, List.addLast removed
164 LibTest/core/Iterable/where_A01_t07: fail, OK
165 LibTest/core/List/addLast_A01_t01: fail, OK
166 LibTest/core/List/addLast_A01_t03: fail, OK
167 LibTest/core/List/addLast_A02_t01: fail, OK
168
169 # co19 issue #400, collection library reorg
170 LibTest/core/List/List.fixedLength_A01_t01: fail, OK
171 LibTest/core/List/operator_subscript_A01_t02: fail, OK
172
173 # co19 issue #403
174 LibTest/core/List/List_A01_t02: fail, OK
175 LibTest/core/List/every_A01_t01: fail, OK
176 LibTest/core/List/insertRange_A01_t01: fail, OK
177 LibTest/core/List/insertRange_A02_t01: fail, OK
178 LibTest/core/List/insertRange_A03_t01: fail, OK
179 LibTest/core/List/insertRange_A04_t01: fail, OK
180 LibTest/core/List/insertRange_A05_t01: fail, OK
181 LibTest/core/List/insertRange_A06_t01: fail, OK
182 LibTest/core/List/insertRange_A07_t01: fail, OK
183 LibTest/core/List/insertRange_A08_t01: fail, OK
184
178 # co19 issue #412, using 'null' as operand 185 # co19 issue #412, using 'null' as operand
179 Language/11_Expressions/01_Constants_A11_t01: fail, OK 186 Language/11_Expressions/01_Constants_A11_t01: fail, OK
180 Language/11_Expressions/01_Constants_A12_t01: fail, OK 187 Language/11_Expressions/01_Constants_A12_t01: fail, OK
181 Language/11_Expressions/01_Constants_A13_t06: fail, OK 188 Language/11_Expressions/01_Constants_A13_t06: fail, OK
182 189
183 # co19 issue #414, extra @compile-error 190 # co19 issue #414, extra @compile-error
184 Language/03_Overview/1_Scoping_A02_t28: fail, OK 191 Language/03_Overview/1_Scoping_A02_t28: fail, OK
185 192
186 # co19 issue #416, function name is declared the parameter scope 193 # co19 issue #416, function name is declared the parameter scope
187 Language/03_Overview/1_Scoping_A02_t07: fail, OK 194 Language/03_Overview/1_Scoping_A02_t07: fail, OK
188 Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK 195 Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK
189 196
190 # co19 issue $417, 'if', 'while' and 'do-while' don't create scope 197 # co19 issue #417, 'if', 'while' and 'do-while' don't create scope
191 Language/03_Overview/1_Scoping_A02_t11: fail, OK 198 Language/03_Overview/1_Scoping_A02_t11: fail, OK
192 Language/03_Overview/1_Scoping_A02_t12: fail, OK 199 Language/03_Overview/1_Scoping_A02_t12: fail, OK
193 Language/03_Overview/1_Scoping_A02_t16: fail, OK 200 Language/03_Overview/1_Scoping_A02_t16: fail, OK
194 201
195 202
196 203
197 [ $runtime == drt && $compiler == none ] 204 [ $runtime == drt && $compiler == none ]
198 *: Skip 205 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698