| 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 [ $compiler == none ] | 8 [ $compiler == none ] |
| 9 mixin_super_constructor_named_test: Fail # Issue 12631 | 9 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 10 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 11 built_in_identifier_prefix_test: Fail # Issue 6970 | 11 built_in_identifier_prefix_test: Fail # Issue 6970 |
| 12 | 12 |
| 13 # These bugs refer currently ongoing language discussions. | 13 # These bugs refer currently ongoing language discussions. |
| 14 constructor_initializer_test/none: Fail # Issue 12633 | 14 constructor_initializer_test/none: Fail # Issue 12633 |
| 15 constructor5_test: Fail # Issue 6422 | 15 constructor5_test: Fail # Issue 6422 |
| 16 constructor6_test: Fail # Issue 6422 | 16 constructor6_test: Fail # Issue 6422 |
| 17 closure_in_initializer_test: Fail # Issue 6422 | 17 closure_in_initializer_test: Fail # Issue 6422 |
| 18 | 18 |
| 19 # Regular bugs which should be fixed. | 19 # Regular bugs which should be fixed. |
| 20 duplicate_export_negative_test: Fail # Issue 6134 | 20 duplicate_export_negative_test: Fail # Issue 6134 |
| 21 mixin_forwarding_constructor2_test: Fail # Issue 13641 | 21 mixin_forwarding_constructor2_test: Fail # Issue 13641 |
| 22 | 22 |
| 23 deferred_constraints_constants_test/reference1: Fail | 23 # Issue 17521 |
| 24 deferred_constraints_constants_test/reference2: Fail | 24 deferred_constraints_constants_test/*: Fail, Pass |
| 25 deferred_constraints_constants_test/metadata1: Fail | 25 deferred_constraints_type_annotation_test/*: Fail, Pass |
| 26 deferred_constraints_constants_test/metadata2: Fail | 26 deferred_shadow_load_library_test: Fail |
| 27 deferred_constraints_constants_test/metadata3: Fail | 27 deferred_closurize_load_library_test: Fail |
| 28 deferred_constraints_constants_test/default_argument1: Fail | 28 |
| 29 deferred_constraints_constants_test/default_argument2: Fail | 29 # These test use the old syntax, and will be phased out. |
| 30 deferred_constraints_constants_test/constructor1: Fail | 30 deferred_constraints_constants_old_syntax_test/reference1: Fail, Ok |
| 31 deferred_constraints_constants_test/constructor2: Fail | 31 deferred_constraints_constants_old_syntax_test/reference2: Fail, Ok |
| 32 deferred_constraints_constants_old_syntax_test/metadata1: Fail, Ok |
| 33 deferred_constraints_constants_old_syntax_test/metadata2: Fail, Ok |
| 34 deferred_constraints_constants_old_syntax_test/metadata3: Fail, Ok |
| 35 deferred_constraints_constants_old_syntax_test/default_argument1: Fail, Ok |
| 36 deferred_constraints_constants_old_syntax_test/default_argument2: Fail, Ok |
| 37 deferred_constraints_constants_old_syntax_test/constructor1: Fail, Ok |
| 38 deferred_constraints_constants_old_syntax_test/constructor2: Fail, Ok |
| 32 | 39 |
| 33 [ ($compiler == none || $compiler == dart2dart)] | 40 [ ($compiler == none || $compiler == dart2dart)] |
| 34 # The vm does not support deferred loading. | 41 # Issue 17521, 17523 |
| 35 deferred_constraints_type_annotation_test/as_operation: Fail | 42 deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail |
| 36 deferred_constraints_type_annotation_test/is_check: Fail | 43 deferred_constraints_type_annotation_old_syntax_test/is_check: Fail |
| 37 deferred_constraints_type_annotation_test/catch_check: Fail | 44 deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail |
| 38 deferred_constraints_type_annotation_test/new_before_load: Fail | 45 deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail |
| 46 deferred_load_library_wrong_args_test/none: Fail |
| 47 |
| 48 [ ($compiler == dart2dart)] |
| 49 # Issue 17523 |
| 50 deferred_constraints_type_annotation_test/*: Fail, Pass |
| 51 deferred_constraints_constants_test/*: Fail, Pass |
| 52 deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail |
| 53 deferred_constraints_type_annotation_old_syntax_test/is_check: Fail |
| 54 deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail |
| 55 deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail |
| 56 deferred_shadow_load_library_test: Fail |
| 57 deferred_closurize_load_library_test: Fail |
| 39 | 58 |
| 40 [ ($compiler == none || $compiler == dart2dart) && $checked ] | 59 [ ($compiler == none || $compiler == dart2dart) && $checked ] |
| 41 # The vm and dart2dart do not support deferred loading. | 60 # Issue 17521, 17523 |
| 42 deferred_constraints_type_annotation_test/type_annotation1: Fail | 61 # Dart2dart does not support deferred loading. |
| 43 deferred_constraints_type_annotation_test/type_annotation_generic1: Fail | 62 deferred_constraints_type_annotation_old_syntax_test/type_annotation1: Fail |
| 44 deferred_constraints_type_annotation_test/type_annotation_generic4: Fail | 63 deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic1: F
ail |
| 64 deferred_constraints_type_annotation_old_syntax_test/type_annotation_generic4: F
ail |
| 45 | 65 |
| 46 [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ] | 66 [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 47 # The vm and analyzer do not support deferred loading. | 67 # Issue 17521, 17522 |
| 48 deferred_no_prefix_test/01: Fail | 68 deferred_no_prefix_old_syntax_test/01: Fail |
| 49 deferred_duplicate_prefix1_test/01: Fail | 69 deferred_duplicate_prefix1_old_syntax_test/01: Fail |
| 50 deferred_duplicate_prefix2_test/01: Fail | 70 deferred_duplicate_prefix2_old_syntax_test/01: Fail |
| 51 deferred_duplicate_prefix3_test/01: Fail | 71 deferred_duplicate_prefix3_old_syntax_test/01: Fail |
| 52 | 72 |
| 53 [ $compiler == none && $runtime == vm ] | 73 [ $compiler == none && $runtime == vm ] |
| 54 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 74 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 55 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16137 | 75 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16137 |
| 56 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16137 | 76 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16137 |
| 57 | 77 |
| 58 unicode_bom_test: Fail # Issue 16067 | 78 unicode_bom_test: Fail # Issue 16067 |
| 59 | 79 |
| 60 [ $compiler == none && $checked ] | 80 [ $compiler == none && $checked ] |
| 61 type_variable_bounds4_test/01: Fail # Issue 14006 | 81 type_variable_bounds4_test/01: Fail # Issue 14006 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 issue13474_test: Pass, Fail # Issue 14651. | 134 issue13474_test: Pass, Fail # Issue 14651. |
| 115 | 135 |
| 116 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 136 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 117 typed_message_test: Crash, Fail # Issue 13921, 14400 | 137 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 118 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 138 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
| 119 override_inheritance_mixed_test/08: Fail # Issue 16137 | 139 override_inheritance_mixed_test/08: Fail # Issue 16137 |
| 120 override_inheritance_mixed_test/09: Fail # Issue 16137 | 140 override_inheritance_mixed_test/09: Fail # Issue 16137 |
| 121 | 141 |
| 122 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] | 142 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] |
| 123 generic_instanceof3_test: Pass, Crash # dartbug.com/17440 | 143 generic_instanceof3_test: Pass, Crash # dartbug.com/17440 |
| OLD | NEW |