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

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

Powered by Google App Engine
This is Rietveld 408576698