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

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

Issue 22861024: Update the language.status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 == dart2js && ($runtime == ie9 || $runtime == ie10) ] 8 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
9 licm2_test: Skip # Issue: 12298 9 licm2_test: Skip # Issue 12298
10 10
11 [ $compiler == dart2dart ] 11 [ $compiler == dart2dart ]
12 mixin_super_constructor_named_test: Fail 12 mixin_super_constructor_named_test: Fail # Issue 12631
13 mixin_super_constructor_positionals_test: Fail 13 mixin_super_constructor_positionals_test: Fail # Issue 12631
14 function_type_alias6_test/00: Fail # Issue 11986 14 function_type_alias6_test/00: Fail # Issue 11986
15 function_type_alias9_test/00: Crash # Issue 11986 15 function_type_alias9_test/00: Crash # Issue 11986
16 16
17 [ $compiler == none ] 17 [ $compiler == none ]
18 mixin_super_constructor_named_test: Fail 18 mixin_super_constructor_named_test: Fail # Issue 12631
19 mixin_super_constructor_positionals_test: Fail 19 mixin_super_constructor_positionals_test: Fail # Issue 12631
20 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 20 built_in_identifier_prefix_test: Fail # Issue 6970
21 library_juxtaposition_test: Fail # Issue 6877 21 library_juxtaposition_test: Fail # Issue 6877
22 switch_int_double_test/01: Fail # Issue 7307 22 switch_int_double_test/01: Fail # Issue 7307
23 switch_int_double_test/02: Fail # Issue 7307 23 switch_int_double_test/02: Fail # Issue 7307
24 24
25 # These bugs refer currently ongoing language discussions. 25 # These bugs refer currently ongoing language discussions.
26 constructor5_test: Fail # (Discussion ongoing) 26 constructor_initializer_test: Fail # Issue 12633
27 27 constructor5_test: Fail # Issue 6422
28 constructor_initializer_test: Fail # Side effects in constructor parameters 28 constructor6_test: Fail # Issue 6422
29
30 constructor6_test: Fail # Issue 6422
31 closure_in_initializer_test: Fail # Issue 6422 29 closure_in_initializer_test: Fail # Issue 6422
32 30
33 # Regular bugs which should be fixed. 31 # Regular bugs which should be fixed.
34 super_first_constructor_test: Fail # Issue 1372. 32 super_first_constructor_test: Fail # Issue 1372.
35
36 parameter_initializer6_negative_test: Fail # Issue 3502 33 parameter_initializer6_negative_test: Fail # Issue 3502
37 34 named_parameters_aggregated_test/05: Fail # Issue 12634
38 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
39
40 lazy_static3_test: Fail # Issue 12593 35 lazy_static3_test: Fail # Issue 12593
41 36 export_cyclic_test: Fail, Crash # Issue 6060
42 export_cyclic_test: Fail, Crash # issue 6060 37 duplicate_export_negative_test: Fail # Issue 6134
43 duplicate_export_negative_test: Fail # issue 6134
44
45 on_catch_malformed_type_test: Fail # Issue 8601 38 on_catch_malformed_type_test: Fail # Issue 8601
46 39 mixin_mixin_test: Fail # Issue 12636
47 mixin_mixin_test: Fail 40 mixin_issue10216_2_test: Fail # Issue 12636
48 mixin_issue10216_2_test: Fail
49 mixin_illegal_object_test/01: Crash # Issue 10952 41 mixin_illegal_object_test/01: Crash # Issue 10952
50 mixin_illegal_object_test/02: Crash # Issue 10952 42 mixin_illegal_object_test/02: Crash # Issue 10952
51
52 mixin_forwarding_constructor2_test: Fail # Issue 11888 43 mixin_forwarding_constructor2_test: Fail # Issue 11888
53 mixin_typedef_constructor_test: Fail # Issue 11888 44 mixin_typedef_constructor_test: Fail # Issue 11888
54 mixin_type_parameter2_test: Fail # Issue 11888 45 mixin_type_parameter2_test: Fail # Issue 11888
55 46
56 [ $compiler == none && $unchecked ] 47 [ $compiler == none && $unchecked ]
57
58 # Only checked mode reports an error on type assignment 48 # Only checked mode reports an error on type assignment
59 # problems in compile time constants. 49 # problems in compile time constants.
60 compile_time_constant_checked_test/02: Fail, OK 50 compile_time_constant_checked_test/02: Fail, OK
61 compile_time_constant_checked2_test/01: Fail, OK 51 compile_time_constant_checked2_test/01: Fail, OK
62 compile_time_constant_checked2_test/02: Fail, OK 52 compile_time_constant_checked2_test/02: Fail, OK
63 compile_time_constant_checked2_test/03: Fail, OK 53 compile_time_constant_checked2_test/03: Fail, OK
64 compile_time_constant_checked2_test/04: Fail, OK 54 compile_time_constant_checked2_test/04: Fail, OK
65 compile_time_constant_checked2_test/05: Fail, OK 55 compile_time_constant_checked2_test/05: Fail, OK
66 compile_time_constant_checked2_test/06: Fail, OK 56 compile_time_constant_checked2_test/06: Fail, OK
67 compile_time_constant_checked3_test/01: Fail, OK 57 compile_time_constant_checked3_test/01: Fail, OK
68 compile_time_constant_checked3_test/02: Fail, OK 58 compile_time_constant_checked3_test/02: Fail, OK
69 compile_time_constant_checked3_test/03: Fail, OK 59 compile_time_constant_checked3_test/03: Fail, OK
70 compile_time_constant_checked3_test/04: Fail, OK 60 compile_time_constant_checked3_test/04: Fail, OK
71 compile_time_constant_checked3_test/05: Fail, OK 61 compile_time_constant_checked3_test/05: Fail, OK
72 compile_time_constant_checked3_test/06: Fail, OK 62 compile_time_constant_checked3_test/06: Fail, OK
73 63
74
75 [ $compiler == none && $runtime == drt ]
76 final_variable_assignment_test/01: Fail
77 final_variable_assignment_test/02: Fail
78 final_variable_assignment_test/03: Fail
79 final_variable_assignment_test/04: Fail
80
81
82 [ $runtime == dartium ] 64 [ $runtime == dartium ]
83 import_combinators_test: Fail 65 import_combinators_test: Fail
84 66
85
86 [ $runtime == vm || ($runtime == drt && $compiler == none) ] 67 [ $runtime == vm || ($runtime == drt && $compiler == none) ]
87 first_class_types_literals_test: Fail # issue 11761 68 first_class_types_literals_test: Fail # issue 11761
88 call_test: Fail # Issue 12602 69 call_test: Fail # Issue 12602
89 dynamic_prefix_core_test: Fail # Issue 12478 70 dynamic_prefix_core_test: Fail # Issue 12478
90 71
91 [ $runtime == chrome ] 72 [ $runtime == chrome ]
92 73
93 74
94 [ $browser ] 75 [ $browser ]
95 76
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 import_core_prefix_test: Pass 262 import_core_prefix_test: Pass
282 prefix22_test: Pass 263 prefix22_test: Pass
283 invocation_mirror_test: Fail, OK # hardcoded names. 264 invocation_mirror_test: Fail, OK # hardcoded names.
284 super_call4_test: Fail, OK # hardcoded names. 265 super_call4_test: Fail, OK # hardcoded names.
285 266
286 [ $compiler == dart2js || $compiler == dart2dart] 267 [ $compiler == dart2js || $compiler == dart2dart]
287 null_test/03: Fail # Issue 12445. 268 null_test/03: Fail # Issue 12445.
288 269
289 [ $compiler == dart2js ] 270 [ $compiler == dart2js ]
290 null_test/none: Fail # Issue 12482 271 null_test/none: Fail # Issue 12482
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698