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 built_in_identifier_prefix_test: Fail # Issue 6970 | 9 built_in_identifier_prefix_test: Fail # Issue 6970 |
10 | 10 |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 named_parameters_type_test/01: Fail # Issue 14651. | 64 named_parameters_type_test/01: Fail # Issue 14651. |
65 named_parameters_type_test/02: Fail # Issue 14651. | 65 named_parameters_type_test/02: Fail # Issue 14651. |
66 named_parameters_type_test/03: Fail # Issue 14651. | 66 named_parameters_type_test/03: Fail # Issue 14651. |
67 positional_parameters_type_test/01: Fail # Issue 14651. | 67 positional_parameters_type_test/01: Fail # Issue 14651. |
68 positional_parameters_type_test/02: Fail # Issue 14651. | 68 positional_parameters_type_test/02: Fail # Issue 14651. |
69 type_checks_in_factory_method_test: Fail # Issue 14651. | 69 type_checks_in_factory_method_test: Fail # Issue 14651. |
70 vm/type_vm_test: Fail # Issue 14651. | 70 vm/type_vm_test: Fail # Issue 14651. |
71 | 71 |
72 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 72 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
73 issue13474_test: Pass, Fail # Issue 14651. | 73 issue13474_test: Pass, Fail # Issue 14651. |
74 typed_message_test: Crash, Fail # Issue 13921, 14400 | |
75 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | 74 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. |
76 main_test/01: Fail # Issue 20028 | 75 main_test/01: Fail # Issue 20028 |
77 main_test/02: Fail # Issue 20028 | 76 main_test/02: Fail # Issue 20028 |
78 main_test/04: Fail # Issue 20028 | 77 main_test/04: Fail # Issue 20028 |
79 main_test/05: Fail # Issue 20028 | 78 main_test/05: Fail # Issue 20028 |
80 main_test/21: Fail # Issue 20028 | 79 main_test/21: Fail # Issue 20028 |
81 main_test/42: Fail # Issue 20028 | 80 main_test/42: Fail # Issue 20028 |
82 mirror_in_static_init_test: Fail # Issue 22071 | 81 mirror_in_static_init_test: Fail # Issue 22071 |
83 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. | 82 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. |
84 | 83 |
85 [ $compiler == none && $runtime == drt ] | 84 [ $compiler == none && $runtime == drt ] |
86 disassemble_test: Pass, Fail # Issue 18122 | 85 disassemble_test: Pass, Fail # Issue 18122 |
87 | 86 |
88 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] | 87 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] |
89 generic_instanceof3_test: Pass, Crash # Issue 17440. | 88 generic_instanceof3_test: Pass, Crash # Issue 17440. |
90 | 89 |
91 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] | 90 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] |
92 stack_overflow_test: Skip # Crashes. Issue 17440. | 91 stack_overflow_test: Skip # Crashes. Issue 17440. |
93 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. | 92 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. |
94 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 93 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
95 | 94 |
96 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 95 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
97 large_class_declaration_test: SkipSlow # Times out. Issue 20352 | 96 large_class_declaration_test: SkipSlow # Times out. Issue 20352 |
98 | 97 |
99 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 98 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
100 gc_test: SkipSlow # Times out flakily. Issue 20956 | 99 gc_test: SkipSlow # Times out flakily. Issue 20956 |
101 | 100 |
102 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 ||
$arch == simmips || $arch == mips) ] | 101 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 ||
$arch == simmips || $arch == mips) ] |
103 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 102 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
OLD | NEW |