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

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

Issue 13009002: Fix bug 4898: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 class_literal_test/27 : Fail # language change 3368 147 class_literal_test/27 : Fail # language change 3368
148 class_literal_test/28 : Fail # language change 3368 148 class_literal_test/28 : Fail # language change 3368
149 class_literal_test/29 : Fail # language change 3368 149 class_literal_test/29 : Fail # language change 3368
150 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 150 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
151 compile_time_constant10_test/none: Fail # issue 5215. 151 compile_time_constant10_test/none: Fail # issue 5215.
152 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 152 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
153 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 153 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
154 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 154 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
155 155
156 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 156 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
157 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
158 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 157 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
159 type_annotation_test/02: Fail # Issue 6974 158 type_annotation_test/02: Fail # Issue 6974
160 type_annotation_test/07: Fail # Issue 6974 159 type_annotation_test/07: Fail # Issue 6974
161 type_annotation_test/08: Fail # Issue 5291 160 type_annotation_test/08: Fail # Issue 5291
162 # Test expects signature of noSuchMethod to be correct according 161 # Test expects signature of noSuchMethod to be correct according
163 # to specification. Should start working when the library signature 162 # to specification. Should start working when the library signature
164 # changes. 163 # changes.
165 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 164 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
166 library2_negative_test: Fail # still a valid test? Issue 3649 165 library2_negative_test: Fail # still a valid test? Issue 3649
167 library4_negative_test: Fail # still a valid test? Issue 3530 166 library4_negative_test: Fail # still a valid test? Issue 3530
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 const_syntax_test/08: Fail # http://dartbug.com/5519 397 const_syntax_test/08: Fail # http://dartbug.com/5519
399 const_syntax_test/10: Fail # http://dartbug.com/5519 398 const_syntax_test/10: Fail # http://dartbug.com/5519
400 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 399 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
401 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 400 final_for_in_variable_test/01: Fail # http://dartbug.com/5519
402 final_is_not_const_test/01: Fail # http://dartbug.com/5519 401 final_is_not_const_test/01: Fail # http://dartbug.com/5519
403 final_syntax_test/01: Fail # http://dartbug.com/5519 402 final_syntax_test/01: Fail # http://dartbug.com/5519
404 final_syntax_test/02: Fail # http://dartbug.com/5519 403 final_syntax_test/02: Fail # http://dartbug.com/5519
405 final_syntax_test/03: Fail # http://dartbug.com/5519 404 final_syntax_test/03: Fail # http://dartbug.com/5519
406 final_syntax_test/04: Fail # http://dartbug.com/5519 405 final_syntax_test/04: Fail # http://dartbug.com/5519
407 getter_no_setter_test/01: Fail # http://dartbug.com/5519 406 getter_no_setter_test/01: Fail # http://dartbug.com/5519
408 getter_no_setter2_test/01: Fail # http://dartbug.com/5519
409 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 407 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
410 method_override2_test/01: Fail # http://dartbug.com/5519 408 method_override2_test/01: Fail # http://dartbug.com/5519
411 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 409 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
412 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 410 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519
413 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 411 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
414 412
415 throw_expr_test: Fail 413 throw_expr_test: Fail
416 metadata_test: Fail 414 metadata_test: Fail
417 # Fails in conservative mode, issue 4935, passes in minifinying mode. 415 # Fails in conservative mode, issue 4935, passes in minifinying mode.
418 bad_constructor_test/04: Fail 416 bad_constructor_test/04: Fail
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 *: Skip 549 *: Skip
552 550
553 [ $arch == simarm ] 551 [ $arch == simarm ]
554 *: Skip 552 *: Skip
555 553
556 [ $arch == mips ] 554 [ $arch == mips ]
557 *: Skip 555 *: Skip
558 556
559 [ $arch == simmips ] 557 [ $arch == simmips ]
560 *: Skip 558 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698