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

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

Issue 10821123: 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 type_variable_bounds_test/01: Fail 188 type_variable_bounds_test/01: Fail
189 # external keyword is not yet supported by dart2js/dart2dart. 189 # external keyword is not yet supported by dart2js/dart2dart.
190 external_test/*: Skip 190 external_test/*: Skip
191 # Test annotations are not processed correctly by dart2dart test 191 # Test annotations are not processed correctly by dart2dart test
192 # framework: necessary errors are thrown, but treated incorrectly. 192 # framework: necessary errors are thrown, but treated incorrectly.
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
199 cyclic_type_variable_test/02: Fail
200 cyclic_type_variable_test/03: Fail
201 cyclic_type_variable_test/04: Fail
202 cyclic_type_variable_test/none: Fail
198 final_syntax_test/03: Fail 203 final_syntax_test/03: Fail
199 final_syntax_test/04: Fail 204 final_syntax_test/04: Fail
200 # Call operator is not supported by dart2js frontend. 205 # Call operator is not supported by dart2js frontend.
201 call_operator_test: Fail 206 call_operator_test: Fail
202 # dart2js frontend doesn't even analyse problematic classes. 207 # dart2js frontend doesn't even analyse problematic classes.
203 class_extends_negative_test: Fail 208 class_extends_negative_test: Fail
204 # DartVM problem. 209 # DartVM problem.
205 closure_with_super_send_test: Fail 210 closure_with_super_send_test: Fail
206 constructor5_test: Fail 211 constructor5_test: Fail
207 constructor6_test: Fail 212 constructor6_test: Fail
208 constructor_duplicate_initializers_test/02: Fail 213 constructor_duplicate_initializers_test/02: Fail
209 fauxverride_test/none: Fail 214 fauxverride_test/none: Fail
210 gc_test: Fail 215 gc_test: Fail
211 parameter_initializer6_negative_test: Fail 216 parameter_initializer6_negative_test: Fail
212 prefix_core_test: Fail 217 prefix_core_test: Fail
213 private_member3_negative_test: Fail 218 private_member3_negative_test: Fail
214 super_closure_test: Fail 219 super_closure_test: Fail
215 super_field_access_test: Fail 220 super_field_access_test: Fail
216 super_first_constructor_test: Fail 221 super_first_constructor_test: Fail
217 # Should be triaged. 222 # Should be triaged.
218 condition_bailout_test: Fail 223 condition_bailout_test: Fail
219 const_test: Fail 224 const_test: Fail
220 cyclic_type_variable_test/01: Fail
221 cyclic_type_variable_test/02: Fail
222 cyclic_type_variable_test/03: Fail
223 cyclic_type_variable_test/04: Fail
224 cyclic_type_variable_test/none: Fail
225 default_factory2_test/01: Fail 225 default_factory2_test/01: Fail
226 default_factory3_test: Fail 226 default_factory3_test: Fail
227 default_factory_library_test: Fail 227 default_factory_library_test: Fail
228 duplicate_constructor_test/01: Fail 228 duplicate_constructor_test/01: Fail
229 duplicate_implements_test/01: Fail 229 duplicate_implements_test/01: Fail
230 duplicate_implements_test/02: Fail 230 duplicate_implements_test/02: Fail
231 duplicate_implements_test/03: Fail 231 duplicate_implements_test/03: Fail
232 duplicate_implements_test/04: Fail 232 duplicate_implements_test/04: Fail
233 dynamic_test: Fail 233 dynamic_test: Fail
234 empty_body_member_negative_test: Fail 234 empty_body_member_negative_test: Fail
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 type_variable_bounds2_test/none: Fail 333 type_variable_bounds2_test/none: Fail
334 type_variable_bounds_test/02: Fail 334 type_variable_bounds_test/02: Fail
335 type_variable_bounds_test/04: Fail 335 type_variable_bounds_test/04: Fail
336 type_variable_bounds_test/05: Fail 336 type_variable_bounds_test/05: Fail
337 type_variable_scope_test/00: Fail 337 type_variable_scope_test/00: Fail
338 type_variable_scope_test/01: Fail 338 type_variable_scope_test/01: Fail
339 type_variable_scope_test/02: Fail 339 type_variable_scope_test/02: Fail
340 type_variable_scope_test/03: Fail 340 type_variable_scope_test/03: Fail
341 type_variable_scope_test/04: Fail 341 type_variable_scope_test/04: Fail
342 type_variable_scope_test/05: Fail 342 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