| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 compile_time_constant_checked2_test/06: Fail, OK | 72 compile_time_constant_checked2_test/06: Fail, OK |
| 73 compile_time_constant_checked3_test/01: Fail, OK | 73 compile_time_constant_checked3_test/01: Fail, OK |
| 74 compile_time_constant_checked3_test/02: Fail, OK | 74 compile_time_constant_checked3_test/02: Fail, OK |
| 75 compile_time_constant_checked3_test/03: Fail, OK | 75 compile_time_constant_checked3_test/03: Fail, OK |
| 76 compile_time_constant_checked3_test/04: Fail, OK | 76 compile_time_constant_checked3_test/04: Fail, OK |
| 77 compile_time_constant_checked3_test/05: Fail, OK | 77 compile_time_constant_checked3_test/05: Fail, OK |
| 78 compile_time_constant_checked3_test/06: Fail, OK | 78 compile_time_constant_checked3_test/06: Fail, OK |
| 79 type_check_const_function_typedef2_test/00: Fail, OK | 79 type_check_const_function_typedef2_test/00: Fail, OK |
| 80 malformed2_test/01: Fail, OK | 80 malformed2_test/01: Fail, OK |
| 81 | 81 |
| 82 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no
ne) ] | 82 [ ($compiler == none || $compiler == dart2dart) && $runtime != none ] |
| 83 dynamic_prefix_core_test/01: Fail # Issue 12478 | 83 dynamic_prefix_core_test/01: Fail # Issue 12478 |
| 84 | 84 |
| 85 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium
) ] | 85 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium
|| $runtime == ContentShellOnAndroid) ] |
| 86 dynamic_prefix_core_test/none: Fail # Issue 12478 | 86 dynamic_prefix_core_test/none: Fail # Issue 12478 |
| 87 export_ambiguous_main_negative_test: Fail # Issue 14763 | 87 export_ambiguous_main_negative_test: Fail # Issue 14763 |
| 88 | 88 |
| 89 [ $compiler == none && $runtime == drt ] | |
| 90 mixin_illegal_object_test/01: pass # Issue 10952. | |
| 91 mixin_illegal_object_test/02: pass # Issue 10952. | |
| 92 | |
| 93 [ $compiler == dart2js && $runtime == ie9 ] | 89 [ $compiler == dart2js && $runtime == ie9 ] |
| 94 lazy_static3_test: Fail # Issue 13469 | 90 lazy_static3_test: Fail # Issue 13469 |
| 95 | 91 |
| 96 [ $compiler == none && $runtime == dartium && $unchecked ] | 92 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 97 named_parameters_type_test/01: Fail # Issue 13719: Please triage this failure. | |
| 98 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. | |
| 99 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. | |
| 100 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
re. | 93 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
re. |
| 101 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu
re. | 94 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu
re. |
| 102 assertion_test: Fail # Issue 13719: Please triage this failure. | 95 assertion_test: Fail # Issue 13719: Please triage this failure. |
| 103 generic_test: Fail # Issue 13719: Please triage this failure. | 96 generic_test: Fail # Issue 13719: Please triage this failure. |
| 104 list_literal1_test/01: Fail # Issue 13719: Please triage this failure. | 97 list_literal1_test/01: Fail # Issue 13719: Please triage this failure. |
| 105 list_literal4_test: Fail # Issue 13719: Please triage this failure. | 98 list_literal4_test: Fail # Issue 13719: Please triage this failure. |
| 106 map_literal1_test/01: Fail # Issue 13719: Please triage this failure. | 99 map_literal1_test/01: Fail # Issue 13719: Please triage this failure. |
| 107 map_literal4_test: Fail # Issue 13719: Please triage this failure. | 100 map_literal4_test: Fail # Issue 13719: Please triage this failure. |
| 108 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. | 101 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. |
| 109 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. | 102 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. |
| 110 | 103 |
| 111 [ $compiler == none && $runtime == dartium ] | 104 [ $compiler == none && $runtime == dartium ] |
| 112 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. | 105 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. |
| 113 issue13474_test: Pass, Fail # Issue 14651. | 106 issue13474_test: Pass, Fail # Issue 14651. |
| 114 | 107 |
| 115 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 108 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 116 typed_message_test: Crash, Fail # Issue 13921, 14400 | 109 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 117 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 110 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
| 118 override_inheritance_mixed_test/08: Fail # Issue 16137 | 111 override_inheritance_mixed_test/08: Fail # Issue 16137 |
| 119 override_inheritance_mixed_test/09: Fail # Issue 16137 | 112 override_inheritance_mixed_test/09: Fail # Issue 16137 |
| 120 | 113 |
| 121 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] | 114 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] |
| 122 generic_instanceof3_test: Pass, Crash # dartbug.com/17440 | 115 generic_instanceof3_test: Pass, Crash # Issue 17440. |
| 116 |
| 117 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] |
| 118 stack_overflow_test: Skip # Crashes. Issue 17440. |
| 119 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
| OLD | NEW |