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

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

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error 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
« no previous file with comments | « tests/language/field7a_negative_test.dart ('k') | tests/language/language_dart2js.status » ('j') | 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 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
11 # 11 #
12 # 1) Copy the old version of the test to 12 # 1) Copy the old version of the test to
13 # tests/language/src/test_name_[dartc|vm]_test.dart. 13 # tests/language/src/test_name_[dartc|vm]_test.dart.
14 # to maintain coverage. 14 # to maintain coverage.
15 # 2) File a bug on each architecture for the failure due to the language change. 15 # 2) File a bug on each architecture for the failure due to the language change.
16 # 3) Update the language/src directory with the updated test. 16 # 3) Update the language/src directory with the updated test.
17 17
18 [ $compiler == none ] 18 [ $compiler == none ]
19 part_test: Fail 19 part_test: Fail
20 part2_test: Fail 20 part2_test: Fail
21 gc_test: Fail # Issue 1487 21 gc_test: Fail # Issue 1487
22 field_override_test/none: Fail # Issue 742: field shadowing now allowed
23 field_override_test/01: Fail # Issue 742: field shadowing now allowed
24 super_field_access_test: Fail # Issue 742: field shadowing now allowed
25 pseudo_kw_illegal_test/14: Fail # Issue 356 22 pseudo_kw_illegal_test/14: Fail # Issue 356
26 23
27 # These bugs refer currently ongoing language discussions. 24 # These bugs refer currently ongoing language discussions.
28 constructor5_test: Fail # (Discussion ongoing) 25 constructor5_test: Fail # (Discussion ongoing)
29 26
30 constructor6_test: Fail # Issue 6422 27 constructor6_test: Fail # Issue 6422
31 closure_in_initializer_test: Fail # Issue 6422 28 closure_in_initializer_test: Fail # Issue 6422
32 29
33 # Regular bugs which should be fixed. 30 # Regular bugs which should be fixed.
34 const_init6_negative_test: Fail # Issue 811 31 const_init6_negative_test: Fail # Issue 811
35 super_first_constructor_test: Fail # Issue 1372. 32 super_first_constructor_test: Fail # Issue 1372.
36 33
37 # Issue 1355 34 # Issue 1355
38 call_operator_test: Fail 35 call_operator_test: Fail
39 36
40 parameter_initializer6_negative_test: Fail # Issue 3502 37 parameter_initializer6_negative_test: Fail # Issue 3502
41 38
42 bad_override_test/01: Fail # Issue 3859.
43 bad_override_test/02: Fail # Issue 3859.
44
45 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 39 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
46 40
47 lazy_static3_test: Fail # Issue 3558 41 lazy_static3_test: Fail # Issue 3558
48 42
49 type_error_test: Fail # http://dartbug.com/5280 43 type_error_test: Fail # http://dartbug.com/5280
50 44
51 # DartC specific tests that should not be run by the VM 45 # DartC specific tests that should not be run by the VM
52 *dartc_test: Skip 46 *dartc_test: Skip
53 *dartc_negative_test: Skip 47 *dartc_negative_test: Skip
54 48
55 compile_time_constant10_test/none: Fail # issue 5214 49 compile_time_constant10_test/none: Fail # issue 5214
56 50
57 call_through_null_getter_test: Fail # issue 6124 51 call_through_null_getter_test: Fail # issue 6124
58 52
59 invocation_mirror_test: Fail # issue 3326, 3622. 53 invocation_mirror_test: Fail # issue 3326, 3622.
60 no_such_method_test: Fail # issue 3326, 3622. 54 no_such_method_test: Fail # issue 3326, 3622.
61 55
62 export_cyclic_test: Fail, Crash # issue 6060 56 export_cyclic_test: Fail, Crash # issue 6060
63 invocation_mirror_indirect_test: Fail # Issue 3326 57 invocation_mirror_indirect_test: Fail # Issue 3326
64 58
65 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 59 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
66 gc_test: Skip # Issue 1487, flaky. 60 gc_test: Skip # Issue 1487, flaky.
67 61
68 [ $compiler == none && $mode == debug ] 62 [ $compiler == none && $mode == debug ]
69 gc_test: Skip # Takes too long. 63 gc_test: Skip # Takes too long.
70 64
65
66 [ $compiler == none && $checked ]
67 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6596
68
69
71 [ $compiler == none && $unchecked ] 70 [ $compiler == none && $unchecked ]
72 field_override_test/02: Fail # Issue 742: field shadowing now allowed 71
73 72
74 # Only checked mode reports an error on type assignment 73 # Only checked mode reports an error on type assignment
75 # problems in compile time constants. 74 # problems in compile time constants.
76 compile_time_constant_checked_test/02: Fail, OK 75 compile_time_constant_checked_test/02: Fail, OK
77 compile_time_constant_checked2_test/01: Fail, OK 76 compile_time_constant_checked2_test/01: Fail, OK
78 compile_time_constant_checked2_test/02: Fail, OK 77 compile_time_constant_checked2_test/02: Fail, OK
79 compile_time_constant_checked2_test/03: Fail, OK 78 compile_time_constant_checked2_test/03: Fail, OK
80 compile_time_constant_checked2_test/04: Fail, OK 79 compile_time_constant_checked2_test/04: Fail, OK
81 compile_time_constant_checked2_test/05: Fail, OK 80 compile_time_constant_checked2_test/05: Fail, OK
82 compile_time_constant_checked2_test/06: Fail, OK 81 compile_time_constant_checked2_test/06: Fail, OK
83 compile_time_constant_checked3_test/01: Fail, OK 82 compile_time_constant_checked3_test/01: Fail, OK
84 compile_time_constant_checked3_test/02: Fail, OK 83 compile_time_constant_checked3_test/02: Fail, OK
85 compile_time_constant_checked3_test/03: Fail, OK 84 compile_time_constant_checked3_test/03: Fail, OK
86 compile_time_constant_checked3_test/04: Fail, OK 85 compile_time_constant_checked3_test/04: Fail, OK
87 compile_time_constant_checked3_test/05: Fail, OK 86 compile_time_constant_checked3_test/05: Fail, OK
88 compile_time_constant_checked3_test/06: Fail, OK 87 compile_time_constant_checked3_test/06: Fail, OK
89 88
90 [ $compiler == dartc ] 89 [ $compiler == dartc ]
90 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560
91 redirecting_factory_infinite_steps_test/02: Fail # http://dartbug.com/6560
91 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 92 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
92 metadata_test: Fail 93 metadata_test: Fail
94 bad_override_test/01: Fail
95 bad_override_test/02: Fail
93 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 96 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
94 application_negative_test: Fail # Runtime only test, rewrite as multitest 97 application_negative_test: Fail # Runtime only test, rewrite as multitest
95 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test 98 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test
96 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest 99 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
97 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors. 100 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors.
98 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors. 101 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors.
99 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors. 102 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors.
100 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er rors. 103 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er rors.
101 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er rors. 104 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er rors.
102 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er rors. 105 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er rors.
(...skipping 28 matching lines...) Expand all
131 class_literal_test/27 : Fail # language change 3368 134 class_literal_test/27 : Fail # language change 3368
132 class_literal_test/28 : Fail # language change 3368 135 class_literal_test/28 : Fail # language change 3368
133 class_literal_test/29 : Fail # language change 3368 136 class_literal_test/29 : Fail # language change 3368
134 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 137 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
135 compile_time_constant10_test/none: Fail # issue 5215. 138 compile_time_constant10_test/none: Fail # issue 5215.
136 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 139 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
137 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 140 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
138 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 141 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
139 factory5_test/00: Fail # issue 3079 142 factory5_test/00: Fail # issue 3079
140 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 143 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
141 field7_negative_test: Fail, OK # language changed, test issue 5249 144
142 field7a_negative_test: Fail, OK # language changed, test issue 5249
143 first_class_types_literals_test: Fail # issue 6283 145 first_class_types_literals_test: Fail # issue 6283
144 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 146 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
145 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 147 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
146 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 148 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
147 # Test expects signature of noSuchMethod to be correct according 149 # Test expects signature of noSuchMethod to be correct according
148 # to specification. Should start working when the library signature 150 # to specification. Should start working when the library signature
149 # changes. 151 # changes.
150 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 152 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
151 library2_negative_test: Fail # still a valid test? Issue 3649 153 library2_negative_test: Fail # still a valid test? Issue 3649
152 library4_negative_test: Fail # still a valid test? Issue 3530 154 library4_negative_test: Fail # still a valid test? Issue 3530
153 library6_negative_test: Fail # still a valid test? Issue 3650 155 library6_negative_test: Fail # still a valid test? Issue 3650
154 list_literal4_test: Fail # Issue 1343 156 list_literal4_test: Fail # Issue 1343
155 map_literal4_test: Fail # Issue 1343 157 map_literal4_test: Fail # Issue 1343
156 named_parameters_with_object_property_names_test: Fail # Issue 2137 158 named_parameters_with_object_property_names_test: Fail # Issue 2137
157 many_overridden_no_such_method_test: Fail 159 many_overridden_no_such_method_test: Fail
158 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest 160 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
159 override_field_test/03: Fail # still a valid test? Issue 3894 161 override_field_test/03: Fail # still a valid test? Issue 3894
160 override_field_test/04: Fail # still a valid test? Issue 3656
161 override_field_method3_negative_test: Fail, OK # test issue 5249
162 override_field_method6_negative_test: Fail, OK # test issue 5249 162 override_field_method6_negative_test: Fail, OK # test issue 5249
163 overridden_no_such_method_test: Fail 163 overridden_no_such_method_test: Fail
164 parameter_initializer6_negative_test: Fail # language change 4288 164 parameter_initializer6_negative_test: Fail # language change 4288
165 prefix1_negative_test : Fail # language change 1031 165 prefix1_negative_test : Fail # language change 1031
166 prefix4_negative_test : Fail # language change 1031 166 prefix4_negative_test : Fail # language change 1031
167 prefix5_negative_test : Fail # language change 1031 167 prefix5_negative_test : Fail # language change 1031
168 prefix8_negative_test : Fail # language change 1031 168 prefix8_negative_test : Fail # language change 1031
169 prefix9_negative_test : Fail # language change 1031 169 prefix9_negative_test : Fail # language change 1031
170 prefix10_negative_test : Fail # language change 1031 170 prefix10_negative_test : Fail # language change 1031
171 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest 171 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 [ $browser ] 377 [ $browser ]
378 378
379 379
380 [ $arch == simarm ] 380 [ $arch == simarm ]
381 *: Skip 381 *: Skip
382 382
383 [ $arch == arm ] 383 [ $arch == arm ]
384 *: Skip 384 *: Skip
385 385
386 [ $compiler == dart2dart ] 386 [ $compiler == dart2dart ]
387 redirecting_factory_infinite_steps_test/01: Fail, Pass # TRIAGE: fails in minifi ed mode. http://dartbug.com/6603
388
387 many_overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode 389 many_overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode
388 overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode 390 overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode
389 # Calling unresolved class constructor: 391 # Calling unresolved class constructor:
390 # call_constructor_on_unresolvable_class_test/07: Fail 392 # call_constructor_on_unresolvable_class_test/07: Fail
391 call_nonexistent_constructor_test: Fail 393 call_nonexistent_constructor_test: Fail
392 394
395 bad_override_test/01: Fail
396 bad_override_test/02: Fail
397
393 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now. 398 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
394 illegal_invocation_test/04: Fail, OK # Class literals are expressions now. 399 illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
395 illegal_invocation_test/05: Fail, OK # Type variables are expressions now. 400 illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
396 401
397 # Renaming type from platform library: 402 # Renaming type from platform library:
398 dynamic_test: Fail 403 dynamic_test: Fail
399 404
400 # Missing compile-time error when modifying final local variables 405 # Missing compile-time error when modifying final local variables
401 final_variable_assignment_test/01: Fail 406 final_variable_assignment_test/01: Fail
402 final_variable_assignment_test/02: Fail 407 final_variable_assignment_test/02: Fail
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 final_syntax_test/09: Fail # http://dartbug.com/5519 455 final_syntax_test/09: Fail # http://dartbug.com/5519
451 getter_no_setter_test/01: Fail # http://dartbug.com/5519 456 getter_no_setter_test/01: Fail # http://dartbug.com/5519
452 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 457 getter_no_setter2_test/01: Fail # http://dartbug.com/5519
453 illegal_invocation_test/03: Fail # http://dartbug.com/5519 458 illegal_invocation_test/03: Fail # http://dartbug.com/5519
454 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 459 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
455 method_override2_test/01: Fail # http://dartbug.com/5519 460 method_override2_test/01: Fail # http://dartbug.com/5519
456 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 461 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
457 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 462 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519
458 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 463 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519
459 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 464 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
460 override_field_test/04: Fail # http://dartbug.com/5519
461 static_field3_test/01: Fail # http://dartbug.com/5519 465 static_field3_test/01: Fail # http://dartbug.com/5519
462 static_field3_test/02: Fail # http://dartbug.com/5519 466 static_field3_test/02: Fail # http://dartbug.com/5519
463 static_field3_test/03: Fail # http://dartbug.com/5519 467 static_field3_test/03: Fail # http://dartbug.com/5519
464 static_field3_test/04: Fail # http://dartbug.com/5519 468 static_field3_test/04: Fail # http://dartbug.com/5519
465 469
466 throw_expr_test: Fail 470 throw_expr_test: Fail
467 metadata_test: Fail 471 metadata_test: Fail
468 # Fails in conservative mode, issue 4935, passes in minifinying mode. 472 # Fails in conservative mode, issue 4935, passes in minifinying mode.
469 bad_constructor_test/04: Fail 473 bad_constructor_test/04: Fail
470 bad_constructor_test/05: Fail 474 bad_constructor_test/05: Fail
471 bad_constructor_test/06: Fail 475 bad_constructor_test/06: Fail
472 argument_definition_test/*: Skip # Not implemented. 476 argument_definition_test/*: Skip # Not implemented.
473 argument_definition2_test: Skip # Not implemented. Fails in minified tests. 477 argument_definition2_test: Skip # Not implemented. Fails in minified tests.
474 argument_definition3_test: Skip # Not implemented. Fails in minified tests. 478 argument_definition3_test: Skip # Not implemented. Fails in minified tests.
475 const_var_test: Fail # Map literals take 2 type arguments. 479 const_var_test: Fail # Map literals take 2 type arguments.
476 map_literal3_test: Fail # Map literals take 2 type arguments. 480 map_literal3_test: Fail # Map literals take 2 type arguments.
477 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 481 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
478 field1_negative_test: Fail, OK # Bad test: assumes eager loading. 482 field1_negative_test: Fail, OK # Bad test: assumes eager loading.
479 field6_negative_test: Fail, OK # Bad test: assumes eager loading. 483 field6_negative_test: Fail, OK # Bad test: assumes eager loading.
480 field7_negative_test: Fail, OK # Bad test: assumes eager loading.
481 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 484 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
482 # Common problems with dart2js. In illegal family, invalid 485 # Common problems with dart2js. In illegal family, invalid
483 # declarations are simply not parsed. In pseudo kw dart2js 486 # declarations are simply not parsed. In pseudo kw dart2js
484 # chokes on things like typedef(x) => "typedef $x" and alike. 487 # chokes on things like typedef(x) => "typedef $x" and alike.
485 abstract_syntax_test/01: Fail 488 abstract_syntax_test/01: Fail
486 abstract_syntax_test/02: Fail 489 abstract_syntax_test/02: Fail
487 pseudo_kw_illegal_test/14: Fail 490 pseudo_kw_illegal_test/14: Fail
488 pseudo_kw_test: Fail 491 pseudo_kw_test: Fail
489 # external keyword is not yet supported by dart2js/dart2dart. 492 # external keyword is not yet supported by dart2js/dart2dart.
490 external_test/*: Skip 493 external_test/*: Skip
491 lazy_static3_test: Fail, OK # Issue 3558 494 lazy_static3_test: Fail, OK # Issue 3558
492 # Call operator is not supported by DartVM (see suppression above.) 495 # Call operator is not supported by DartVM (see suppression above.)
493 call_operator_test: Fail 496 call_operator_test: Fail
494 # dart2js frontend doesn't even analyse problematic classes. 497 # dart2js frontend doesn't even analyse problematic classes.
495 class_extends_negative_test: Fail 498 class_extends_negative_test: Fail
496 duplicate_implements_test/01: Fail 499 duplicate_implements_test/01: Fail
497 duplicate_implements_test/02: Fail 500 duplicate_implements_test/02: Fail
498 duplicate_implements_test/03: Fail 501 duplicate_implements_test/03: Fail
499 duplicate_implements_test/04: Fail 502 duplicate_implements_test/04: Fail
500 field2_negative_test: Fail 503 field2_negative_test: Fail
501 field4_negative_test: Fail 504 field4_negative_test: Fail
502 field5_negative_test: Fail 505 field5_negative_test: Fail
503 field6a_negative_test: Fail 506 field6a_negative_test: Fail
504 field7a_negative_test: Fail
505 interface_factory_constructor_negative_test: Fail 507 interface_factory_constructor_negative_test: Fail
506 interface_static_method_negative_test: Fail 508 interface_static_method_negative_test: Fail
507 non_const_super_negative_test: Fail 509 non_const_super_negative_test: Fail
508 method_override2_test/00: Fail 510 method_override2_test/00: Fail
509 method_override2_test/02: Fail 511 method_override2_test/02: Fail
510 method_override2_test/03: Fail 512 method_override2_test/03: Fail
511 operator1_negative_test: Fail 513 operator1_negative_test: Fail
512 prefix18_negative_test: Fail 514 prefix18_negative_test: Fail
513 prefix20_negative_test: Fail 515 prefix20_negative_test: Fail
514 static_final_field_negative_test: Fail 516 static_final_field_negative_test: Fail
(...skipping 21 matching lines...) Expand all
536 function_type_parameter2_test: Fail 538 function_type_parameter2_test: Fail
537 function_type_parameter_test: Fail 539 function_type_parameter_test: Fail
538 implicit_scope_test: Fail 540 implicit_scope_test: Fail
539 instanceof3_test: Fail 541 instanceof3_test: Fail
540 parameter_initializer6_negative_test: Fail # Issue 3502 542 parameter_initializer6_negative_test: Fail # Issue 3502
541 syntax_test/47: Fail 543 syntax_test/47: Fail
542 # DartVM problem. 544 # DartVM problem.
543 constructor5_test: Fail 545 constructor5_test: Fail
544 constructor6_test: Fail 546 constructor6_test: Fail
545 closure_in_initializer_test: Fail 547 closure_in_initializer_test: Fail
546 field_override_test/01: Fail
547 field_override_test/02: Fail
548 field_override_test/none: Fail
549 gc_test: Fail 548 gc_test: Fail
550 super_field_access_test: Fail
551 super_first_constructor_test: Fail 549 super_first_constructor_test: Fail
552 # VM specific tests. 550 # VM specific tests.
553 disable_privacy_test: Fail, Ok 551 disable_privacy_test: Fail, Ok
554 # This test hard codes name of file being run and precise position. 552 # This test hard codes name of file being run and precise position.
555 generic_test: Fail, Ok 553 generic_test: Fail, Ok
556 # Minified mode failures. 554 # Minified mode failures.
557 # TODO(antonm): proper support in test framework. 555 # TODO(antonm): proper support in test framework.
558 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 556 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
559 557
560 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 558 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 compile_time_constant_checked3_test/05: Fail, OK 590 compile_time_constant_checked3_test/05: Fail, OK
593 compile_time_constant_checked3_test/06: Fail, OK 591 compile_time_constant_checked3_test/06: Fail, OK
594 592
595 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 593 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
596 594
597 call_through_null_getter_test: Fail # issue 6130 595 call_through_null_getter_test: Fail # issue 6130
598 596
599 # This is a VM error when the compiled code is run. 597 # This is a VM error when the compiled code is run.
600 invocation_mirror_test: Fail # issue 3326, 3622. 598 invocation_mirror_test: Fail # issue 3326, 3622.
601 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 599 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« no previous file with comments | « tests/language/field7a_negative_test.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698