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

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

Issue 16181004: Report CTEC.REDIRECT_TO_NON_CONST_CONSTRUCTOR (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 default_implementation2_test: fail 588 default_implementation2_test: fail
589 dynamic2_test/00: fail 589 dynamic2_test/00: fail
590 dynamic_field_test: fail 590 dynamic_field_test: fail
591 export_cyclic_test: fail 591 export_cyclic_test: fail
592 f_bounded_quantification_test/01: fail 592 f_bounded_quantification_test/01: fail
593 f_bounded_quantification_test/02: fail 593 f_bounded_quantification_test/02: fail
594 factory2_test: fail 594 factory2_test: fail
595 factory5_test/00: fail 595 factory5_test/00: fail
596 factory_implementation_test/none: fail 596 factory_implementation_test/none: fail
597 factory_redirection2_test/01: fail 597 factory_redirection2_test/01: fail
598 factory_redirection_test/07: fail
599 fauxverride_test/03: fail 598 fauxverride_test/03: fail
600 fauxverride_test/05: fail 599 fauxverride_test/05: fail
601 field_method4_negative_test: fail 600 field_method4_negative_test: fail
602 field_override_test/01: fail 601 field_override_test/01: fail
603 final_for_in_variable_test/01: fail 602 final_for_in_variable_test/01: fail
604 final_param_negative_test: fail 603 final_param_negative_test: fail
605 final_var_negative_test: fail 604 final_var_negative_test: fail
606 final_variable_assignment_test/01: fail 605 final_variable_assignment_test/01: fail
607 final_variable_assignment_test/02: fail 606 final_variable_assignment_test/02: fail
608 final_variable_assignment_test/03: fail 607 final_variable_assignment_test/03: fail
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 802
804 803
805 [ $arch == simarm ] 804 [ $arch == simarm ]
806 *: Skip 805 *: Skip
807 806
808 [ $arch == mips ] 807 [ $arch == mips ]
809 *: Skip 808 *: Skip
810 809
811 [ $arch == simmips ] 810 [ $arch == simmips ]
812 *: Skip 811 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698