Chromium Code Reviews| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 || $runtime == ContentShellOnAndroid) ] | 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 == dart2js && $runtime == ie9 ] | 89 [ $compiler == dart2js && $runtime == ie9 ] |
| 90 lazy_static3_test: Fail # Issue 13469 | 90 lazy_static3_test: Fail # Issue 13469 |
| 91 | 91 |
| 92 [ $compiler == none && $runtime == dartium && $unchecked ] | 92 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 93 named_parameters_type_test/01: Fail # Issue 13719: Please triage this failure. | |
|
ahe
2014/03/18 17:01:25
Please file a new bug and update the the bug numbe
| |
| 94 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. | |
| 95 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. | |
| 93 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu re. | 96 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu re. |
| 94 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu re. | 97 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu re. |
| 95 assertion_test: Fail # Issue 13719: Please triage this failure. | 98 assertion_test: Fail # Issue 13719: Please triage this failure. |
| 96 generic_test: Fail # Issue 13719: Please triage this failure. | 99 generic_test: Fail # Issue 13719: Please triage this failure. |
| 97 list_literal1_test/01: Fail # Issue 13719: Please triage this failure. | 100 list_literal1_test/01: Fail # Issue 13719: Please triage this failure. |
| 98 list_literal4_test: Fail # Issue 13719: Please triage this failure. | 101 list_literal4_test: Fail # Issue 13719: Please triage this failure. |
| 99 map_literal1_test/01: Fail # Issue 13719: Please triage this failure. | 102 map_literal1_test/01: Fail # Issue 13719: Please triage this failure. |
| 100 map_literal4_test: Fail # Issue 13719: Please triage this failure. | 103 map_literal4_test: Fail # Issue 13719: Please triage this failure. |
| 101 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu re. | 104 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu re. |
| 102 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. | 105 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. |
| 103 | 106 |
| 104 [ $compiler == none && $runtime == dartium ] | 107 [ $compiler == none && $runtime == dartium ] |
| 105 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa ilure. | 108 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa ilure. |
| 106 issue13474_test: Pass, Fail # Issue 14651. | 109 issue13474_test: Pass, Fail # Issue 14651. |
| 107 | 110 |
| 108 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 111 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 109 typed_message_test: Crash, Fail # Issue 13921, 14400 | 112 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 110 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 113 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
| 111 override_inheritance_mixed_test/08: Fail # Issue 16137 | 114 override_inheritance_mixed_test/08: Fail # Issue 16137 |
| 112 override_inheritance_mixed_test/09: Fail # Issue 16137 | 115 override_inheritance_mixed_test/09: Fail # Issue 16137 |
| 113 | 116 |
| 114 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] | 117 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] |
| 115 generic_instanceof3_test: Pass, Crash # Issue 17440. | 118 generic_instanceof3_test: Pass, Crash # Issue 17440. |
| 116 | 119 |
| 117 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] | 120 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] |
| 118 stack_overflow_test: Skip # Crashes. Issue 17440. | 121 stack_overflow_test: Skip # Crashes. Issue 17440. |
| 119 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 122 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
| OLD | NEW |