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

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

Issue 10942028: Support class and typedef literals as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 export_cyclic_test: Fail # Issue 5785 327 export_cyclic_test: Fail # Issue 5785
328 first_class_types_libraries_test: Fail # Issue 2264 328 first_class_types_libraries_test: Fail # Issue 2264
329 local_export_test: Fail # http://dartbug.com/2264 329 local_export_test: Fail # http://dartbug.com/2264
330 330
331 331
332 [ $runtime == dartium ] 332 [ $runtime == dartium ]
333 import_combinators_test: Fail 333 import_combinators_test: Fail
334 334
335 335
336 [ $runtime == vm || ($runtime == drt && $compiler == none) ] 336 [ $runtime == vm || ($runtime == drt && $compiler == none) ]
337 first_class_types_literals_test: Fail # issue 6282
337 call_test: Fail # Issue 1604 338 call_test: Fail # Issue 1604
338 339
339 [ $runtime == chrome ] 340 [ $runtime == chrome ]
340 string_escape1_negative_test: Skip 341 string_escape1_negative_test: Skip
341 342
342 [ $runtime == ie9 && ($system == linux || $system == macos) ] 343 [ $runtime == ie9 && ($system == linux || $system == macos) ]
343 *: Skip 344 *: Skip
344 345
345 [ $runtime == safari && ($system == linux || $system == windows) ] 346 [ $runtime == safari && ($system == linux || $system == windows) ]
346 *: Skip 347 *: Skip
347 348
348 [ $browser ] 349 [ $browser ]
349 350
350 351
351 [ $arch == simarm ] 352 [ $arch == simarm ]
352 *: Skip 353 *: Skip
353 354
354 [ $arch == arm ] 355 [ $arch == arm ]
355 *: Skip 356 *: Skip
356 357
357 [ $compiler == dart2dart ] 358 [ $compiler == dart2dart ]
358 many_overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode 359 many_overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode
359 overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode 360 overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode
360 # Calling unresolved class constructor: 361 # Calling unresolved class constructor:
361 # call_constructor_on_unresolvable_class_test/07: Fail 362 # call_constructor_on_unresolvable_class_test/07: Fail
362 call_nonexistent_constructor_test: Fail 363 call_nonexistent_constructor_test: Fail
363 364
365 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
366 illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
367 illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
368
364 # Renaming type from platform library: 369 # Renaming type from platform library:
365 dynamic_test: Fail 370 dynamic_test: Fail
366 371
367 # Missing compile-time error when modifying final local variables 372 # Missing compile-time error when modifying final local variables
368 final_variable_assignment_test/01: Fail 373 final_variable_assignment_test/01: Fail
369 final_variable_assignment_test/02: Fail 374 final_variable_assignment_test/02: Fail
370 final_variable_assignment_test/03: Fail 375 final_variable_assignment_test/03: Fail
371 final_variable_assignment_test/04: Fail 376 final_variable_assignment_test/04: Fail
372 377
373 # Factory for another interface (will be obsolete soon). 378 # Factory for another interface (will be obsolete soon).
374 # factory2_negative_test: Fail 379 # factory2_negative_test: Fail
375 # factory3_negative_test: Fail 380 # factory3_negative_test: Fail
376 # factory_negative_test: Fail 381 # factory_negative_test: Fail
377 default_factory_test: Fail 382 default_factory_test: Fail
378 factory2_test: Fail 383 factory2_test: Fail
379 factory3_test: Fail 384 factory3_test: Fail
380 factory4_test: Fail 385 factory4_test: Fail
381 factory5_test: Fail 386 factory5_test: Fail
382 factory_implementation_test: Fail 387 factory_implementation_test: Fail
383 interface_factory_multi_test: Fail 388 interface_factory_multi_test: Fail
384 interface_factory_test: Fail 389 interface_factory_test: Fail
385 non_parameterized_factory2_test: Fail 390 non_parameterized_factory2_test: Fail
386 non_parameterized_factory_test: Fail 391 non_parameterized_factory_test: Fail
387 type_variable_scope_test: Fail 392 type_variable_scope_test: Fail
388 constructor_redirect2_test/03: Fail 393 constructor_redirect2_test/03: Fail
389 394
390 class_literal_test/05: Fail # http://dartbug.com/5519
391 class_literal_test/10: Fail # http://dartbug.com/5519
392 class_literal_test/11: Fail # http://dartbug.com/5519
393 class_literal_test/12: Fail # http://dartbug.com/5519
394 class_literal_test/17: Fail # http://dartbug.com/5519
395 class_literal_test/18: Fail # http://dartbug.com/5519
396 class_literal_test/19: Fail # http://dartbug.com/5519
397 class_literal_test/20: Fail # http://dartbug.com/5519
398 class_literal_test/22: Fail # http://dartbug.com/5519
399 class_literal_test/25: Fail # http://dartbug.com/5519
400 class_literal_test/27: Fail # http://dartbug.com/5519
401 class_literal_test/28: Fail # http://dartbug.com/5519
402 class_literal_test/29: Fail # http://dartbug.com/5519
403 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 395 compile_time_constant10_test/01: Fail # http://dartbug.com/5519
404 compile_time_constant10_test/02: Fail # http://dartbug.com/5519 396 compile_time_constant10_test/02: Fail # http://dartbug.com/5519
405 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519 397 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519
406 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519 398 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519
407 compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519 399 compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519
408 compile_time_constant_arguments_test/04: Fail # http://dartbug.com/5519 400 compile_time_constant_arguments_test/04: Fail # http://dartbug.com/5519
409 compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519 401 compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519
410 compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519 402 compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519
411 const_constructor_syntax_test/04: Fail # http://dartbug.com/5519 403 const_constructor_syntax_test/04: Fail # http://dartbug.com/5519
412 const_constructor_syntax_test/05: Fail # http://dartbug.com/5519 404 const_constructor_syntax_test/05: Fail # http://dartbug.com/5519
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 compile_time_constant_checked3_test/05: Fail, OK 564 compile_time_constant_checked3_test/05: Fail, OK
573 compile_time_constant_checked3_test/06: Fail, OK 565 compile_time_constant_checked3_test/06: Fail, OK
574 566
575 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 567 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
576 568
577 call_through_null_getter_test: Fail # issue 6130 569 call_through_null_getter_test: Fail # issue 6130
578 570
579 # This is a VM error when the compiled code is run. 571 # This is a VM error when the compiled code is run.
580 invocation_mirror_test: Fail # issue 3326, 3622. 572 invocation_mirror_test: Fail # issue 3326, 3622.
581 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 573 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698