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

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

Issue 23606010: Fix various parser bugs related to modifiers of top-level and class members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 compile_time_constant_c_test/none: Fail # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 infinity_test: Fail # Issue 4984 124 infinity_test: Fail # Issue 4984
125 positive_bit_operations_test: Fail # Issue 12795 125 positive_bit_operations_test: Fail # Issue 12795
126 126
127 # Compilation errors. 127 # Compilation errors.
128 const_var_test: Fail # Issue 12793 128 const_var_test: Fail # Issue 12793
129 map_literal3_test: Fail # Issue 12793 129 map_literal3_test: Fail # Issue 12793
130 function_type_alias5_test/00: Fail # Issue 12754 130 function_type_alias5_test/00: Fail # Issue 12754
131 function_type_alias5_test/01: Fail # Issue 12754 131 function_type_alias5_test/01: Fail # Issue 12754
132 function_type_alias5_test/02: Fail # Issue 12754 132 function_type_alias5_test/02: Fail # Issue 12754
133 function_type_alias7_test/00: Fail # Issue 12801 133 function_type_alias7_test/00: Fail # Issue 12801
134 get_set_syntax_test/00: Fail # Issue 12805
135 get_set_syntax_test/01: Fail # Issue 12805
136 get_set_syntax_test/02: Fail # Issue 12805
137 get_set_syntax_test/03: Fail # Issue 12805
138 get_set_syntax_test/04: Fail # Issue 12805
139 method_binding_test: Fail # Issue 12807 134 method_binding_test: Fail # Issue 12807
140 method_override_test: Fail # Issue 12808 135 method_override_test: Fail # Issue 12808
141 method_override5_test: Fail # Issue 12809 136 method_override5_test: Fail # Issue 12809
142 parameter_initializer6_negative_test: Fail # Issue 3502 137 parameter_initializer6_negative_test: Fail # Issue 3502
143 named_parameters_aggregated_test/01: Fail # Issue 12801 138 named_parameters_aggregated_test/01: Fail # Issue 12801
144 named_parameters_aggregated_test/03: Fail # Issue 12812 139 named_parameters_aggregated_test/03: Fail # Issue 12812
145 pseudo_kw_test: Fail # Unexpected token '(' 140 pseudo_kw_test: Fail # Unexpected token '('
146 super_implicit_closure_test: Fail # Issue 12884 141 super_implicit_closure_test: Fail # Issue 12884
147 mixin_type_parameters_errors_test/01: Fail # Issue 12885 142 mixin_type_parameters_errors_test/01: Fail # Issue 12885
148 mixin_type_parameters_errors_test/02: Fail # Issue 12885 143 mixin_type_parameters_errors_test/02: Fail # Issue 12885
149 mixin_type_parameters_errors_test/05: Fail # Issue 12885 144 mixin_type_parameters_errors_test/05: Fail # Issue 12885
150 external_test/01: Fail # Issue 12887
151 external_test/02: Fail # Issue 12887
152 external_test/11: Fail # Issue 12887 145 external_test/11: Fail # Issue 12887
153 external_test/12: Fail # Issue 12887 146 external_test/12: Fail # Issue 12887
154 external_test/13: Fail # Issue 12887 147 external_test/13: Fail # Issue 12887
155 external_test/14: Fail # Issue 12887
156 external_test/21: Fail # Issue 12887 148 external_test/21: Fail # Issue 12887
157 external_test/22: Fail # Issue 12887 149 external_test/22: Fail # Issue 12887
158 external_test/23: Fail # Issue 12887 150 external_test/23: Fail # Issue 12887
159 external_test/30: Fail # Issue 12887 151 external_test/30: Fail # Issue 12887
160 external_test/31: Fail # Issue 12887 152 external_test/31: Fail # Issue 12887
161 instanceof4_test/01: Fail # Issue 12889 153 instanceof4_test/01: Fail # Issue 12889
162 list_literal4_test: Fail # Issue 12890 154 list_literal4_test: Fail # Issue 12890
163 map_literal4_test: Fail # Issue 12891 155 map_literal4_test: Fail # Issue 12891
164 156
165 # 157 #
166 # The following tests are all negative tests that should be fixed. 158 # The following tests are all negative tests that should be fixed.
167 # 159 #
168 abstract_syntax_test/01: Fail # Issue 12898
169 const_constructor_syntax_test/04: Fail # Issue 12900 160 const_constructor_syntax_test/04: Fail # Issue 12900
170 const_syntax_test/01: Fail # Issue 12932 161 const_syntax_test/01: Fail # Issue 12932
171 const_syntax_test/02: Fail # Issue 12932 162 const_syntax_test/02: Fail # Issue 12932
172 const_syntax_test/03: Fail # Issue 12932 163 const_syntax_test/03: Fail # Issue 12932
173 const_syntax_test/04: Fail # Issue 12932 164 const_syntax_test/04: Fail # Issue 12932
174 constructor9_test/01: Fail # Issue 12934 165 constructor9_test/01: Fail # Issue 12934
175 constructor_return_test/01: Fail # Issue 12937 166 constructor_return_test/01: Fail # Issue 12937
176 constructor_return_test/02: Fail # Issue 12937 167 constructor_return_test/02: Fail # Issue 12937
177 constructor_return_with_arrow_negative_test: Fail # Negative language test. 168 constructor_return_with_arrow_negative_test: Fail # Negative language test.
178 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est. 169 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est.
179 constructor_return_with_init_negative_test: Fail # Negative language test. 170 constructor_return_with_init_negative_test: Fail # Negative language test.
180 duplicate_implements_test/01: Fail # Negative language test. 171 duplicate_implements_test/01: Fail # Negative language test.
181 duplicate_implements_test/02: Fail # Negative language test. 172 duplicate_implements_test/02: Fail # Negative language test.
182 duplicate_implements_test/03: Fail # Negative language test. 173 duplicate_implements_test/03: Fail # Negative language test.
183 duplicate_implements_test/04: Fail # Negative language test. 174 duplicate_implements_test/04: Fail # Negative language test.
184 field3_negative_test: Fail # Negative language test.
185 instantiate_type_variable_negative_test: Pass # For the wrong reason. 175 instantiate_type_variable_negative_test: Pass # For the wrong reason.
186 list_literal1_negative_test: Fail # Negative language test. 176 list_literal1_negative_test: Fail # Negative language test.
187 map_literal1_negative_test: Fail # Negative language test. 177 map_literal1_negative_test: Fail # Negative language test.
188 number_identifier_negative_test: Fail # Negative language test. 178 number_identifier_negative_test: Fail # Negative language test.
189 operator1_negative_test: Fail # Negative language test.
190 scope_negative_test: Fail # Negative language test. 179 scope_negative_test: Fail # Negative language test.
191 static_final_field_negative_test: Fail # Negative language test. 180 static_final_field_negative_test: Fail # Negative language test.
192 static_top_level_test/00: Fail # Negative language test.
193 static_top_level_test/01: Fail # Negative language test.
194 static_top_level_test/02: Fail # Negative language test.
195 static_top_level_test/03: Fail # Negative language test.
196 static_top_level_test/04: Fail # Negative language test.
197 static_top_level_test/05: Fail # Negative language test.
198 static_top_level_test/06: Fail # Negative language test.
199 static_top_level_test/07: Fail # Negative language test.
200 throw7_negative_test: Fail # Negative language test. 181 throw7_negative_test: Fail # Negative language test.
201 182
202 numbers_test: Fail, OK # (unintended?) VM specific test. 183 numbers_test: Fail, OK # (unintended?) VM specific test.
203 184
204 final_syntax_test/01: Fail # Missing error for uninitialized final field. 185 final_syntax_test/01: Fail # Missing error for uninitialized final field.
205 final_syntax_test/02: Fail # Missing error for uninitialized final field. 186 final_syntax_test/02: Fail # Missing error for uninitialized final field.
206 final_syntax_test/03: Fail # Missing error for uninitialized final field. 187 final_syntax_test/03: Fail # Missing error for uninitialized final field.
207 final_syntax_test/04: Fail # Missing error for uninitialized final field. 188 final_syntax_test/04: Fail # Missing error for uninitialized final field.
208 189
209 canonical_const2_test: Fail, OK # Dart2js only has doubles. 190 canonical_const2_test: Fail, OK # Dart2js only has doubles.
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 not_enough_positional_arguments_test/02: Fail # Issue 12839 323 not_enough_positional_arguments_test/02: Fail # Issue 12839
343 not_enough_positional_arguments_test/04: Fail # Issue 12839 324 not_enough_positional_arguments_test/04: Fail # Issue 12839
344 not_enough_positional_arguments_test/05: Fail # Issue 12839 325 not_enough_positional_arguments_test/05: Fail # Issue 12839
345 326
346 metadata_test: Fail # Issue 12762 327 metadata_test: Fail # Issue 12762
347 const_var_test: Pass, Fail # Issue 12794 328 const_var_test: Pass, Fail # Issue 12794
348 map_literal3_test: Fail # Issue 12794 329 map_literal3_test: Fail # Issue 12794
349 # Common problems with dart2js. In illegal family, invalid 330 # Common problems with dart2js. In illegal family, invalid
350 # declarations are simply not parsed. In pseudo kw dart2js 331 # declarations are simply not parsed. In pseudo kw dart2js
351 # chokes on things like typedef(x) => "typedef $x" and alike. 332 # chokes on things like typedef(x) => "typedef $x" and alike.
352 abstract_syntax_test/01: Fail # Issue 12899
353 pseudo_kw_test: Fail 333 pseudo_kw_test: Fail
354 external_test/01: Fail # Issue 12888
355 external_test/02: Fail # Issue 12888
356 external_test/11: Fail # Issue 12888 334 external_test/11: Fail # Issue 12888
357 external_test/12: Fail # Issue 12888 335 external_test/12: Fail # Issue 12888
358 external_test/13: Fail # Issue 12888 336 external_test/13: Fail # Issue 12888
359 external_test/14: Fail # Issue 12888
360 external_test/21: Fail # Issue 12888 337 external_test/21: Fail # Issue 12888
361 external_test/22: Fail # Issue 12888 338 external_test/22: Fail # Issue 12888
362 external_test/23: Fail # Issue 12888 339 external_test/23: Fail # Issue 12888
363 external_test/30: Fail # Issue 12888 340 external_test/30: Fail # Issue 12888
364 external_test/31: Fail # Issue 12888 341 external_test/31: Fail # Issue 12888
365 lazy_static3_test: Fail # Issue 12593 342 lazy_static3_test: Fail # Issue 12593
366 # dart2js frontend doesn't even analyse problematic classes. 343 # dart2js frontend doesn't even analyse problematic classes.
367 duplicate_implements_test/01: Fail 344 duplicate_implements_test/01: Fail
368 duplicate_implements_test/02: Fail 345 duplicate_implements_test/02: Fail
369 duplicate_implements_test/03: Fail 346 duplicate_implements_test/03: Fail
370 duplicate_implements_test/04: Fail 347 duplicate_implements_test/04: Fail
371 method_override4_test: Fail # Issue 12810 348 method_override4_test: Fail # Issue 12810
372 method_override5_test: Fail # Issue 12810 349 method_override5_test: Fail # Issue 12810
373 operator1_negative_test: Fail
374 static_final_field_negative_test: Fail 350 static_final_field_negative_test: Fail
375 static_top_level_test/00: Fail
376 static_top_level_test/01: Fail
377 static_top_level_test/02: Fail
378 static_top_level_test/03: Fail
379 static_top_level_test/04: Fail
380 static_top_level_test/05: Fail
381 static_top_level_test/06: Fail
382 static_top_level_test/07: Fail
383 # Bug in dart2js parser: it happily parses 1is int; variable declaration. 351 # Bug in dart2js parser: it happily parses 1is int; variable declaration.
384 number_identifier_negative_test: Fail 352 number_identifier_negative_test: Fail
385 # Common with language_dart2js. 353 # Common with language_dart2js.
386 factory_redirection_test/01: Fail # Issue 12753 354 factory_redirection_test/01: Fail # Issue 12753
387 factory_redirection_test/02: Crash # Issue 12753 355 factory_redirection_test/02: Crash # Issue 12753
388 factory_redirection_test/03: Crash # Issue 12753 356 factory_redirection_test/03: Crash # Issue 12753
389 factory_redirection_test/07: Fail # Issue 12753 357 factory_redirection_test/07: Fail # Issue 12753
390 factory_redirection_test/09: Fail # Issue 12753 358 factory_redirection_test/09: Fail # Issue 12753
391 factory_redirection_test/14: Fail # Issue 10959 359 factory_redirection_test/14: Fail # Issue 10959
392 function_type_alias5_test/00: Fail # Issue 12755 360 function_type_alias5_test/00: Fail # Issue 12755
393 function_type_alias5_test/01: Fail # Issue 12755 361 function_type_alias5_test/01: Fail # Issue 12755
394 function_type_alias5_test/02: Fail # Issue 12755 362 function_type_alias5_test/02: Fail # Issue 12755
395 function_type_alias7_test/00: Fail # Issue 12802 363 function_type_alias7_test/00: Fail # Issue 12802
396 parameter_initializer6_negative_test: Fail # Issue 3502 364 parameter_initializer6_negative_test: Fail # Issue 3502
397 365
398 # DartVM problem. 366 # DartVM problem.
399 constructor5_test: Fail 367 constructor5_test: Fail
400 constructor6_test: Fail 368 constructor6_test: Fail
401 closure_in_initializer_test: Fail 369 closure_in_initializer_test: Fail
402 super_first_constructor_test: Fail 370 super_first_constructor_test: Fail
403 # Minified mode failures. 371 # Minified mode failures.
404 # TODO(antonm): proper support in test framework. 372 # TODO(antonm): proper support in test framework.
405 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 373 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
406 374
407 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 375 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
408 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 376 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
409 377
410 get_set_syntax_test/00: Fail # Issue 12806
411 get_set_syntax_test/01: Fail # Issue 12806
412 get_set_syntax_test/02: Fail # Issue 12806
413 get_set_syntax_test/03: Fail # Issue 12806
414 get_set_syntax_test/04: Fail # Issue 12806
415
416 # Only checked mode reports an error on type assignment 378 # Only checked mode reports an error on type assignment
417 # problems in compile time constants. 379 # problems in compile time constants.
418 compile_time_constant_checked_test/02: Fail, OK 380 compile_time_constant_checked_test/02: Fail, OK
419 compile_time_constant_checked2_test/01: Fail, OK 381 compile_time_constant_checked2_test/01: Fail, OK
420 compile_time_constant_checked2_test/02: Fail, OK 382 compile_time_constant_checked2_test/02: Fail, OK
421 compile_time_constant_checked2_test/03: Fail, OK 383 compile_time_constant_checked2_test/03: Fail, OK
422 compile_time_constant_checked2_test/04: Fail, OK 384 compile_time_constant_checked2_test/04: Fail, OK
423 compile_time_constant_checked2_test/05: Fail, OK 385 compile_time_constant_checked2_test/05: Fail, OK
424 compile_time_constant_checked2_test/06: Fail, OK 386 compile_time_constant_checked2_test/06: Fail, OK
425 compile_time_constant_checked3_test/01: Fail, OK 387 compile_time_constant_checked3_test/01: Fail, OK
(...skipping 16 matching lines...) Expand all
442 import_core_prefix_test: Pass 404 import_core_prefix_test: Pass
443 prefix22_test: Pass 405 prefix22_test: Pass
444 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 406 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
445 super_call4_test: Fail, OK # hardcoded names. 407 super_call4_test: Fail, OK # hardcoded names.
446 408
447 [ $minified ] 409 [ $minified ]
448 stack_trace_test: Fail, OK # Stack trace no preserved in minified code. 410 stack_trace_test: Fail, OK # Stack trace no preserved in minified code.
449 411
450 [ $runtime == ie9 ] 412 [ $runtime == ie9 ]
451 stack_trace_test: Fail, OK # Stack traces not available in IE9. 413 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698