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

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

Issue 11404004: Fix result type checking of redirecting factory in checked mode (issue 6596). (Closed) Base URL: http://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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 invocation_mirror_indirect_test: Fail # Issue 3326 58 invocation_mirror_indirect_test: Fail # Issue 3326
59 59
60 interceptor_test: Fail, Crash # Issue 6696 60 interceptor_test: Fail, Crash # Issue 6696
61 61
62 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 62 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
63 gc_test: Skip # Issue 1487, flaky. 63 gc_test: Skip # Issue 1487, flaky.
64 64
65 [ $compiler == none && $mode == debug ] 65 [ $compiler == none && $mode == debug ]
66 gc_test: Skip # Takes too long. 66 gc_test: Skip # Takes too long.
67 67
68
69 [ $compiler == none && $checked ]
70 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6596
71
72
73 [ $compiler == none && $unchecked ] 68 [ $compiler == none && $unchecked ]
74 69
75
76 # Only checked mode reports an error on type assignment 70 # Only checked mode reports an error on type assignment
77 # problems in compile time constants. 71 # problems in compile time constants.
78 compile_time_constant_checked_test/02: Fail, OK 72 compile_time_constant_checked_test/02: Fail, OK
79 compile_time_constant_checked2_test/01: Fail, OK 73 compile_time_constant_checked2_test/01: Fail, OK
80 compile_time_constant_checked2_test/02: Fail, OK 74 compile_time_constant_checked2_test/02: Fail, OK
81 compile_time_constant_checked2_test/03: Fail, OK 75 compile_time_constant_checked2_test/03: Fail, OK
82 compile_time_constant_checked2_test/04: Fail, OK 76 compile_time_constant_checked2_test/04: Fail, OK
83 compile_time_constant_checked2_test/05: Fail, OK 77 compile_time_constant_checked2_test/05: Fail, OK
84 compile_time_constant_checked2_test/06: Fail, OK 78 compile_time_constant_checked2_test/06: Fail, OK
85 compile_time_constant_checked3_test/01: Fail, OK 79 compile_time_constant_checked3_test/01: Fail, OK
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 static_top_level_test/05: Fail 520 static_top_level_test/05: Fail
527 static_top_level_test/06: Fail 521 static_top_level_test/06: Fail
528 static_top_level_test/07: Fail 522 static_top_level_test/07: Fail
529 # Bug in dart2js frontend: cannot find the constructor. 523 # Bug in dart2js frontend: cannot find the constructor.
530 default_factory_library_test: Fail 524 default_factory_library_test: Fail
531 # Bug in dart2js parser: it happily parses 1is int; variable declaration. 525 # Bug in dart2js parser: it happily parses 1is int; variable declaration.
532 number_identifier_negative_test: Fail 526 number_identifier_negative_test: Fail
533 # Bug in dart2js frontent: does not support this feature. 527 # Bug in dart2js frontent: does not support this feature.
534 switch_label_test: Fail 528 switch_label_test: Fail
535 # Common with language_dart2js. 529 # Common with language_dart2js.
536 factory_redirection_test/none: Fail # Not implemented.
537 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented. 530 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
531 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
538 function_type_alias5_test/00: Fail 532 function_type_alias5_test/00: Fail
539 function_type_alias5_test/01: Fail 533 function_type_alias5_test/01: Fail
540 function_type_alias5_test/02: Fail 534 function_type_alias5_test/02: Fail
541 function_type_alias7_test/00: Fail 535 function_type_alias7_test/00: Fail
542 function_type_parameter2_test: Fail 536 function_type_parameter2_test: Fail
543 function_type_parameter_test: Fail 537 function_type_parameter_test: Fail
544 implicit_scope_test: Fail 538 implicit_scope_test: Fail
545 instanceof3_test: Fail 539 instanceof3_test: Fail
546 parameter_initializer6_negative_test: Fail # Issue 3502 540 parameter_initializer6_negative_test: Fail # Issue 3502
547 syntax_test/47: Fail 541 syntax_test/47: Fail
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 compile_time_constant_checked3_test/05: Fail, OK 589 compile_time_constant_checked3_test/05: Fail, OK
596 compile_time_constant_checked3_test/06: Fail, OK 590 compile_time_constant_checked3_test/06: Fail, OK
597 591
598 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 592 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
599 593
600 call_through_null_getter_test: Fail # issue 6130 594 call_through_null_getter_test: Fail # issue 6130
601 595
602 # This is a VM error when the compiled code is run. 596 # This is a VM error when the compiled code is run.
603 invocation_mirror_test: Fail # issue 3326, 3622. 597 invocation_mirror_test: Fail # issue 3326, 3622.
604 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 598 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698