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

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

Issue 23599002: Update language status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 [ $compiler == none ] 8 [ $compiler == none ]
9 mixin_super_constructor_named_test: Fail # Issue 12631 9 mixin_super_constructor_named_test: Fail # Issue 12631
10 mixin_super_constructor_positionals_test: Fail # Issue 12631 10 mixin_super_constructor_positionals_test: Fail # Issue 12631
11 built_in_identifier_prefix_test: Fail # Issue 6970 11 built_in_identifier_prefix_test: Fail # Issue 6970
12 library_juxtaposition_test: Fail # Issue 6877 12 library_juxtaposition_test: Fail # Issue 6877
13 switch_int_double_test/01: Fail # Issue 7307 13 switch_int_double_test/01: Fail # Issue 7307
14 switch_int_double_test/02: Fail # Issue 7307 14 switch_int_double_test/02: Fail # Issue 7307
15 15
16 # These bugs refer currently ongoing language discussions. 16 # These bugs refer currently ongoing language discussions.
17 constructor_initializer_test: Fail # Issue 12633 17 constructor_initializer_test: Fail # Issue 12633
18 constructor5_test: Fail # Issue 6422 18 constructor5_test: Fail # Issue 6422
19 constructor6_test: Fail # Issue 6422 19 constructor6_test: Fail # Issue 6422
20 closure_in_initializer_test: Fail # Issue 6422 20 closure_in_initializer_test: Fail # Issue 6422
21 21
22 # Regular bugs which should be fixed. 22 # Regular bugs which should be fixed.
23 super_first_constructor_test: Fail # Issue 1372. 23 super_first_constructor_test: Fail # Issue 1372.
24 parameter_initializer6_negative_test: Fail # Issue 3502 24 parameter_initializer6_negative_test: Fail # Issue 3502
25 lazy_static3_test: Fail # Issue 12593 25 lazy_static3_test: Fail # Issue 12593
26 export_cyclic_test: Fail, Crash # Issue 6060 26 export_cyclic_test: Fail, Crash # Issue 6060
27 duplicate_export_negative_test: Fail # Issue 6134 27 duplicate_export_negative_test: Fail # Issue 6134
28 on_catch_malformed_type_test: Fail # Issue 8601 28 on_catch_malformed_type_test: Fail # Issue 8601
29 mixin_mixin_test: Fail # Issue 12636 29 mixin_mixin_test: Fail # Issue 9683
30 mixin_issue10216_2_test: Fail # Issue 12636 30 mixin_issue10216_2_test: Fail # Issue 9683
31 mixin_illegal_object_test/01: Crash # Issue 10952 31 mixin_illegal_object_test/01: Crash # Issue 10952
32 mixin_illegal_object_test/02: Crash # Issue 10952 32 mixin_illegal_object_test/02: Crash # Issue 10952
33 mixin_forwarding_constructor2_test: Fail # Issue 11888 33 mixin_forwarding_constructor2_test: Fail # Issue 11888
34 mixin_typedef_constructor_test: Fail # Issue 11888 34 mixin_typedef_constructor_test: Fail # Issue 11888
35 mixin_type_parameter2_test: Fail # Issue 11888 35 mixin_type_parameter2_test: Fail # Issue 11888
36 36
37 [ $compiler == none && $unchecked ] 37 [ $compiler == none && $unchecked ]
38 # Only checked mode reports an error on type assignment 38 # Only checked mode reports an error on type assignment
39 # problems in compile time constants. 39 # problems in compile time constants.
40 compile_time_constant_checked_test/02: Fail, OK 40 compile_time_constant_checked_test/02: Fail, OK
(...skipping 29 matching lines...) Expand all
70 get_set_syntax_test/04: fail # Issue 12796. '--compile_all' not available in drt 70 get_set_syntax_test/04: fail # Issue 12796. '--compile_all' not available in drt
71 get_set_syntax_test/05: fail # Issue 12796. '--compile_all' not available in drt 71 get_set_syntax_test/05: fail # Issue 12796. '--compile_all' not available in drt
72 get_set_syntax_test/06: fail # Issue 12796. '--compile_all' not available in drt 72 get_set_syntax_test/06: fail # Issue 12796. '--compile_all' not available in drt
73 get_set_syntax_test/07: fail # Issue 12796. '--compile_all' not available in drt 73 get_set_syntax_test/07: fail # Issue 12796. '--compile_all' not available in drt
74 get_set_syntax_test/13: fail # Issue 12796. '--compile_all' not available in drt 74 get_set_syntax_test/13: fail # Issue 12796. '--compile_all' not available in drt
75 get_set_syntax_test/14: fail # Issue 12796. '--compile_all' not available in drt 75 get_set_syntax_test/14: fail # Issue 12796. '--compile_all' not available in drt
76 get_set_syntax_test/15: fail # Issue 12796. '--compile_all' not available in drt 76 get_set_syntax_test/15: fail # Issue 12796. '--compile_all' not available in drt
77 mixin_illegal_object_test/01: pass # Issue 10952. 77 mixin_illegal_object_test/01: pass # Issue 10952.
78 mixin_illegal_object_test/02: pass # Issue 10952. 78 mixin_illegal_object_test/02: pass # Issue 10952.
79 syntax_test/47: fail # Issue 12796. '--compile_all' not available in drt 79 syntax_test/47: fail # Issue 12796. '--compile_all' not available in drt
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698