| OLD | NEW |
| 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. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 [ $compiler == none ] | 27 [ $compiler == none ] |
| 28 mixin_super_constructor_test: Fail | 28 mixin_super_constructor_test: Fail |
| 29 mixin_super_constructor2_test: Fail | 29 mixin_super_constructor2_test: Fail |
| 30 mixin_super_constructor_default_test: Fail | 30 mixin_super_constructor_default_test: Fail |
| 31 mixin_super_constructor_named_test: Fail | 31 mixin_super_constructor_named_test: Fail |
| 32 mixin_super_constructor_positionals_test: Fail | 32 mixin_super_constructor_positionals_test: Fail |
| 33 mixin_super_constructor_multiple_test: Fail | 33 mixin_super_constructor_multiple_test: Fail |
| 34 closure_type_variable_test: Fail # Type variable used as expression (dartbug.com
/6282) | 34 closure_type_variable_test: Fail # Type variable used as expression (dartbug.com
/6282) |
| 35 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 | 35 built_in_identifier_prefix_test: Fail # http://dartbug.com/6970 |
| 36 library_juxtaposition_test: Fail # Issue 6877 | 36 library_juxtaposition_test: Fail # Issue 6877 |
| 37 gc_test: Pass, Fail # Issue 1487 | |
| 38 pseudo_kw_illegal_test/14: Fail # Issue 356 | 37 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 39 method_override2_test/00: Fail # Issue 7076. | 38 method_override2_test/00: Fail # Issue 7076. |
| 40 method_override2_test/02: Fail # Issue 7076. | 39 method_override2_test/02: Fail # Issue 7076. |
| 41 method_override2_test/03: Fail # Issue 7076. | 40 method_override2_test/03: Fail # Issue 7076. |
| 42 | 41 |
| 43 # These bugs refer currently ongoing language discussions. | 42 # These bugs refer currently ongoing language discussions. |
| 44 constructor5_test: Fail # (Discussion ongoing) | 43 constructor5_test: Fail # (Discussion ongoing) |
| 45 | 44 |
| 46 constructor_initializer_test: Fail # Side effects in constructor parameters | 45 constructor_initializer_test: Fail # Side effects in constructor parameters |
| 47 | 46 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 mixin_issue10216_2_test: Fail | 79 mixin_issue10216_2_test: Fail |
| 81 | 80 |
| 82 type_variable_field_initializer_closure_test: Crash # issue 8847 | 81 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 83 | 82 |
| 84 super_getter_setter_test: Fail # Issue 8917 | 83 super_getter_setter_test: Fail # Issue 8917 |
| 85 super_operator_index7_test: Fail # Issue 8918 | 84 super_operator_index7_test: Fail # Issue 8918 |
| 86 | 85 |
| 87 execute_finally10_test: Fail # Issue 430 | 86 execute_finally10_test: Fail # Issue 430 |
| 88 execute_finally11_test: Fail # Issue 430 | 87 execute_finally11_test: Fail # Issue 430 |
| 89 | 88 |
| 90 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] | |
| 91 gc_test: Skip # Issue 1487, flaky. | |
| 92 | |
| 93 [ $compiler == none && $mode == debug ] | |
| 94 gc_test: Skip # Takes too long. | |
| 95 | |
| 96 [ $compiler == none && $unchecked ] | 89 [ $compiler == none && $unchecked ] |
| 97 | 90 |
| 98 # Only checked mode reports an error on type assignment | 91 # Only checked mode reports an error on type assignment |
| 99 # problems in compile time constants. | 92 # problems in compile time constants. |
| 100 compile_time_constant_checked_test/02: Fail, OK | 93 compile_time_constant_checked_test/02: Fail, OK |
| 101 compile_time_constant_checked2_test/01: Fail, OK | 94 compile_time_constant_checked2_test/01: Fail, OK |
| 102 compile_time_constant_checked2_test/02: Fail, OK | 95 compile_time_constant_checked2_test/02: Fail, OK |
| 103 compile_time_constant_checked2_test/03: Fail, OK | 96 compile_time_constant_checked2_test/03: Fail, OK |
| 104 compile_time_constant_checked2_test/04: Fail, OK | 97 compile_time_constant_checked2_test/04: Fail, OK |
| 105 compile_time_constant_checked2_test/05: Fail, OK | 98 compile_time_constant_checked2_test/05: Fail, OK |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 *vm_test: Skip | 297 *vm_test: Skip |
| 305 *vm_negative_test: Skip | 298 *vm_negative_test: Skip |
| 306 | 299 |
| 307 | 300 |
| 308 [ $compiler == none && $runtime == drt ] | 301 [ $compiler == none && $runtime == drt ] |
| 309 type_variable_field_initializer_closure_test: Fail # issue 8847 | 302 type_variable_field_initializer_closure_test: Fail # issue 8847 |
| 310 final_variable_assignment_test/01: Fail | 303 final_variable_assignment_test/01: Fail |
| 311 final_variable_assignment_test/02: Fail | 304 final_variable_assignment_test/02: Fail |
| 312 final_variable_assignment_test/03: Fail | 305 final_variable_assignment_test/03: Fail |
| 313 final_variable_assignment_test/04: Fail | 306 final_variable_assignment_test/04: Fail |
| 314 gc_test: Skip # Issue 1487 | |
| 315 | 307 |
| 316 | 308 |
| 317 [ $runtime == dartium ] | 309 [ $runtime == dartium ] |
| 318 import_combinators_test: Fail | 310 import_combinators_test: Fail |
| 319 | 311 |
| 320 | 312 |
| 321 [ $runtime == vm || ($runtime == drt && $compiler == none) ] | 313 [ $runtime == vm || ($runtime == drt && $compiler == none) ] |
| 322 first_class_types_literals_test: Fail # issue 6282 | 314 first_class_types_literals_test: Fail # issue 6282 |
| 323 call_test: Fail # Issue 1604 | 315 call_test: Fail # Issue 1604 |
| 324 | 316 |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 function_type_alias5_test/01: Fail | 461 function_type_alias5_test/01: Fail |
| 470 function_type_alias5_test/02: Fail | 462 function_type_alias5_test/02: Fail |
| 471 function_type_alias7_test/00: Fail | 463 function_type_alias7_test/00: Fail |
| 472 instanceof3_test: Fail | 464 instanceof3_test: Fail |
| 473 parameter_initializer6_negative_test: Fail # Issue 3502 | 465 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 474 syntax_test/47: Fail | 466 syntax_test/47: Fail |
| 475 # DartVM problem. | 467 # DartVM problem. |
| 476 constructor5_test: Fail | 468 constructor5_test: Fail |
| 477 constructor6_test: Fail | 469 constructor6_test: Fail |
| 478 closure_in_initializer_test: Fail | 470 closure_in_initializer_test: Fail |
| 479 gc_test: Pass,Fail | |
| 480 super_first_constructor_test: Fail | 471 super_first_constructor_test: Fail |
| 481 # VM specific tests. | 472 # VM specific tests. |
| 482 disable_privacy_test: Pass, Fail, Ok | 473 disable_privacy_test: Pass, Fail, Ok |
| 483 # This test hard codes name of file being run and precise position. | 474 # This test hard codes name of file being run and precise position. |
| 484 generic_test: Fail, Ok | 475 generic_test: Fail, Ok |
| 485 # Minified mode failures. | 476 # Minified mode failures. |
| 486 # TODO(antonm): proper support in test framework. | 477 # TODO(antonm): proper support in test framework. |
| 487 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 478 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 488 | 479 |
| 489 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 480 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 | 823 |
| 833 | 824 |
| 834 [ $arch == simarm ] | 825 [ $arch == simarm ] |
| 835 *: Skip | 826 *: Skip |
| 836 | 827 |
| 837 [ $arch == mips ] | 828 [ $arch == mips ] |
| 838 *: Skip | 829 *: Skip |
| 839 | 830 |
| 840 [ $arch == simmips ] | 831 [ $arch == simmips ] |
| 841 *: Skip | 832 *: Skip |
| OLD | NEW |