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_dart2js.status

Issue 16549004: Add type arguments to constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | 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 [ $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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 getter_no_setter_test/01: Fail # http://dartbug.com/5519 115 getter_no_setter_test/01: Fail # http://dartbug.com/5519
116 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 116 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
117 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 117 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
118 118
119 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi th class literals. 119 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi th class literals.
120 120
121 metadata_test: Fail # Metadata on type parameters not supported. 121 metadata_test: Fail # Metadata on type parameters not supported.
122 infinity_test: Fail # Issue 4984 122 infinity_test: Fail # Issue 4984
123 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>. 123 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js uses unsigned input for >>.
124 124
125 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
126 canonical_const_test: Fail # We don't take the generic type into account yet.
127 125
128 # Support for optional parameters not conform to latest spec. 126 # Support for optional parameters not conform to latest spec.
129 function_type_alias_test: Fail # http://dartbug.com/9058 127 function_type_alias_test: Fail # http://dartbug.com/9058
130 function_type_alias2_test: Fail 128 function_type_alias2_test: Fail
131 named_parameters_type_test: Fail 129 named_parameters_type_test: Fail
132 positional_parameters_type_test: Fail 130 positional_parameters_type_test: Fail
133 131
134 # Compilation errors. 132 # Compilation errors.
135 const_var_test: Fail # Map literals take 2 type arguments. 133 const_var_test: Fail # Map literals take 2 type arguments.
136 map_literal3_test: Fail # Map literals take 2 type arguments. 134 map_literal3_test: Fail # Map literals take 2 type arguments.
137 ct_const_test: Fail # We don't take the generic type into account yet.
138 dynamic_test: Fail # cannot resolve type F1 135 dynamic_test: Fail # cannot resolve type F1
139 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal 136 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
140 factory3_test: Fail # internal error: visitIs for type variables not implemented
141 function_type_alias2_test: Fail # cannot resolve type f1 137 function_type_alias2_test: Fail # cannot resolve type f1
142 function_type_alias3_test: Fail # cannot resolve type F 138 function_type_alias3_test: Fail # cannot resolve type F
143 function_type_alias4_test: Fail # cannot resolve type F 139 function_type_alias4_test: Fail # cannot resolve type F
144 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 140 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
145 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 141 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
146 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 142 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
147 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 143 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
148 function_type_alias_test: Fail # cannot resolve type Fun 144 function_type_alias_test: Fail # cannot resolve type Fun
149 generic_test: Fail # cannot resolve type T 145 generic_test: Fail # cannot resolve type T
150 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 146 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 duplicate_implements_test/01: Fail # Negative language test. 230 duplicate_implements_test/01: Fail # Negative language test.
235 duplicate_implements_test/02: Fail # Negative language test. 231 duplicate_implements_test/02: Fail # Negative language test.
236 duplicate_implements_test/03: Fail # Negative language test. 232 duplicate_implements_test/03: Fail # Negative language test.
237 duplicate_implements_test/04: Fail # Negative language test. 233 duplicate_implements_test/04: Fail # Negative language test.
238 field3_negative_test: Fail # Negative language test. 234 field3_negative_test: Fail # Negative language test.
239 final_for_in_variable_test/01: Fail # Negative language test 235 final_for_in_variable_test/01: Fail # Negative language test
240 instantiate_type_variable_negative_test: Pass # For the wrong reason. 236 instantiate_type_variable_negative_test: Pass # For the wrong reason.
241 interface_factory3_negative_test: Fail # Negative language test. 237 interface_factory3_negative_test: Fail # Negative language test.
242 interface_factory_constructor_negative_test: Fail # Negative language test. 238 interface_factory_constructor_negative_test: Fail # Negative language test.
243 list_literal1_negative_test: Fail # Negative language test. 239 list_literal1_negative_test: Fail # Negative language test.
244 list_literal2_negative_test: Fail # Negative language test.
245 map_literal1_negative_test: Fail # Negative language test. 240 map_literal1_negative_test: Fail # Negative language test.
246 map_literal2_negative_test: Fail # Negative language test.
247 number_identifier_negative_test: Fail # Negative language test. 241 number_identifier_negative_test: Fail # Negative language test.
248 operator1_negative_test: Fail # Negative language test. 242 operator1_negative_test: Fail # Negative language test.
249 prefix23_negative_test: Fail # Negative language test. 243 prefix23_negative_test: Fail # Negative language test.
250 pseudo_kw_illegal_test/03: Fail # Negative language test. 244 pseudo_kw_illegal_test/03: Fail # Negative language test.
251 pseudo_kw_illegal_test/14: Fail # Negative language test. 245 pseudo_kw_illegal_test/14: Fail # Negative language test.
252 scope_negative_test: Fail # Negative language test. 246 scope_negative_test: Fail # Negative language test.
253 static_final_field_negative_test: Fail # Negative language test. 247 static_final_field_negative_test: Fail # Negative language test.
254 static_top_level_test/00: Fail # Negative language test. 248 static_top_level_test/00: Fail # Negative language test.
255 static_top_level_test/01: Fail # Negative language test. 249 static_top_level_test/01: Fail # Negative language test.
256 static_top_level_test/02: Fail # Negative language test. 250 static_top_level_test/02: Fail # Negative language test.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 290
297 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)] 291 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)]
298 arithmetic_test: Fail # Issue 7881 292 arithmetic_test: Fail # Issue 7881
299 293
300 294
301 [ $compiler == dart2js && $runtime == ie9 ] 295 [ $compiler == dart2js && $runtime == ie9 ]
302 double_to_string_as_exponential3_test: Fail 296 double_to_string_as_exponential3_test: Fail
303 double_to_string_as_fixed_test: Fail 297 double_to_string_as_fixed_test: Fail
304 double_to_string_as_precision3_test: Fail 298 double_to_string_as_precision3_test: Fail
305 expect_test: Fail 299 expect_test: Fail
306 factory3_test: Fail
307 stack_overflow_test: Fail 300 stack_overflow_test: Fail
308 stack_overflow_stacktrace_test: Fail 301 stack_overflow_stacktrace_test: Fail
309 302
310 303
311 [ $compiler == dart2js && $runtime == safari ] 304 [ $compiler == dart2js && $runtime == safari ]
312 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 305 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
313 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 306 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
314 arithmetic_test: Fail # Issue: 7414 307 arithmetic_test: Fail # Issue: 7414
315 308
316 309
317 [ $runtime == opera ] 310 [ $runtime == opera ]
318 null_access_error_test: Fail # Issue: 7413 311 null_access_error_test: Fail # Issue: 7413
319 string_interpolate_null_test: Fail # Issue: 7413 312 string_interpolate_null_test: Fail # Issue: 7413
320 call_through_null_getter_test: Fail 313 call_through_null_getter_test: Fail
321 closure3_test: Fail 314 closure3_test: Fail
322 execute_finally3_test: Fail 315 execute_finally3_test: Fail
323 method_invocation_test: Fail 316 method_invocation_test: Fail
324 null_pointer_exception_test: Fail 317 null_pointer_exception_test: Fail
325 stack_overflow_test: Fail 318 stack_overflow_test: Fail
326 stack_overflow_stacktrace_test: Fail 319 stack_overflow_stacktrace_test: Fail
327 string_interpolate_npe_test: Fail 320 string_interpolate_npe_test: Fail
328 closure_call_wrong_argument_count_negative_test: Skip 321 closure_call_wrong_argument_count_negative_test: Skip
329 label_test: Skip 322 label_test: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698