Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Side by Side Diff: tests/isolate/isolate.status

Issue 2784293003: Adjust status files to account for running the Dart test cases through flutter engine on linux. (Closed)
Patch Set: Adjusted status files after synching up to latest flutter engine revision. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 && $compiler == none && $system == fuchsia] 5 [$runtime == vm && $compiler == none && $system == fuchsia]
6 *: Skip # Not yet triaged. 6 *: Skip # Not yet triaged.
7 7
8 [ $runtime == vm || $runtime == dart_precompiled ] 8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
9 browser/*: SkipByDesign # Browser specific tests 9 browser/*: SkipByDesign # Browser specific tests
10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
11 11
12 [ $runtime != vm || $mode == product || $compiler == app_jit ] 12 [ $runtime != vm || $mode == product || $compiler == app_jit ]
13 checked_test: Skip # Unsupported. 13 checked_test: Skip # Unsupported.
14 14
15 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ] 15 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
16 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. 16 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
17 17
18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 enum_const_test/02: RuntimeError # Issue 21817 57 enum_const_test/02: RuntimeError # Issue 21817
58 58
59 [ $compiler == dart2js && $runtime != d8 ] 59 [ $compiler == dart2js && $runtime != d8 ]
60 error_exit_at_spawn_test: Skip # Issue 23876 60 error_exit_at_spawn_test: Skip # Issue 23876
61 error_at_spawn_test: Skip # Issue 23876 61 error_at_spawn_test: Skip # Issue 23876
62 exit_at_spawn_test: Skip # Issue 23876 62 exit_at_spawn_test: Skip # Issue 23876
63 63
64 [ $compiler == dart2js && $jscl ] 64 [ $compiler == dart2js && $jscl ]
65 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell 65 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
66 66
67 [ $compiler == dart2js && $fast_startup ] 67 [ ($compiler == dart2js && $fast_startup) ]
68 browser/compute_this_script_browser_test: Fail # mirrors not supported 68 browser/compute_this_script_browser_test: Fail # mirrors not supported
69 browser/typed_data_message_test: Fail # mirrors not supported 69 browser/typed_data_message_test: Fail # mirrors not supported
70 count_test: Fail # mirrors not supported 70 count_test: Fail # mirrors not supported
71 cross_isolate_message_test: Fail # mirrors not supported 71 cross_isolate_message_test: Fail # mirrors not supported
72 illegal_msg_function_test: Fail # mirrors not supported 72 illegal_msg_function_test: Fail # mirrors not supported
73 illegal_msg_mirror_test: Fail # mirrors not supported 73 illegal_msg_mirror_test: Fail # mirrors not supported
74 isolate_complex_messages_test: Fail # mirrors not supported 74 isolate_complex_messages_test: Fail # mirrors not supported
75 mandel_isolate_test: Fail # mirrors not supported 75 mandel_isolate_test: Fail # mirrors not supported
76 message2_test: Fail # mirrors not supported 76 message2_test: Fail # mirrors not supported
77 message_test: Fail # mirrors not supported 77 message_test: Fail # mirrors not supported
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system = = windows) ] 165 [ ($compiler == none) && ( $runtime == dartium || $runtime == drt) && ($system = = windows) ]
166 browser/package_resolve_browser_test: Skip # Temporarily disabled working on CL to fix under Windows. 166 browser/package_resolve_browser_test: Skip # Temporarily disabled working on CL to fix under Windows.
167 167
168 [ $compiler == dart2analyzer ] 168 [ $compiler == dart2analyzer ]
169 browser/typed_data_message_test: StaticWarning 169 browser/typed_data_message_test: StaticWarning
170 mint_maker_test: StaticWarning 170 mint_maker_test: StaticWarning
171 171
172 [ $compiler == dart2analyzer && $builder_tag == strong ] 172 [ $compiler == dart2analyzer && $builder_tag == strong ]
173 *: Skip # Issue 28649 173 *: Skip # Issue 28649
174 174
175 [ $compiler == none && $runtime == vm ] 175 [ $compiler == none && ($runtime == vm || $runtime == flutter) ]
176 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor t the tested behavior anyway. 176 scenarios/short_package/short_package_test: Fail, OK # We do not plan to suppor t the tested behavior anyway.
177 177
178 [ $compiler != none || $runtime != vm ] 178 [ $compiler != none || $runtime != vm ]
179 package_root_test: SkipByDesign # Uses Isolate.packageRoot 179 package_root_test: SkipByDesign # Uses Isolate.packageRoot
180 package_config_test: SkipByDesign # Uses Isolate.packageConfig 180 package_config_test: SkipByDesign # Uses Isolate.packageConfig
181 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri 181 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri
182 spawn_uri_fail_test: SkipByDesign # Uses dart:io. 182 spawn_uri_fail_test: SkipByDesign # Uses dart:io.
183 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs. 183 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs.
184 184
185 [ $compiler == precompiler || $mode == product ] 185 [ $compiler == precompiler || $mode == product || $runtime == flutter ]
186 # Imports dart:mirrors 186 # Imports dart:mirrors
187 count_test: SkipByDesign 187 count_test: SkipByDesign
188 cross_isolate_message_test: SkipByDesign 188 cross_isolate_message_test: SkipByDesign
189 illegal_msg_function_test: SkipByDesign 189 illegal_msg_function_test: SkipByDesign
190 illegal_msg_mirror_test: SkipByDesign 190 illegal_msg_mirror_test: SkipByDesign
191 isolate_complex_messages_test: SkipByDesign 191 isolate_complex_messages_test: SkipByDesign
192 mandel_isolate_test: SkipByDesign 192 mandel_isolate_test: SkipByDesign
193 message2_test: SkipByDesign 193 message2_test: SkipByDesign
194 message_test: SkipByDesign 194 message_test: SkipByDesign
195 mint_maker_test: SkipByDesign 195 mint_maker_test: SkipByDesign
196 nested_spawn2_test: SkipByDesign 196 nested_spawn2_test: SkipByDesign
197 nested_spawn_test: SkipByDesign 197 nested_spawn_test: SkipByDesign
198 raw_port_test: SkipByDesign 198 raw_port_test: SkipByDesign
199 request_reply_test: SkipByDesign 199 request_reply_test: SkipByDesign
200 spawn_function_custom_class_test: SkipByDesign 200 spawn_function_custom_class_test: SkipByDesign
201 spawn_function_test: SkipByDesign 201 spawn_function_test: SkipByDesign
202 stacktrace_message_test: SkipByDesign 202 stacktrace_message_test: SkipByDesign
203 static_function_test: SkipByDesign 203 static_function_test: SkipByDesign
204 unresolved_ports_test: SkipByDesign 204 unresolved_ports_test: SkipByDesign
205 205
206 [ $runtime == dart_precompiled ] 206 [ $runtime == dart_precompiled || $runtime == flutter ]
207 count_test: Skip # Isolate.spawnUri 207 count_test: Skip # Isolate.spawnUri
208 cross_isolate_message_test: Skip # Isolate.spawnUri 208 cross_isolate_message_test: Skip # Isolate.spawnUri
209 deferred_in_isolate2_test: Skip # Isolate.spawnUri 209 deferred_in_isolate2_test: Skip # Isolate.spawnUri
210 deferred_in_isolate_test: Skip # Isolate.spawnUri 210 deferred_in_isolate_test: Skip # Isolate.spawnUri
211 deferred_in_isolate_test: Skip # Isolate.spawnUri 211 deferred_in_isolate_test: Skip # Isolate.spawnUri
212 error_at_spawnuri_test: Skip # Isolate.spawnUri 212 error_at_spawnuri_test: Skip # Isolate.spawnUri
213 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri 213 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri
214 exit_at_spawnuri_test: Skip # Isolate.spawnUri 214 exit_at_spawnuri_test: Skip # Isolate.spawnUri
215 illegal_msg_function_test: Skip # Isolate.spawnUri 215 illegal_msg_function_test: Skip # Isolate.spawnUri
216 illegal_msg_mirror_test: Skip # Isolate.spawnUri 216 illegal_msg_mirror_test: Skip # Isolate.spawnUri
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 compile_time_error_test/01: MissingCompileTimeError 254 compile_time_error_test/01: MissingCompileTimeError
255 deferred_in_isolate2_test: Timeout 255 deferred_in_isolate2_test: Timeout
256 deferred_in_isolate_test: RuntimeError 256 deferred_in_isolate_test: RuntimeError
257 issue_21398_parent_isolate2_test/01: Timeout 257 issue_21398_parent_isolate2_test/01: Timeout
258 message3_test/int32x4: Crash 258 message3_test/int32x4: Crash
259 message_test: RuntimeError 259 message_test: RuntimeError
260 ping_pause_test: Timeout 260 ping_pause_test: Timeout
261 spawn_function_custom_class_test: Timeout 261 spawn_function_custom_class_test: Timeout
262 spawn_uri_exported_main_test: Crash 262 spawn_uri_exported_main_test: Crash
263 spawn_uri_nested_vm_test: Pass, Timeout 263 spawn_uri_nested_vm_test: Pass, Timeout
264
265 [ $runtime == flutter ]
266 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114
267 simple_message_test/01: Skip # Flutter Issue 9114
268 isolate_import_test/01: Skip # Flutter Issue 9114
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698