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

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

Issue 10836188: Proper support for VMOptions declarations for dart2dart. (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 | tools/testing/dart/test_suite.dart » ('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) 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 # Tests that crash after reverting resolution of type variables in default claus e. 166 # Tests that crash after reverting resolution of type variables in default claus e.
167 # https://chromiumcodereview.appspot.com/10824062/ 167 # https://chromiumcodereview.appspot.com/10824062/
168 default_factory2_test/01: Fail 168 default_factory2_test/01: Fail
169 function_type_alias6_test: Crash, Timeout 169 function_type_alias6_test: Crash, Timeout
170 type_variable_scope_test/00: Fail 170 type_variable_scope_test/00: Fail
171 type_variable_scope_test/01: Fail 171 type_variable_scope_test/01: Fail
172 type_variable_scope_test/02: Fail 172 type_variable_scope_test/02: Fail
173 type_variable_scope_test/03: Fail 173 type_variable_scope_test/03: Fail
174 type_variable_scope_test/04: Fail 174 type_variable_scope_test/04: Fail
175 type_variable_scope_test/05: Fail 175 type_variable_scope_test/05: Fail
176 # Passes VMOptions, should be supported in test framework.
177 assertion_test: Fail
178 bootstrap_test: Fail
179 ct_const2_test: Fail, Pass
180 disable_privacy_test: Fail
181 factory3_test: Fail
182 function_field_test: Fail
183 function_type_alias2_test: Fail
184 generic_test: Fail
185 generics2_test: Fail
186 hello_dart_test: Fail
187 implicit_closure1_test: Fail
188 implicit_closure_test: Fail, Pass
189 issue1363_test: Fail
190 list_literal4_test: Fail
191 map_literal4_test: Fail
192 static_implicit_closure_test: Fail, Pass
193 static_initializer_type_error_test: Fail
194 type_checks_in_factory_method_test: Fail
195 # Common problems with dart2js. In illegal family, invalid 176 # Common problems with dart2js. In illegal family, invalid
196 # declarations are simply not parsed. In pseudo kw dart2js 177 # declarations are simply not parsed. In pseudo kw dart2js
197 # chokes on things like typedef(x) => "typedef $x" and alike. 178 # chokes on things like typedef(x) => "typedef $x" and alike.
198 abstract_syntax_test/01: Fail 179 abstract_syntax_test/01: Fail
199 abstract_syntax_test/02: Fail 180 abstract_syntax_test/02: Fail
200 pseudo_kw_illegal_test/01: Fail 181 pseudo_kw_illegal_test/01: Fail
201 pseudo_kw_illegal_test/05: Fail 182 pseudo_kw_illegal_test/05: Fail
202 pseudo_kw_illegal_test/06: Fail 183 pseudo_kw_illegal_test/06: Fail
203 pseudo_kw_illegal_test/07: Fail 184 pseudo_kw_illegal_test/07: Fail
204 pseudo_kw_illegal_test/08: Fail 185 pseudo_kw_illegal_test/08: Fail
(...skipping 29 matching lines...) Expand all
234 # dart2js allows duplicate constructor definitions. 215 # dart2js allows duplicate constructor definitions.
235 duplicate_constructor_test/01: Fail 216 duplicate_constructor_test/01: Fail
236 # Bug in dart2js frontend: cannot find the constructor. 217 # Bug in dart2js frontend: cannot find the constructor.
237 default_factory_library_test: Fail 218 default_factory_library_test: Fail
238 # Common with language_dart2js. 219 # Common with language_dart2js.
239 function_type_alias3_test: Fail 220 function_type_alias3_test: Fail
240 function_type_alias5_test/00: Fail 221 function_type_alias5_test/00: Fail
241 function_type_alias5_test/01: Fail 222 function_type_alias5_test/01: Fail
242 function_type_alias5_test/02: Fail 223 function_type_alias5_test/02: Fail
243 function_type_alias7_test/00: Fail 224 function_type_alias7_test/00: Fail
244 function_type_alias_test: Fail
245 function_type_parameter2_test: Fail 225 function_type_parameter2_test: Fail
246 function_type_parameter_test: Fail 226 function_type_parameter_test: Fail
247 get_set_syntax_test/none: Fail 227 get_set_syntax_test/none: Fail
248 implicit_scope_test: Fail 228 implicit_scope_test: Fail
249 instanceof3_test: Fail 229 instanceof3_test: Fail
250 library_prefixes_test: Fail 230 library_prefixes_test: Fail
251 method_name_test: Fail 231 method_name_test: Fail
252 named_parameters_type_test: Fail
253 numbers_test: Fail 232 numbers_test: Fail
254 # DartVM problem. 233 # DartVM problem.
255 closure_with_super_send_test: Fail 234 closure_with_super_send_test: Fail
256 constructor5_test: Fail 235 constructor5_test: Fail
257 constructor6_test: Fail 236 constructor6_test: Fail
258 fauxverride_test/none: Fail 237 fauxverride_test/none: Fail
259 gc_test: Fail 238 gc_test: Fail
260 prefix_core_test: Fail 239 prefix_core_test: Fail
261 super_closure_test: Fail 240 super_closure_test: Fail
262 super_field_access_test: Fail 241 super_field_access_test: Fail
263 super_first_constructor_test: Fail 242 super_first_constructor_test: Fail
264 # Triaged. 243 # Triaged.
265 method_override2_test/00: Fail # Must provide compiler errors, not currently sup ported by framework. 244 method_override2_test/00: Fail # Must provide compiler errors, not currently sup ported by framework.
266 method_override2_test/02: Fail # Must provide compiler errors, not currently sup ported by framework. 245 method_override2_test/02: Fail # Must provide compiler errors, not currently sup ported by framework.
267 method_override2_test/03: Fail # Must provide compiler errors, not currently sup ported by framework. 246 method_override2_test/03: Fail # Must provide compiler errors, not currently sup ported by framework.
268 syntax_test/47: Fail # We should get compile-time error on const constructor ha ving body. But we don't emit default constructors with empty body. 247 syntax_test/47: Fail # We should get compile-time error on const constructor ha ving body. But we don't emit default constructors with empty body.
269 type_variable_bounds2_test/00: Fail # See above 248 type_variable_bounds2_test/00: Fail # See above
270 type_variable_bounds2_test/03: Fail # See above 249 type_variable_bounds2_test/03: Fail # See above
271 type_variable_bounds2_test/05: Fail # See above 250 type_variable_bounds2_test/05: Fail # See above
272 try_catch_test: Fail # New catch syntax is not supported by dart2js yet. 251 try_catch_test: Fail # New catch syntax is not supported by dart2js yet.
273 # Should be triaged. 252 # Should be triaged.
274 const_test: Fail 253 const_test: Fail
254 ct_const2_test: Fail, Pass
255 disable_privacy_test: Fail
275 empty_body_member_negative_test: Fail 256 empty_body_member_negative_test: Fail
276 factory4_test: Fail 257 factory4_test: Fail
277 field2_negative_test: Fail 258 field2_negative_test: Fail
278 field4_negative_test: Fail 259 field4_negative_test: Fail
279 field5_negative_test: Fail 260 field5_negative_test: Fail
280 field6a_negative_test: Fail 261 field6a_negative_test: Fail
281 field7a_negative_test: Fail 262 field7a_negative_test: Fail
282 field_optimization2_test: Fail 263 field_optimization2_test: Fail
283 field_optimization_test: Fail 264 field_optimization_test: Fail
284 field_override_test/01: Fail 265 field_override_test/01: Fail
285 field_override_test/02: Fail 266 field_override_test/02: Fail
286 field_override_test/none: Fail 267 field_override_test/none: Fail
268 function_field_test: Fail
269 generic_test: Fail
287 getters_setters2_test/03: Fail 270 getters_setters2_test/03: Fail
271 implicit_closure_test: Fail, Pass
288 implied_interface_test: Fail 272 implied_interface_test: Fail
289 interface_factory_constructor_negative_test: Fail 273 interface_factory_constructor_negative_test: Fail
290 interface_static_method_negative_test: Fail 274 interface_static_method_negative_test: Fail
291 interface_test: Fail 275 interface_test: Fail
292 library5_test: Fail 276 library5_test: Fail
293 library_same_name_used_test: Fail 277 library_same_name_used_test: Fail
294 named_parameters_type_test: Fail
295 non_const_super_negative_test: Fail 278 non_const_super_negative_test: Fail
296 number_identifier_negative_test: Fail 279 number_identifier_negative_test: Fail
297 operator1_negative_test: Fail 280 operator1_negative_test: Fail
298 prefix15_test: Fail 281 prefix15_test: Fail
299 prefix18_negative_test: Fail 282 prefix18_negative_test: Fail
300 prefix20_negative_test: Fail 283 prefix20_negative_test: Fail
301 static_final_field_negative_test: Fail 284 static_final_field_negative_test: Fail
285 static_implicit_closure_test: Fail, Pass
302 static_top_level_test/00: Fail 286 static_top_level_test/00: Fail
303 static_top_level_test/01: Fail 287 static_top_level_test/01: Fail
304 static_top_level_test/02: Fail 288 static_top_level_test/02: Fail
305 static_top_level_test/03: Fail 289 static_top_level_test/03: Fail
306 static_top_level_test/04: Fail 290 static_top_level_test/04: Fail
307 static_top_level_test/05: Fail 291 static_top_level_test/05: Fail
308 string_interpolation7_test: Fail 292 string_interpolation7_test: Fail
309 switch_label_test: Fail 293 switch_label_test: Fail
310 typed_message_test: Fail
311 type_variable_bounds2_test/02: Fail 294 type_variable_bounds2_test/02: Fail
312 type_variable_bounds2_test/06: Fail 295 type_variable_bounds2_test/06: Fail
313 type_variable_bounds_test/02: Fail 296 type_variable_bounds_test/02: Fail
314 type_variable_bounds_test/04: Fail 297 type_variable_bounds_test/04: Fail
315 type_variable_bounds_test/05: Fail 298 type_variable_bounds_test/05: Fail
OLDNEW
« no previous file with comments | « no previous file | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698