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

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

Issue 10843024: 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 assign_static_type_test/01: Fail 193 assign_static_type_test/01: Fail
194 assign_static_type_test/02: Fail 194 assign_static_type_test/02: Fail
195 assign_static_type_test/03: Fail 195 assign_static_type_test/03: Fail
196 assign_static_type_test/04: Fail 196 assign_static_type_test/04: Fail
197 assign_static_type_test/05: Fail 197 assign_static_type_test/05: Fail
198 cyclic_type_variable_test/01: Fail 198 cyclic_type_variable_test/01: Fail
199 cyclic_type_variable_test/02: Fail 199 cyclic_type_variable_test/02: Fail
200 cyclic_type_variable_test/03: Fail 200 cyclic_type_variable_test/03: Fail
201 cyclic_type_variable_test/04: Fail 201 cyclic_type_variable_test/04: Fail
202 cyclic_type_variable_test/none: Fail 202 cyclic_type_variable_test/none: Fail
203 default_factory2_test/01: Fail
203 final_syntax_test/03: Fail 204 final_syntax_test/03: Fail
204 final_syntax_test/04: Fail 205 final_syntax_test/04: Fail
205 # Call operator is not supported by dart2js frontend. 206 # Call operator is not supported by dart2js frontend.
206 call_operator_test: Fail 207 call_operator_test: Fail
207 # dart2js frontend doesn't even analyse problematic classes. 208 # dart2js frontend doesn't even analyse problematic classes.
208 class_extends_negative_test: Fail 209 class_extends_negative_test: Fail
210 duplicate_implements_test/01: Fail
211 duplicate_implements_test/02: Fail
212 duplicate_implements_test/03: Fail
213 duplicate_implements_test/04: Fail
214 # dart2js allows duplicate constructor definitions.
215 duplicate_constructor_test/01: Fail
209 # DartVM problem. 216 # DartVM problem.
210 closure_with_super_send_test: Fail 217 closure_with_super_send_test: Fail
211 constructor5_test: Fail 218 constructor5_test: Fail
212 constructor6_test: Fail 219 constructor6_test: Fail
213 constructor_duplicate_initializers_test/02: Fail 220 constructor_duplicate_initializers_test/02: Fail
214 fauxverride_test/none: Fail 221 fauxverride_test/none: Fail
215 gc_test: Fail 222 gc_test: Fail
216 parameter_initializer6_negative_test: Fail 223 parameter_initializer6_negative_test: Fail
217 prefix_core_test: Fail 224 prefix_core_test: Fail
218 private_member3_negative_test: Fail 225 private_member3_negative_test: Fail
219 super_closure_test: Fail 226 super_closure_test: Fail
220 super_field_access_test: Fail 227 super_field_access_test: Fail
221 super_first_constructor_test: Fail 228 super_first_constructor_test: Fail
222 # Should be triaged. 229 # Should be triaged.
223 condition_bailout_test: Fail 230 condition_bailout_test: Fail
224 const_test: Fail 231 const_test: Fail
225 default_factory2_test/01: Fail
226 default_factory3_test: Fail 232 default_factory3_test: Fail
227 default_factory_library_test: Fail 233 default_factory_library_test: Fail
228 duplicate_constructor_test/01: Fail
229 duplicate_implements_test/01: Fail
230 duplicate_implements_test/02: Fail
231 duplicate_implements_test/03: Fail
232 duplicate_implements_test/04: Fail
233 dynamic_test: Fail 234 dynamic_test: Fail
234 empty_body_member_negative_test: Fail 235 empty_body_member_negative_test: Fail
235 factory4_test: Fail 236 factory4_test: Fail
236 f_bounded_quantification_test/01: Fail 237 f_bounded_quantification_test/01: Fail
237 f_bounded_quantification_test/02: Fail 238 f_bounded_quantification_test/02: Fail
238 f_bounded_quantification_test/none: Fail 239 f_bounded_quantification_test/none: Fail
239 field2_negative_test: Fail 240 field2_negative_test: Fail
240 field4_negative_test: Fail 241 field4_negative_test: Fail
241 field5_negative_test: Fail 242 field5_negative_test: Fail
242 field6a_negative_test: Fail 243 field6a_negative_test: Fail
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 type_variable_bounds2_test/none: Fail 334 type_variable_bounds2_test/none: Fail
334 type_variable_bounds_test/02: Fail 335 type_variable_bounds_test/02: Fail
335 type_variable_bounds_test/04: Fail 336 type_variable_bounds_test/04: Fail
336 type_variable_bounds_test/05: Fail 337 type_variable_bounds_test/05: Fail
337 type_variable_scope_test/00: Fail 338 type_variable_scope_test/00: Fail
338 type_variable_scope_test/01: Fail 339 type_variable_scope_test/01: Fail
339 type_variable_scope_test/02: Fail 340 type_variable_scope_test/02: Fail
340 type_variable_scope_test/03: Fail 341 type_variable_scope_test/03: Fail
341 type_variable_scope_test/04: Fail 342 type_variable_scope_test/04: Fail
342 type_variable_scope_test/05: Fail 343 type_variable_scope_test/05: Fail
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