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

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

Issue 11365108: Implement redirecting constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 years, 1 month 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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 14 matching lines...) Expand all
25 class_literal_test/26: Fail # Class literals are expression now; delete this tes t. 25 class_literal_test/26: Fail # Class literals are expression now; delete this tes t.
26 class_literal_test/27: Fail # Class literals are expression now; delete this tes t. 26 class_literal_test/27: Fail # Class literals are expression now; delete this tes t.
27 class_literal_test/28: Fail # Class literals are expression now; delete this tes t. 27 class_literal_test/28: Fail # Class literals are expression now; delete this tes t.
28 class_literal_test/29: Fail # Class literals are expression now; delete this tes t. 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes t.
29 29
30 # VM specific tests that should not be run by dart2js. 30 # VM specific tests that should not be run by dart2js.
31 *vm_test: Skip 31 *vm_test: Skip
32 *vm_negative_test: Skip 32 *vm_negative_test: Skip
33 33
34 [ $compiler == dart2js && $checked ] 34 [ $compiler == dart2js && $checked ]
35 redirecting_factory_infinite_steps_test/01: Fail
35 assert_with_type_test_or_cast_test: Fail # Issue 4929 36 assert_with_type_test_or_cast_test: Fail # Issue 4929
36 type_variable_bounds_test/01: Fail 37 type_variable_bounds_test/01: Fail
37 type_variable_bounds_test/02: Fail 38 type_variable_bounds_test/02: Fail
38 type_variable_bounds_test/04: Fail 39 type_variable_bounds_test/04: Fail
39 type_variable_bounds_test/05: Fail 40 type_variable_bounds_test/05: Fail
40 type_variable_bounds2_test/00: Fail 41 type_variable_bounds2_test/00: Fail
41 type_variable_bounds2_test/03: Fail 42 type_variable_bounds2_test/03: Fail
42 type_variable_bounds2_test/05: Fail 43 type_variable_bounds2_test/05: Fail
43 type_variable_bounds2_test/06: Pass # For the wrong reasons. 44 type_variable_bounds2_test/06: Pass # For the wrong reasons.
44 type_variable_scope_test/00: Fail 45 type_variable_scope_test/00: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 compile_time_constant_checked2_test/05: Fail, OK 78 compile_time_constant_checked2_test/05: Fail, OK
78 compile_time_constant_checked2_test/06: Fail, OK 79 compile_time_constant_checked2_test/06: Fail, OK
79 compile_time_constant_checked3_test/01: Fail, OK 80 compile_time_constant_checked3_test/01: Fail, OK
80 compile_time_constant_checked3_test/02: Fail, OK 81 compile_time_constant_checked3_test/02: Fail, OK
81 compile_time_constant_checked3_test/03: Fail, OK 82 compile_time_constant_checked3_test/03: Fail, OK
82 compile_time_constant_checked3_test/04: Fail, OK 83 compile_time_constant_checked3_test/04: Fail, OK
83 compile_time_constant_checked3_test/05: Fail, OK 84 compile_time_constant_checked3_test/05: Fail, OK
84 compile_time_constant_checked3_test/06: Fail, OK 85 compile_time_constant_checked3_test/06: Fail, OK
85 86
86 [ $compiler == dart2js ] 87 [ $compiler == dart2js ]
88 factory_redirection_test/none: fail
89 factory_redirection_test/01: fail
90 factory_redirection_test/02: fail
91 factory_redirection_test/03: fail
92 factory_redirection_test/05: fail
93 factory_redirection_test/06: fail
87 final_variable_assignment_test/01: Fail 94 final_variable_assignment_test/01: Fail
88 final_variable_assignment_test/02: Fail 95 final_variable_assignment_test/02: Fail
89 final_variable_assignment_test/03: Fail 96 final_variable_assignment_test/03: Fail
90 final_variable_assignment_test/04: Fail 97 final_variable_assignment_test/04: Fail
91 bad_override_test/01: Fail 98 bad_override_test/01: Fail
92 bad_override_test/02: Fail 99 bad_override_test/02: Fail
93 bad_constructor_test/04: Fail # http://dartbug.com/5519 100 bad_constructor_test/04: Fail # http://dartbug.com/5519
94 bad_constructor_test/05: Fail # http://dartbug.com/5519 101 bad_constructor_test/05: Fail # http://dartbug.com/5519
95 bad_constructor_test/06: Fail # http://dartbug.com/5519 102 bad_constructor_test/06: Fail # http://dartbug.com/5519
96 call_nonexistent_constructor_test: Fail 103 call_nonexistent_constructor_test: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 function_type_alias6_test: Crash, Fail 136 function_type_alias6_test: Crash, Fail
130 137
131 138
132 # Compilation errors. 139 # Compilation errors.
133 const_var_test: Fail # Map literals take 2 type arguments. 140 const_var_test: Fail # Map literals take 2 type arguments.
134 map_literal3_test: Fail # Map literals take 2 type arguments. 141 map_literal3_test: Fail # Map literals take 2 type arguments.
135 ct_const_test: Fail # We don't take the generic type into account yet. 142 ct_const_test: Fail # We don't take the generic type into account yet.
136 char_escape_test: Fail # Unhandled non-BMP character: U+10000 143 char_escape_test: Fail # Unhandled non-BMP character: U+10000
137 default_factory_library_test: Fail # lib is not a type 144 default_factory_library_test: Fail # lib is not a type
138 dynamic_test: Fail # cannot resolve type F1 145 dynamic_test: Fail # cannot resolve type F1
139 factory_redirection_test/none: Fail # Not implemented.
140 factory_redirection_test/01: Fail # Not implemented.
141 factory_redirection_test/02: Fail # Not implemented.
142 factory_redirection_test/03: Fail # Not implemented.
143 factory_redirection_test/04: Pass # For the wrong reason. Not implemented.
144 factory_redirection_test/05: Fail # Not implemented.
145 factory_redirection_test/06: Fail # Not implemented.
146 factory_redirection_test/07: Pass # For the wrong reason. Not implemented.
147 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal 146 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
148 factory3_test: Fail # internal error: visitIs for type variables not implemented 147 factory3_test: Fail # internal error: visitIs for type variables not implemented
149 function_type_alias2_test: Fail # cannot resolve type f1 148 function_type_alias2_test: Fail # cannot resolve type f1
150 function_type_alias3_test: Fail # cannot resolve type F 149 function_type_alias3_test: Fail # cannot resolve type F
151 function_type_alias4_test: Fail # cannot resolve type F 150 function_type_alias4_test: Fail # cannot resolve type F
152 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 151 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
153 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 152 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
154 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 153 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
155 function_type_alias6_test: Fail # visitIs for typedefs not implemented. 154 function_type_alias6_test: Fail # visitIs for typedefs not implemented.
156 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 155 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 [ $runtime == opera ] 361 [ $runtime == opera ]
363 call_through_null_getter_test: Fail 362 call_through_null_getter_test: Fail
364 closure3_test: Fail 363 closure3_test: Fail
365 execute_finally3_test: Fail 364 execute_finally3_test: Fail
366 method_invocation_test: Fail 365 method_invocation_test: Fail
367 null_pointer_exception_test: Fail 366 null_pointer_exception_test: Fail
368 stack_overflow_test: Fail 367 stack_overflow_test: Fail
369 string_interpolate_npe_test: Fail 368 string_interpolate_npe_test: Fail
370 closure_call_wrong_argument_count_negative_test: Skip 369 closure_call_wrong_argument_count_negative_test: Skip
371 label_test: Skip 370 label_test: Skip
OLDNEW
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/tests/language/redirecting_factory_infinite_steps_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698