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

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

Issue 15987007: Revert r23380, some browser tests fail. (Closed) Base URL: http://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 20 matching lines...) Expand all
31 mixin_super_constructor_named_test: Fail 31 mixin_super_constructor_named_test: Fail
32 mixin_super_constructor_positionals_test: Fail 32 mixin_super_constructor_positionals_test: Fail
33 mixin_super_constructor_multiple_test: Fail 33 mixin_super_constructor_multiple_test: Fail
34 closure_type_variable_test: Fail # Type variable used as expression (dartbug.com /6282) 34 closure_type_variable_test: Fail # Type variable used as expression (dartbug.com /6282)
35 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 35 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970
36 library_juxtaposition_test: Fail # Issue 6877 36 library_juxtaposition_test: Fail # Issue 6877
37 pseudo_kw_illegal_test/14: Fail # Issue 356 37 pseudo_kw_illegal_test/14: Fail # Issue 356
38 method_override2_test/00: Fail # Issue 7076. 38 method_override2_test/00: Fail # Issue 7076.
39 method_override2_test/02: Fail # Issue 7076. 39 method_override2_test/02: Fail # Issue 7076.
40 method_override2_test/03: Fail # Issue 7076. 40 method_override2_test/03: Fail # Issue 7076.
41 bound_closure_equality_test: Fail # Issue 10849
42 41
43 # These bugs refer currently ongoing language discussions. 42 # These bugs refer currently ongoing language discussions.
44 constructor5_test: Fail # (Discussion ongoing) 43 constructor5_test: Fail # (Discussion ongoing)
45 44
46 constructor_initializer_test: Fail # Side effects in constructor parameters 45 constructor_initializer_test: Fail # Side effects in constructor parameters
47 46
48 constructor6_test: Fail # Issue 6422 47 constructor6_test: Fail # Issue 6422
49 closure_in_initializer_test: Fail # Issue 6422 48 closure_in_initializer_test: Fail # Issue 6422
50 49
51 # Regular bugs which should be fixed. 50 # Regular bugs which should be fixed.
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 type_parameter_literal_test: Fail 513 type_parameter_literal_test: Fail
515 514
516 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 515 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
517 516
518 super_getter_setter_test: Fail # VM bug: issue 8917 517 super_getter_setter_test: Fail # VM bug: issue 8917
519 super_operator_index7_test: Fail # VM bug: issue 8918 518 super_operator_index7_test: Fail # VM bug: issue 8918
520 519
521 execute_finally10_test: Fail # VM bug: issue 430 520 execute_finally10_test: Fail # VM bug: issue 430
522 execute_finally11_test: Fail # VM bug: issue 430 521 execute_finally11_test: Fail # VM bug: issue 430
523 522
524 bound_closure_equality_test: Fail # Issue 10849
525
526 [ $compiler == dart2dart && $minified ] 523 [ $compiler == dart2dart && $minified ]
527 524
528 # TODO(tball): Assign proper bug numbers. 525 # TODO(tball): Assign proper bug numbers.
529 class_literal_test/none: Fail 526 class_literal_test/none: Fail
530 527
531 import_core_prefix_test: Pass 528 import_core_prefix_test: Pass
532 prefix22_test: Pass 529 prefix22_test: Pass
533 invocation_mirror_test: Fail, OK # hardcoded names. 530 invocation_mirror_test: Fail, OK # hardcoded names.
534 super_call4_test: Fail, OK # hardcoded names. 531 super_call4_test: Fail, OK # hardcoded names.
535 532
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 810
814 811
815 [ $arch == simarm ] 812 [ $arch == simarm ]
816 *: Skip 813 *: Skip
817 814
818 [ $arch == mips ] 815 [ $arch == mips ]
819 *: Skip 816 *: Skip
820 817
821 [ $arch == simmips ] 818 [ $arch == simmips ]
822 *: Skip 819 *: Skip
OLDNEW
« no previous file with comments | « tests/language/bound_closure_equality_test.dart ('k') | tests/language/local_function_non_equal_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698