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

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

Issue 18181009: Make closures in constructor initializers read type variables directly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add VM crash and modify test. 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 type_parameter_literal_test: Fail # Issue 7551 76 type_parameter_literal_test: Fail # Issue 7551
77 77
78 on_catch_malformed_type_test: Fail # Issue 8601 78 on_catch_malformed_type_test: Fail # Issue 8601
79 79
80 mixin_mixin_test: Fail 80 mixin_mixin_test: Fail
81 mixin_issue10216_2_test: Fail 81 mixin_issue10216_2_test: Fail
82 mixin_illegal_object_test/01: Crash # Issue 10952 82 mixin_illegal_object_test/01: Crash # Issue 10952
83 mixin_illegal_object_test/02: Crash # Issue 10952 83 mixin_illegal_object_test/02: Crash # Issue 10952
84 84
85 type_variable_field_initializer_closure_test: Crash # issue 8847 85 type_variable_field_initializer_closure_test: Crash # issue 8847
86 closures_initializer_test: Crash # issue 8847
86 87
87 88
88 [ $compiler == none && $unchecked ] 89 [ $compiler == none && $unchecked ]
89 90
90 # Only checked mode reports an error on type assignment 91 # Only checked mode reports an error on type assignment
91 # problems in compile time constants. 92 # problems in compile time constants.
92 compile_time_constant_checked_test/02: Fail, OK 93 compile_time_constant_checked_test/02: Fail, OK
93 compile_time_constant_checked2_test/01: Fail, OK 94 compile_time_constant_checked2_test/01: Fail, OK
94 compile_time_constant_checked2_test/02: Fail, OK 95 compile_time_constant_checked2_test/02: Fail, OK
95 compile_time_constant_checked2_test/03: Fail, OK 96 compile_time_constant_checked2_test/03: Fail, OK
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 compile_time_constant_checked3_test/02: Fail, OK 494 compile_time_constant_checked3_test/02: Fail, OK
494 compile_time_constant_checked3_test/03: Fail, OK 495 compile_time_constant_checked3_test/03: Fail, OK
495 compile_time_constant_checked3_test/04: Fail, OK 496 compile_time_constant_checked3_test/04: Fail, OK
496 compile_time_constant_checked3_test/05: Fail, OK 497 compile_time_constant_checked3_test/05: Fail, OK
497 compile_time_constant_checked3_test/06: Fail, OK 498 compile_time_constant_checked3_test/06: Fail, OK
498 499
499 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 500 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
500 type_parameter_literal_test: Fail 501 type_parameter_literal_test: Fail
501 502
502 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 503 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
503 504 closures_initializer_test: Crash # VM bug: issue 8847
504 505
505 bound_closure_equality_test: Fail # Issue 10849 506 bound_closure_equality_test: Fail # Issue 10849
506 507
507 [ $compiler == dart2dart && $minified ] 508 [ $compiler == dart2dart && $minified ]
508 dynamic_test: Fail # dartbug.com/11468 509 dynamic_test: Fail # dartbug.com/11468
509 function_subtype_bound_closure0_test: Fail # dartbug.com/11468 510 function_subtype_bound_closure0_test: Fail # dartbug.com/11468
510 function_subtype_bound_closure1_test: Fail # dartbug.com/11468 511 function_subtype_bound_closure1_test: Fail # dartbug.com/11468
511 function_subtype_bound_closure2_test: Fail # dartbug.com/11468 512 function_subtype_bound_closure2_test: Fail # dartbug.com/11468
512 function_subtype_bound_closure5_test: Fail # dartbug.com/11468 513 function_subtype_bound_closure5_test: Fail # dartbug.com/11468
513 function_subtype_bound_closure6_test: Fail # dartbug.com/11468 514 function_subtype_bound_closure6_test: Fail # dartbug.com/11468
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 568
568 [ $arch == mips ] 569 [ $arch == mips ]
569 *: Skip 570 *: Skip
570 571
571 572
572 [ $arch == simmips ] 573 [ $arch == simmips ]
573 arithmetic_test: Crash # Too far relative branch. 574 arithmetic_test: Crash # Too far relative branch.
574 large_implicit_getter_test: Crash # Too far relative branch. 575 large_implicit_getter_test: Crash # Too far relative branch.
575 stack_overflow_test: Crash 576 stack_overflow_test: Crash
576 stack_overflow_stacktrace_test: Crash 577 stack_overflow_stacktrace_test: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698