| 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 && $runtime == drt && $mode == debug ] | 8 [ $compiler == none && $runtime == drt && $mode == debug ] |
| 9 source_self_negative_test: Crash # Issue 14003 | 9 source_self_negative_test: Crash # Issue 14003 |
| 10 | 10 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 compile_time_constant_checked3_test/06: Fail, OK | 59 compile_time_constant_checked3_test/06: Fail, OK |
| 60 | 60 |
| 61 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no
ne) ] | 61 [ $runtime == vm || (($runtime == drt || $runtime == dartium) && $compiler == no
ne) ] |
| 62 call_test: Fail # Issue 12602 | 62 call_test: Fail # Issue 12602 |
| 63 dynamic_prefix_core_test: Fail # Issue 12478 | 63 dynamic_prefix_core_test: Fail # Issue 12478 |
| 64 | 64 |
| 65 [ $compiler == none && $runtime == drt ] | 65 [ $compiler == none && $runtime == drt ] |
| 66 mixin_illegal_object_test/01: pass # Issue 10952. | 66 mixin_illegal_object_test/01: pass # Issue 10952. |
| 67 mixin_illegal_object_test/02: pass # Issue 10952. | 67 mixin_illegal_object_test/02: pass # Issue 10952. |
| 68 | 68 |
| 69 [ $compiler == none && $runtime == drt && $system == macos ] | |
| 70 field_type_check_test/none: Pass, Fail # Issue 13266 | |
| 71 | |
| 72 [ $compiler == dart2js && $runtime == ie9 ] | 69 [ $compiler == dart2js && $runtime == ie9 ] |
| 73 lazy_static3_test: Fail # Issue 13469 | 70 lazy_static3_test: Fail # Issue 13469 |
| 74 | 71 |
| 75 [ $compiler == none && $runtime == dartium && $unchecked ] | 72 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 76 named_parameters_type_test/01: Fail # Issue 13719: Please triage this failure. | 73 named_parameters_type_test/01: Fail # Issue 13719: Please triage this failure. |
| 77 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. | 74 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. |
| 78 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. | 75 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. |
| 79 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
re. | 76 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
re. |
| 80 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu
re. | 77 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu
re. |
| 81 assertion_test: Fail # Issue 13719: Please triage this failure. | 78 assertion_test: Fail # Issue 13719: Please triage this failure. |
| 82 generic_test: Fail # Issue 13719: Please triage this failure. | 79 generic_test: Fail # Issue 13719: Please triage this failure. |
| 83 list_literal1_test/01: Fail # Issue 13719: Please triage this failure. | 80 list_literal1_test/01: Fail # Issue 13719: Please triage this failure. |
| 84 list_literal4_test: Fail # Issue 13719: Please triage this failure. | 81 list_literal4_test: Fail # Issue 13719: Please triage this failure. |
| 85 map_literal1_test/01: Fail # Issue 13719: Please triage this failure. | 82 map_literal1_test/01: Fail # Issue 13719: Please triage this failure. |
| 86 map_literal4_test: Fail # Issue 13719: Please triage this failure. | 83 map_literal4_test: Fail # Issue 13719: Please triage this failure. |
| 87 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. | 84 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. |
| 88 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. | 85 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. |
| 89 | 86 |
| 90 [ $compiler == none && $runtime == dartium ] | 87 [ $compiler == none && $runtime == dartium ] |
| 91 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. | 88 first_class_types_literals_test: Pass, Fail # Issue 13719: Please triage this fa
ilure. |
| 92 issue13474_test: Pass, Fail # Issue 13719: Please triage this failure. | 89 issue13474_test: Pass, Fail # Issue 13719: Please triage this failure. |
| 93 regress_13494_test: Pass, Fail # Issue 13719: Please triage this failure. | 90 regress_13494_test: Pass, Fail # Issue 13719: Please triage this failure. |
| 94 | 91 |
| 95 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 92 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 96 typed_message_test: Crash, Fail # Issue 13921, 14400 | 93 typed_message_test: Crash, Fail # Issue 13921, 14400 |
| 97 | 94 |
| OLD | NEW |