| 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 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 deferred_constraints_constants_old_syntax_test/constructor2: Fail, Ok | 32 deferred_constraints_constants_old_syntax_test/constructor2: Fail, Ok |
| 33 | 33 |
| 34 [ $compiler == dart2dart] | 34 [ $compiler == dart2dart] |
| 35 # Issue 17523 | 35 # Issue 17523 |
| 36 deferred_load_library_wrong_args_test/none: Fail | 36 deferred_load_library_wrong_args_test/none: Fail |
| 37 deferred_load_inval_code_test: Fail # dartbug.com/17933 | 37 deferred_load_inval_code_test: Fail # dartbug.com/17933 |
| 38 deferred_constraints_type_annotation_test/*: Fail, Pass | 38 deferred_constraints_type_annotation_test/*: Fail, Pass |
| 39 deferred_constraints_constants_test/*: Fail, Pass | 39 deferred_constraints_constants_test/*: Fail, Pass |
| 40 deferred_shadow_load_library_test: Fail | 40 deferred_shadow_load_library_test: Fail |
| 41 deferred_closurize_load_library_test: Fail | 41 deferred_closurize_load_library_test: Fail |
| 42 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 43 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 42 | 44 |
| 43 [ $compiler == none || $compiler == dart2dart] | 45 [ $compiler == none || $compiler == dart2dart] |
| 44 # These test use the old syntax, and will be phased out. | 46 # These test use the old syntax, and will be phased out. |
| 45 deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail, Ok | 47 deferred_constraints_type_annotation_old_syntax_test/as_operation: Fail, Ok |
| 46 deferred_constraints_type_annotation_old_syntax_test/is_check: Fail, Ok | 48 deferred_constraints_type_annotation_old_syntax_test/is_check: Fail, Ok |
| 47 deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail, Ok | 49 deferred_constraints_type_annotation_old_syntax_test/catch_check: Fail, Ok |
| 48 deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail, Ok | 50 deferred_constraints_type_annotation_old_syntax_test/new_before_load: Fail, Ok |
| 49 | 51 |
| 50 # Non-contractive types are not supported in the vm. | 52 # Non-contractive types are not supported in the vm. |
| 51 cyclic_type_test/02: Fail, OK | 53 cyclic_type_test/02: Fail, OK |
| (...skipping 10 matching lines...) Expand all Loading... |
| 62 | 64 |
| 63 [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ] | 65 [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 64 # Issue 17521, 17522 | 66 # Issue 17521, 17522 |
| 65 deferred_no_prefix_old_syntax_test/01: Fail | 67 deferred_no_prefix_old_syntax_test/01: Fail |
| 66 deferred_duplicate_prefix1_old_syntax_test/01: Fail | 68 deferred_duplicate_prefix1_old_syntax_test/01: Fail |
| 67 deferred_duplicate_prefix2_old_syntax_test/01: Fail | 69 deferred_duplicate_prefix2_old_syntax_test/01: Fail |
| 68 deferred_duplicate_prefix3_old_syntax_test/01: Fail | 70 deferred_duplicate_prefix3_old_syntax_test/01: Fail |
| 69 | 71 |
| 70 [ $compiler == none && $runtime == vm ] | 72 [ $compiler == none && $runtime == vm ] |
| 71 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 73 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 72 override_inheritance_mixed_test/08: MissingCompileTimeError # Issue 16137 | |
| 73 override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16137 | |
| 74 | 74 |
| 75 unicode_bom_test: Fail # Issue 16067 | 75 unicode_bom_test: Fail # Issue 16067 |
| 76 | 76 |
| 77 [ $compiler == none && $checked ] | 77 [ $compiler == none && $checked ] |
| 78 type_variable_bounds4_test/01: Fail # Issue 14006 | 78 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 79 | 79 |
| 80 [ $compiler == none && $unchecked ] | 80 [ $compiler == none && $unchecked ] |
| 81 # Only checked mode reports an error on type assignment | 81 # Only checked mode reports an error on type assignment |
| 82 # problems in compile time constants. | 82 # problems in compile time constants. |
| 83 type_check_const_function_typedef2_test/00: Fail, OK | 83 type_check_const_function_typedef2_test/00: Fail, OK |
| (...skipping 21 matching lines...) Expand all Loading... |
| 105 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. | 105 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. |
| 106 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. | 106 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. |
| 107 | 107 |
| 108 [ $compiler == none && $runtime == dartium ] | 108 [ $compiler == none && $runtime == dartium ] |
| 109 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. | 109 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. |
| 110 issue13474_test: Pass, Fail # Issue 14651. | 110 issue13474_test: Pass, Fail # Issue 14651. |
| 111 | 111 |
| 112 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 112 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 113 typed_message_test: Crash, Fail # Issue 13921, 14400 | 113 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 114 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 114 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
| 115 override_inheritance_mixed_test/08: Fail # Issue 16137 | |
| 116 override_inheritance_mixed_test/09: Fail # Issue 16137 | |
| 117 | 115 |
| 118 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] | 116 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] |
| 119 generic_instanceof3_test: Pass, Crash # Issue 17440. | 117 generic_instanceof3_test: Pass, Crash # Issue 17440. |
| 120 | 118 |
| 121 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] | 119 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] |
| 122 stack_overflow_test: Skip # Crashes. Issue 17440. | 120 stack_overflow_test: Skip # Crashes. Issue 17440. |
| 123 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 121 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
| 124 | 122 |
| 125 [ $compiler == none && $runtime == vm && $arch == simarm64 ] | 123 [ $compiler == none && $runtime == vm && $arch == simarm64 ] |
| 126 *: Skip | 124 *: Skip |
| OLD | NEW |