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

Side by Side Diff: tests/language/language.status

Issue 10821093: Some more triage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 issue1363_test: Fail 159 issue1363_test: Fail
160 list_literal4_test: Fail 160 list_literal4_test: Fail
161 map_literal4_test: Fail 161 map_literal4_test: Fail
162 math_vm_test: Fail 162 math_vm_test: Fail
163 named_parameters_test: Fail 163 named_parameters_test: Fail
164 static_implicit_closure_test: Fail, Pass 164 static_implicit_closure_test: Fail, Pass
165 static_initializer_type_error_test: Fail 165 static_initializer_type_error_test: Fail
166 type_cast_vm_test: Fail 166 type_cast_vm_test: Fail
167 type_checks_in_factory_method_test: Fail 167 type_checks_in_factory_method_test: Fail
168 type_vm_test: Fail 168 type_vm_test: Fail
169 # Common problems with dart2js. In illegal family, invalid
170 # declarations are simply not parsed. In pseudo kw dart2js
171 # chokes on things like typedef(x) => "typedef $x" and alike.
172 pseudo_kw_illegal_test/01: Fail
173 pseudo_kw_illegal_test/05: Fail
174 pseudo_kw_illegal_test/06: Fail
175 pseudo_kw_illegal_test/07: Fail
176 pseudo_kw_illegal_test/08: Fail
177 pseudo_kw_illegal_test/09: Fail
178 pseudo_kw_illegal_test/10: Fail
179 pseudo_kw_illegal_test/11: Fail
180 pseudo_kw_illegal_test/12: Fail
181 pseudo_kw_illegal_test/13: Fail
182 pseudo_kw_illegal_test/14: Fail
183 pseudo_kw_illegal_test/15: Fail
184 pseudo_kw_illegal_test/16: Fail
185 pseudo_kw_test: Fail
169 # Should be triaged. 186 # Should be triaged.
170 abstract_syntax_test/01: Fail 187 abstract_syntax_test/01: Fail
171 abstract_syntax_test/02: Fail 188 abstract_syntax_test/02: Fail
172 assign_static_type_test/01: Fail 189 assign_static_type_test/01: Fail
173 assign_static_type_test/02: Fail 190 assign_static_type_test/02: Fail
174 assign_static_type_test/03: Fail 191 assign_static_type_test/03: Fail
175 assign_static_type_test/04: Fail 192 assign_static_type_test/04: Fail
176 assign_static_type_test/05: Fail 193 assign_static_type_test/05: Fail
177 call_operator_test: Fail 194 call_operator_test: Fail
178 cascade_in_expression_function_test: Fail 195 cascade_in_expression_function_test: Fail
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 field7a_negative_test: Fail 244 field7a_negative_test: Fail
228 field_optimization2_test: Fail 245 field_optimization2_test: Fail
229 field_optimization_test: Fail 246 field_optimization_test: Fail
230 field_override_test/01: Fail 247 field_override_test/01: Fail
231 field_override_test/02: Fail 248 field_override_test/02: Fail
232 field_override_test/none: Fail 249 field_override_test/none: Fail
233 final_syntax_test/none: Fail 250 final_syntax_test/none: Fail
234 for2_test: Fail 251 for2_test: Fail
235 function_literals_test: Fail 252 function_literals_test: Fail
236 function_type_alias3_test: Fail 253 function_type_alias3_test: Fail
237 function_type_alias4_test: Crash 254 function_type_alias4_test: Crash, Fail
238 function_type_alias5_test/00: Fail 255 function_type_alias5_test/00: Fail
239 function_type_alias5_test/01: Fail 256 function_type_alias5_test/01: Fail
240 function_type_alias5_test/02: Fail 257 function_type_alias5_test/02: Fail
241 function_type_alias6_test: Fail 258 function_type_alias6_test: Fail
242 function_type_alias7_test/00: Fail 259 function_type_alias7_test/00: Fail
243 function_type_alias_test: Fail 260 function_type_alias_test: Fail
244 function_type_parameter2_test: Fail 261 function_type_parameter2_test: Fail
245 function_type_parameter_test: Fail 262 function_type_parameter_test: Fail
246 gc_test: Fail 263 gc_test: Fail
247 generic_deep_test: Fail 264 generic_deep_test: Fail
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 prefix15_test: Fail 305 prefix15_test: Fail
289 prefix18_negative_test: Fail 306 prefix18_negative_test: Fail
290 prefix20_negative_test: Fail 307 prefix20_negative_test: Fail
291 prefix21_test: Fail 308 prefix21_test: Fail
292 prefix_core_test: Fail 309 prefix_core_test: Fail
293 private3_test: Fail 310 private3_test: Fail
294 private_member1_negative_test: Fail 311 private_member1_negative_test: Fail
295 private_member3_negative_test: Fail 312 private_member3_negative_test: Fail
296 private_member_test: Fail 313 private_member_test: Fail
297 private_test: Fail 314 private_test: Fail
298 pseudo_kw_illegal_test/01: Fail
299 pseudo_kw_illegal_test/05: Fail
300 pseudo_kw_illegal_test/06: Fail
301 pseudo_kw_illegal_test/07: Fail
302 pseudo_kw_illegal_test/08: Fail
303 pseudo_kw_illegal_test/09: Fail
304 pseudo_kw_illegal_test/10: Fail
305 pseudo_kw_illegal_test/11: Fail
306 pseudo_kw_illegal_test/12: Fail
307 pseudo_kw_illegal_test/13: Fail
308 pseudo_kw_illegal_test/14: Fail
309 pseudo_kw_illegal_test/15: Fail
310 pseudo_kw_illegal_test/16: Fail
311 pseudo_kw_test: Fail
312 rethrow_test: Fail 315 rethrow_test: Fail
313 savannah_test: Fail 316 savannah_test: Fail
314 static_final_field_negative_test: Fail 317 static_final_field_negative_test: Fail
315 static_top_level_test/00: Fail 318 static_top_level_test/00: Fail
316 static_top_level_test/01: Fail 319 static_top_level_test/01: Fail
317 static_top_level_test/02: Fail 320 static_top_level_test/02: Fail
318 static_top_level_test/03: Fail 321 static_top_level_test/03: Fail
319 static_top_level_test/04: Fail 322 static_top_level_test/04: Fail
320 static_top_level_test/05: Fail 323 static_top_level_test/05: Fail
321 string_interpolate2_test: Fail 324 string_interpolate2_test: Fail
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 type_variable_bounds_test/05: Fail 358 type_variable_bounds_test/05: Fail
356 type_variable_scope_test/00: Fail 359 type_variable_scope_test/00: Fail
357 type_variable_scope_test/01: Fail 360 type_variable_scope_test/01: Fail
358 type_variable_scope_test/02: Fail 361 type_variable_scope_test/02: Fail
359 type_variable_scope_test/03: Fail 362 type_variable_scope_test/03: Fail
360 type_variable_scope_test/04: Fail 363 type_variable_scope_test/04: Fail
361 type_variable_scope_test/05: Fail 364 type_variable_scope_test/05: Fail
362 unary2_test: Fail 365 unary2_test: Fail
363 unary_test: Fail 366 unary_test: Fail
364 367
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698