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

Side by Side Diff: tests/language/language_dart2js.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
« no previous file with comments | « tests/language/language.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 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 compile_time_constant_checked2_test/03: Fail, OK 58 compile_time_constant_checked2_test/03: Fail, OK
59 compile_time_constant_checked2_test/04: Fail, OK 59 compile_time_constant_checked2_test/04: Fail, OK
60 compile_time_constant_checked2_test/05: Fail, OK 60 compile_time_constant_checked2_test/05: Fail, OK
61 compile_time_constant_checked2_test/06: Fail, OK 61 compile_time_constant_checked2_test/06: Fail, OK
62 compile_time_constant_checked3_test/01: Fail, OK 62 compile_time_constant_checked3_test/01: Fail, OK
63 compile_time_constant_checked3_test/02: Fail, OK 63 compile_time_constant_checked3_test/02: Fail, OK
64 compile_time_constant_checked3_test/03: Fail, OK 64 compile_time_constant_checked3_test/03: Fail, OK
65 compile_time_constant_checked3_test/04: Fail, OK 65 compile_time_constant_checked3_test/04: Fail, OK
66 compile_time_constant_checked3_test/05: Fail, OK 66 compile_time_constant_checked3_test/05: Fail, OK
67 compile_time_constant_checked3_test/06: Fail, OK 67 compile_time_constant_checked3_test/06: Fail, OK
68 generic_test: Fail, OK
kustermann 2013/08/27 14:19:26 Why is it 'Fail, OK'?
Søren Gjesse 2013/08/28 06:41:22 This is in the section [ $compiler == dart2js && $
68 69
69 [ $compiler == dart2js && $minified ] 70 [ $compiler == dart2js && $minified ]
70 f_bounded_quantification4_test: Fail # Issue 12605. 71 f_bounded_quantification4_test: Fail # Issue 12605.
71 f_bounded_quantification5_test: Fail # Issue 12605. 72 f_bounded_quantification5_test: Fail # Issue 12605.
72 73
73 [ $compiler == dart2js ] 74 [ $compiler == dart2js ]
74 function_type_alias6_test/00: Crash # Issue 9792 75 function_type_alias6_test/00: Crash # Issue 9792
75 function_type_alias9_test/00: Crash # Issue 9792 76 function_type_alias9_test/00: Crash # Issue 9792
76 branch_canonicalization_test: Fail # Issue 638. 77 branch_canonicalization_test: Fail # Issue 638.
77 div_with_power_of_two_test: Fail # Issue 8301. 78 div_with_power_of_two_test: Fail # Issue 8301.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 positive_bit_operations_test: Fail # Issue 12795 117 positive_bit_operations_test: Fail # Issue 12795
117 named_parameters_type_test: Fail 118 named_parameters_type_test: Fail
118 positional_parameters_type_test: Fail 119 positional_parameters_type_test: Fail
119 120
120 # Compilation errors. 121 # Compilation errors.
121 const_var_test: Fail # Issue 12793 122 const_var_test: Fail # Issue 12793
122 map_literal3_test: Fail # Issue 12793 123 map_literal3_test: Fail # Issue 12793
123 function_type_alias5_test/00: Fail # Issue 12754 124 function_type_alias5_test/00: Fail # Issue 12754
124 function_type_alias5_test/01: Fail # Issue 12754 125 function_type_alias5_test/01: Fail # Issue 12754
125 function_type_alias5_test/02: Fail # Issue 12754 126 function_type_alias5_test/02: Fail # Issue 12754
126 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 127 function_type_alias7_test/00: Fail # Issue 12801
127 generic_test: Fail # cannot resolve type T 128 get_set_syntax_test/00: Fail # Issue 12805
128 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 129 get_set_syntax_test/01: Fail # Issue 12805
129 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 130 get_set_syntax_test/02: Fail # Issue 12805
130 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 131 get_set_syntax_test/03: Fail # Issue 12805
131 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 132 get_set_syntax_test/04: Fail # Issue 12805
132 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 133 get_set_syntax_test/05: Fail # Issue 12805
133 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 134 get_set_syntax_test/06: Fail # Issue 12805
134 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 135 get_set_syntax_test/07: Fail # Issue 12805
135 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 136 get_set_syntax_test/13: Fail # Issue 12805
136 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 137 get_set_syntax_test/14: Fail # Issue 12805
137 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 138 get_set_syntax_test/15: Fail # Issue 12805
138 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 139 method_binding_test: Fail # Issue 12807
139 method_binding_test: Fail # internal error: super property read not implemented. 140 method_override_test: Fail # Issue 12808
140 method_override_test: Fail # cannot resolve type GetKeysFunctionType 141 method_override5_test: Fail # Issue 12809
141 method_override5_test: Pass, Fail # Issue 11496 (passes if it's inlined)
142 parameter_initializer6_negative_test: Fail # Issue 3502 142 parameter_initializer6_negative_test: Fail # Issue 3502
143 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 143 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
144 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 144 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
145 pseudo_kw_test: Fail # Unexpected token '(' 145 pseudo_kw_test: Fail # Unexpected token '('
146 super_implicit_closure_test: Fail # internal error: super property read not impl emented 146 super_implicit_closure_test: Fail # internal error: super property read not impl emented
147 147
148 # Missing compilation error for wrong number of type arguments. 148 # Missing compilation error for wrong number of type arguments.
149 mixin_type_parameters_errors_test/01: Fail 149 mixin_type_parameters_errors_test/01: Fail
150 mixin_type_parameters_errors_test/02: Fail 150 mixin_type_parameters_errors_test/02: Fail
151 mixin_type_parameters_errors_test/05: Fail 151 mixin_type_parameters_errors_test/05: Fail
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 285
286 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names. 286 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te st depends on method names.
287 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names. 287 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de pends on method names.
288 288
289 on_catch_malformed_type_test: Fail # Issue 8601 289 on_catch_malformed_type_test: Fail # Issue 8601
290 290
291 # False positive compile-time error is masking expected compile-time error 291 # False positive compile-time error is masking expected compile-time error
292 mixin_type_parameters_errors_test/*: Skip 292 mixin_type_parameters_errors_test/*: Skip
293 293
294 # Mixins fail on the VM. 294 # Mixins fail on the VM.
295 mixin_mixin_test: Fail # Issue 12636 295 mixin_mixin_test: Fail # Issue 9683
296 mixin_issue10216_2_test: Fail # Issue 12636 296 mixin_issue10216_2_test: Fail # Issue 9683
297 mixin_forwarding_constructor2_test: Fail # Issue 11888 297 mixin_forwarding_constructor2_test: Fail # Issue 11888
298 mixin_typedef_constructor_test: Fail # Issue 11888 298 mixin_typedef_constructor_test: Fail # Issue 11888
299 mixin_type_parameter2_test: Fail # Issue 11888 299 mixin_type_parameter2_test: Fail # Issue 11888
300 300
301 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 301 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
302 302
303 # Malformed types not handled as unresolved: 303 # Malformed types not handled as unresolved:
304 import_core_prefix_test: Fail 304 import_core_prefix_test: Fail
305 prefix16_test: Fail 305 prefix16_test: Fail
306 prefix22_test: Fail 306 prefix22_test: Fail
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 abstract_syntax_test/01: Fail 365 abstract_syntax_test/01: Fail
366 pseudo_kw_test: Fail 366 pseudo_kw_test: Fail
367 # external keyword is not yet supported by dart2js/dart2dart. 367 # external keyword is not yet supported by dart2js/dart2dart.
368 external_test/*: Skip 368 external_test/*: Skip
369 lazy_static3_test: Fail # Issue 12593 369 lazy_static3_test: Fail # Issue 12593
370 # dart2js frontend doesn't even analyse problematic classes. 370 # dart2js frontend doesn't even analyse problematic classes.
371 duplicate_implements_test/01: Fail 371 duplicate_implements_test/01: Fail
372 duplicate_implements_test/02: Fail 372 duplicate_implements_test/02: Fail
373 duplicate_implements_test/03: Fail 373 duplicate_implements_test/03: Fail
374 duplicate_implements_test/04: Fail 374 duplicate_implements_test/04: Fail
375 method_override4_test: Fail 375 method_override4_test: Fail # Issue 12810
376 method_override5_test: Fail 376 method_override5_test: Fail # Issue 12810
377 operator1_negative_test: Fail 377 operator1_negative_test: Fail
378 static_final_field_negative_test: Fail 378 static_final_field_negative_test: Fail
379 static_top_level_test/00: Fail 379 static_top_level_test/00: Fail
380 static_top_level_test/01: Fail 380 static_top_level_test/01: Fail
381 static_top_level_test/02: Fail 381 static_top_level_test/02: Fail
382 static_top_level_test/03: Fail 382 static_top_level_test/03: Fail
383 static_top_level_test/04: Fail 383 static_top_level_test/04: Fail
384 static_top_level_test/05: Fail 384 static_top_level_test/05: Fail
385 static_top_level_test/06: Fail 385 static_top_level_test/06: Fail
386 static_top_level_test/07: Fail 386 static_top_level_test/07: Fail
387 # Bug in dart2js parser: it happily parses 1is int; variable declaration. 387 # Bug in dart2js parser: it happily parses 1is int; variable declaration.
388 number_identifier_negative_test: Fail 388 number_identifier_negative_test: Fail
389 # Common with language_dart2js. 389 # Common with language_dart2js.
390 factory_redirection_test/01: Fail # Issue 12753 390 factory_redirection_test/01: Fail # Issue 12753
391 factory_redirection_test/02: Crash # Issue 12753 391 factory_redirection_test/02: Crash # Issue 12753
392 factory_redirection_test/03: Crash # Issue 12753 392 factory_redirection_test/03: Crash # Issue 12753
393 factory_redirection_test/07: Fail # Issue 12753 393 factory_redirection_test/07: Fail # Issue 12753
394 factory_redirection_test/09: Fail # Issue 12753 394 factory_redirection_test/09: Fail # Issue 12753
395 factory_redirection_test/14: Fail # Issue 10959 395 factory_redirection_test/14: Fail # Issue 10959
396 function_type_alias5_test/00: Fail # Issue 12755 396 function_type_alias5_test/00: Fail # Issue 12755
397 function_type_alias5_test/01: Fail # Issue 12755 397 function_type_alias5_test/01: Fail # Issue 12755
398 function_type_alias5_test/02: Fail # Issue 12755 398 function_type_alias5_test/02: Fail # Issue 12755
399 function_type_alias7_test/00: Fail 399 function_type_alias7_test/00: Fail # Issue 12802
400 parameter_initializer6_negative_test: Fail # Issue 3502 400 parameter_initializer6_negative_test: Fail # Issue 3502
401 syntax_test/47: Fail 401 syntax_test/47: Fail
402 # DartVM problem. 402 # DartVM problem.
403 constructor5_test: Fail 403 constructor5_test: Fail
404 constructor6_test: Fail 404 constructor6_test: Fail
405 closure_in_initializer_test: Fail 405 closure_in_initializer_test: Fail
406 super_first_constructor_test: Fail 406 super_first_constructor_test: Fail
407 # VM specific tests.
408 # This test hard codes name of file being run and precise position.
409 generic_test: Fail, Ok
410 # Minified mode failures. 407 # Minified mode failures.
411 # TODO(antonm): proper support in test framework. 408 # TODO(antonm): proper support in test framework.
412 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 409 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
413 410
414 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 411 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
415 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 412 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
416 413
417 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 414 get_set_syntax_test/00: Fail # Issue 12806
418 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 415 get_set_syntax_test/01: Fail # Issue 12806
419 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 416 get_set_syntax_test/02: Fail # Issue 12806
420 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 417 get_set_syntax_test/03: Fail # Issue 12806
421 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 418 get_set_syntax_test/04: Fail # Issue 12806
422 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 419 get_set_syntax_test/05: Fail # Issue 12806
423 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 420 get_set_syntax_test/06: Fail # Issue 12806
424 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 421 get_set_syntax_test/07: Fail # Issue 12806
425 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 422 get_set_syntax_test/13: Fail # Issue 12806
426 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 423 get_set_syntax_test/14: Fail # Issue 12806
427 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 424 get_set_syntax_test/15: Fail # Issue 12806
428 425
429 # Only checked mode reports an error on type assignment 426 # Only checked mode reports an error on type assignment
430 # problems in compile time constants. 427 # problems in compile time constants.
431 compile_time_constant_checked_test/02: Fail, OK 428 compile_time_constant_checked_test/02: Fail, OK
432 compile_time_constant_checked2_test/01: Fail, OK 429 compile_time_constant_checked2_test/01: Fail, OK
433 compile_time_constant_checked2_test/02: Fail, OK 430 compile_time_constant_checked2_test/02: Fail, OK
434 compile_time_constant_checked2_test/03: Fail, OK 431 compile_time_constant_checked2_test/03: Fail, OK
435 compile_time_constant_checked2_test/04: Fail, OK 432 compile_time_constant_checked2_test/04: Fail, OK
436 compile_time_constant_checked2_test/05: Fail, OK 433 compile_time_constant_checked2_test/05: Fail, OK
437 compile_time_constant_checked2_test/06: Fail, OK 434 compile_time_constant_checked2_test/06: Fail, OK
(...skipping 12 matching lines...) Expand all
450 f_bounded_quantification4_test: Fail # Issue 12605. 447 f_bounded_quantification4_test: Fail # Issue 12605.
451 f_bounded_quantification5_test: Fail # Issue 12605. 448 f_bounded_quantification5_test: Fail # Issue 12605.
452 449
453 # TODO(tball): Assign proper bug numbers. 450 # TODO(tball): Assign proper bug numbers.
454 class_literal_test: Fail 451 class_literal_test: Fail
455 452
456 import_core_prefix_test: Pass 453 import_core_prefix_test: Pass
457 prefix22_test: Pass 454 prefix22_test: Pass
458 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 455 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
459 super_call4_test: Fail, OK # hardcoded names. 456 super_call4_test: Fail, OK # hardcoded names.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698