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

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

Issue 18496004: Retain type annotations for function subtyping in minified mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 498
499 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 499 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
500 type_parameter_literal_test: Fail 500 type_parameter_literal_test: Fail
501 501
502 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 502 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
503 503
504 504
505 bound_closure_equality_test: Fail # Issue 10849 505 bound_closure_equality_test: Fail # Issue 10849
506 506
507 [ $compiler == dart2dart && $minified ] 507 [ $compiler == dart2dart && $minified ]
508 dynamic_test: Fail # dartbug.com/11468
509 function_subtype_bound_closure0_test: Fail # dartbug.com/11468
510 function_subtype_bound_closure1_test: Fail # dartbug.com/11468
511 function_subtype_bound_closure2_test: Fail # dartbug.com/11468
512 function_subtype_bound_closure5_test: Fail # dartbug.com/11468
513 function_subtype_bound_closure6_test: Fail # dartbug.com/11468
514 function_subtype_bound_closure7_test: Fail # dartbug.com/11468
515 function_subtype_cast0_test: Fail # dartbug.com/11468
516 function_subtype_cast1_test: Fail # dartbug.com/11468
517 function_subtype_cast2_test: Fail # dartbug.com/11468
518 function_subtype_cast3_test: Fail # dartbug.com/11468
519 function_subtype_factory0_test: Fail # dartbug.com/11468
520 function_subtype_local1_test: Fail # dartbug.com/11468
521 function_subtype_local5_test: Fail # dartbug.com/11468
522 function_subtype_not0_test: Fail # dartbug.com/11468
523 function_subtype_not1_test: Fail # dartbug.com/11468
524 function_subtype_not2_test: Fail # dartbug.com/11468
525 function_subtype_not3_test: Fail # dartbug.com/11468
526 function_subtype_top_level1_test: Fail # dartbug.com/11468
527 function_type_alias2_test: Fail # dartbug.com/11468
528 function_type_alias3_test: Fail # dartbug.com/11468
529 function_type_alias4_test: Fail # dartbug.com/11468
530 function_type_alias6_test: Fail # dartbug.com/11468
531 function_type_alias_test: Fail # dartbug.com/11468
532 method_override_test: Fail # dartbug.com/11468
533
534 function_subtype0_test: Fail # dartbug.com/11467
535 function_subtype1_test: Fail # dartbug.com/11467
536 function_subtype_bound_closure3_test: Fail # dartbug.com/11467
537 function_subtype_bound_closure4_test: Fail # dartbug.com/11467
538 function_subtype_call0_test: Fail # dartbug.com/11467
539 function_subtype_call1_test: Fail # dartbug.com/11467
540 function_subtype_call2_test: Fail # dartbug.com/11467
541 function_subtype_inline0_test: Fail # dartbug.com/11467
542 function_subtype_local0_test: Fail # dartbug.com/11467
543 function_subtype_local2_test: Fail # dartbug.com/11467
544 function_subtype_local3_test: Fail # dartbug.com/11467
545 function_subtype_local4_test: Fail # dartbug.com/11467
546 function_subtype_named1_test: Fail # dartbug.com/11467
547 function_subtype_named2_test: Fail # dartbug.com/11467
548 function_subtype_optional1_test: Fail # dartbug.com/11467
549 function_subtype_optional2_test: Fail # dartbug.com/11467
550 function_subtype_top_level0_test: Fail # dartbug.com/11467
551
552 super_getter_setter_test: Fail # Issue 11065. 508 super_getter_setter_test: Fail # Issue 11065.
553 509
554 # TODO(tball): Assign proper bug numbers. 510 # TODO(tball): Assign proper bug numbers.
555 class_literal_test/none: Fail 511 class_literal_test/none: Fail
556 512
557 import_core_prefix_test: Pass 513 import_core_prefix_test: Pass
558 prefix22_test: Pass 514 prefix22_test: Pass
559 invocation_mirror_test: Fail, OK # hardcoded names. 515 invocation_mirror_test: Fail, OK # hardcoded names.
560 super_call4_test: Fail, OK # hardcoded names. 516 super_call4_test: Fail, OK # hardcoded names.
561 517
562 518
563 [ $arch == simarm || $arch == arm ] 519 [ $arch == simarm || $arch == arm ]
564 stack_overflow_test: Crash, Pass # Passes on HW in release mode. 520 stack_overflow_test: Crash, Pass # Passes on HW in release mode.
565 stack_overflow_stacktrace_test: Crash, Pass # Passes on HW in release mode. 521 stack_overflow_stacktrace_test: Crash, Pass # Passes on HW in release mode.
566 522
567 523
568 [ $arch == mips ] 524 [ $arch == mips ]
569 *: Skip 525 *: Skip
570 526
571 527
572 [ $arch == simmips ] 528 [ $arch == simmips ]
573 arithmetic_test: Crash # Too far relative branch. 529 arithmetic_test: Crash # Too far relative branch.
574 large_implicit_getter_test: Crash # Too far relative branch. 530 large_implicit_getter_test: Crash # Too far relative branch.
575 stack_overflow_test: Crash 531 stack_overflow_test: Crash
576 stack_overflow_stacktrace_test: Crash 532 stack_overflow_stacktrace_test: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698