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 [ $runtime == vm ] | 5 [ ($runtime == vm || $runtime == dart_precompiled) ] |
6 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
8 | 8 |
9 [ $runtime != vm ] | 9 [ $runtime != vm ] |
10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
11 | 11 |
12 [ $runtime == vm && $arch == mips && $mode == debug ] | 12 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] |
13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. | 13 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. |
14 | 14 |
15 [ $compiler == none ] | 15 [ ($compiler == none || $compiler == precompiler) ] |
16 compile_time_error_test/01: Skip # Issue 12587 | 16 compile_time_error_test/01: Skip # Issue 12587 |
17 ping_test: Skip # Resolve test issues | 17 ping_test: Skip # Resolve test issues |
18 ping_pause_test: Skip # Resolve test issues | 18 ping_pause_test: Skip # Resolve test issues |
19 kill3_test: Pass, Fail # Bad test: expects total message order | 19 kill3_test: Pass, Fail # Bad test: expects total message order |
20 | 20 |
21 message3_test/int32x4: Crash, Timeout # Issue 21818 | 21 message3_test/int32x4: Crash, Timeout # Issue 21818 |
22 | 22 |
23 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 23 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] |
24 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 | 24 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 |
25 | 25 |
26 [ $compiler == dart2js && $runtime == safarimobilesim ] | 26 [ $compiler == dart2js && $runtime == safarimobilesim ] |
27 compile_time_error_test/none: Pass, Slow | 27 compile_time_error_test/none: Pass, Slow |
28 | 28 |
29 [ $compiler == dart2js && $jscl ] | 29 [ $compiler == dart2js && $jscl ] |
30 browser/*: SkipByDesign # Browser specific tests | 30 browser/*: SkipByDesign # Browser specific tests |
31 | 31 |
32 [ $compiler == dart2js && $runtime == jsshell ] | 32 [ $compiler == dart2js && $runtime == jsshell ] |
33 pause_test: Fail, OK # non-zero timer not supported. | 33 pause_test: Fail, OK # non-zero timer not supported. |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. | 71 isolate_stress_test: Pass, Slow # TODO(kasperl): Please triage. |
72 | 72 |
73 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. | 73 mandel_isolate_test: Pass, Timeout # TODO(kasperl): Please triage. |
74 | 74 |
75 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome || $runtime == chromeOnAndroid) ] | 75 [ $compiler == dart2js && ( $runtime == ff || $runtime == safari || $runtime ==
drt || $runtime == chrome || $runtime == chromeOnAndroid) ] |
76 isolate_stress_test: Pass, Slow # Issue 10697 | 76 isolate_stress_test: Pass, Slow # Issue 10697 |
77 | 77 |
78 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 78 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
79 unresolved_ports_test: Pass, Timeout # Issue 15610 | 79 unresolved_ports_test: Pass, Timeout # Issue 15610 |
80 | 80 |
81 [ $compiler == none && $runtime == drt ] | 81 [ ($compiler == none || $compiler == precompiler) && $runtime == drt ] |
82 spawn_uri_nested_vm_test: Skip # Issue 14463 | 82 spawn_uri_nested_vm_test: Skip # Issue 14463 |
83 | 83 |
84 [ $jscl ] | 84 [ $jscl ] |
85 spawn_uri_multi_test/none: RuntimeError # Issue 13544 | 85 spawn_uri_multi_test/none: RuntimeError # Issue 13544 |
86 | 86 |
87 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) ] | 87 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == drt || $runtime == ContentShellOnAndroid) ] |
88 pause_test: Fail # Not implemented yet | 88 pause_test: Fail # Not implemented yet |
89 | 89 |
90 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 90 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA
ndroid ] |
91 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | 91 nested_spawn2_test: Skip # Issue 19127: This test is timing out. |
92 | 92 |
93 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 93 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru
ntime == ContentShellOnAndroid) ] |
94 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 94 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
95 | 95 |
96 [ $compiler == none && $runtime == dartium && $arch == x64 ] | 96 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $arc
h == x64 ] |
97 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 | 97 isolate/spawn_uri_multi_test/01: Skip # Times out. Issue 24795 |
98 | 98 |
99 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 99 [ ($compiler == none || $compiler == precompiler) && ( $runtime == dartium || $r
untime == drt || $runtime == ContentShellOnAndroid) ] |
100 typed_message_test: Crash, Fail # Issue 13921, 14400 | 100 typed_message_test: Crash, Fail # Issue 13921, 14400 |
101 message_enum_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFuncti
on | 101 message_enum_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFuncti
on |
102 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 102 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
103 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 103 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
104 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo
rt spawnFunction | 104 issue_21398_parent_isolate_test: Fail, OK # Issue 13921 Dom isolates don't suppo
rt spawnFunction |
105 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp
ort spawnFunction | 105 issue_21398_parent_isolate1_test: Fail, OK # Issue 13921 Dom isolates don't supp
ort spawnFunction |
106 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 106 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
107 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction | 107 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
108 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc
tion | 108 start_paused_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunc
tion |
109 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio
n | 109 object_leak_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunctio
n |
(...skipping 28 matching lines...) Expand all Loading... |
138 mint_maker_test: StaticWarning | 138 mint_maker_test: StaticWarning |
139 | 139 |
140 [ $compiler != none || $runtime != vm ] | 140 [ $compiler != none || $runtime != vm ] |
141 package_root_test: SkipByDesign # Uses Isolate.packageRoot | 141 package_root_test: SkipByDesign # Uses Isolate.packageRoot |
142 package_map_test: SkipByDesign # Uses Isolate.packageMap | 142 package_map_test: SkipByDesign # Uses Isolate.packageMap |
143 | 143 |
144 [ $compiler == dart2js && $cps_ir ] | 144 [ $compiler == dart2js && $cps_ir ] |
145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function | 145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function |
146 isolate_current_test: RuntimeError # Please triage this failure. | 146 isolate_current_test: RuntimeError # Please triage this failure. |
147 | 147 |
148 [ $noopt ] | 148 [ ($noopt || $compiler == precompiler) ] |
149 # Imports dart:mirrors | 149 # Imports dart:mirrors |
150 count_test: CompileTimeError | 150 count_test: CompileTimeError |
151 cross_isolate_message_test: CompileTimeError | 151 cross_isolate_message_test: CompileTimeError |
152 illegal_msg_function_test: CompileTimeError | 152 illegal_msg_function_test: CompileTimeError |
153 illegal_msg_mirror_test: CompileTimeError | 153 illegal_msg_mirror_test: CompileTimeError |
154 isolate_complex_messages_test: CompileTimeError | 154 isolate_complex_messages_test: CompileTimeError |
155 mandel_isolate_test: CompileTimeError | 155 mandel_isolate_test: CompileTimeError |
156 message2_test: CompileTimeError | 156 message2_test: CompileTimeError |
157 message_test: CompileTimeError | 157 message_test: CompileTimeError |
158 mint_maker_test: CompileTimeError | 158 mint_maker_test: CompileTimeError |
159 nested_spawn2_test: CompileTimeError | 159 nested_spawn2_test: CompileTimeError |
160 nested_spawn_test: CompileTimeError | 160 nested_spawn_test: CompileTimeError |
161 raw_port_test: CompileTimeError | 161 raw_port_test: CompileTimeError |
162 request_reply_test: CompileTimeError | 162 request_reply_test: CompileTimeError |
163 spawn_function_custom_class_test: CompileTimeError | 163 spawn_function_custom_class_test: CompileTimeError |
164 spawn_function_test: CompileTimeError | 164 spawn_function_test: CompileTimeError |
165 stacktrace_message_test: CompileTimeError | 165 stacktrace_message_test: CompileTimeError |
166 stacktrace_message_test: CompileTimeError | 166 stacktrace_message_test: CompileTimeError |
167 static_function_test: CompileTimeError | 167 static_function_test: CompileTimeError |
168 unresolved_ports_test: CompileTimeError | 168 unresolved_ports_test: CompileTimeError |
| 169 |
| 170 [ $runtime == dart_precompiled ] |
| 171 deferred_in_isolate_test: Skip # Isolate.spawnUri |
| 172 deferred_in_isolate2_test: Skip # Isolate.spawnUri |
| 173 exit_at_spawnuri_test: Skip # Isolate.spawnUri |
| 174 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri |
| 175 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri |
| 176 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri |
| 177 spawn_uri_exported_main_test: Skip # Isolate.spawnUri |
| 178 spawn_uri_test: Skip # Isolate.spawnUri |
| 179 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri |
| 180 deferred_in_isolate_test: Skip # Isolate.spawnUri |
| 181 spawn_uri_multi_test: Skip # Isolate.spawnUri |
| 182 spawn_uri_vm_test: Skip # Isolate.spawnUri |
| 183 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri |
| 184 error_at_spawnuri_test: Skip # Isolate.spawnUri |
OLD | NEW |