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

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

Issue 2541533004: Remove runtime 'dart_app' as it became identical to 'vm'. (Closed)
Patch Set: sync Created 4 years 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/html/html.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 || $runtime == dart_precompiled || $runtime == dart_app) ] 5 [ $runtime == vm || $runtime == dart_precompiled ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests. 7 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
8 8
9 [ $runtime != vm || $mode == product ] 9 [ $runtime != vm || $mode == product || $compiler == app_jit ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
11 11
12 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $a rch == 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 || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ] 15 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
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 == dart2js && $runtime == safarimobilesim ] 23 [ $compiler == dart2js && $runtime == safarimobilesim ]
24 compile_time_error_test/none: Pass, Slow 24 compile_time_error_test/none: Pass, Slow
25 25
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 nested_spawn2_test: SkipByDesign 184 nested_spawn2_test: SkipByDesign
185 nested_spawn_test: SkipByDesign 185 nested_spawn_test: SkipByDesign
186 raw_port_test: SkipByDesign 186 raw_port_test: SkipByDesign
187 request_reply_test: SkipByDesign 187 request_reply_test: SkipByDesign
188 spawn_function_custom_class_test: SkipByDesign 188 spawn_function_custom_class_test: SkipByDesign
189 spawn_function_test: SkipByDesign 189 spawn_function_test: SkipByDesign
190 stacktrace_message_test: SkipByDesign 190 stacktrace_message_test: SkipByDesign
191 static_function_test: SkipByDesign 191 static_function_test: SkipByDesign
192 unresolved_ports_test: SkipByDesign 192 unresolved_ports_test: SkipByDesign
193 193
194 [ $runtime == dart_precompiled || $runtime == dart_app ] 194 [ $runtime == dart_precompiled || $compiler == app_jit ]
195 count_test: Skip # Isolate.spawnUri 195 count_test: Skip # Isolate.spawnUri
196 cross_isolate_message_test: Skip # Isolate.spawnUri 196 cross_isolate_message_test: Skip # Isolate.spawnUri
197 deferred_in_isolate2_test: Skip # Isolate.spawnUri 197 deferred_in_isolate2_test: Skip # Isolate.spawnUri
198 deferred_in_isolate_test: Skip # Isolate.spawnUri 198 deferred_in_isolate_test: Skip # Isolate.spawnUri
199 deferred_in_isolate_test: Skip # Isolate.spawnUri 199 deferred_in_isolate_test: Skip # Isolate.spawnUri
200 error_at_spawnuri_test: Skip # Isolate.spawnUri 200 error_at_spawnuri_test: Skip # Isolate.spawnUri
201 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri 201 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri
202 exit_at_spawnuri_test: Skip # Isolate.spawnUri 202 exit_at_spawnuri_test: Skip # Isolate.spawnUri
203 illegal_msg_function_test: Skip # Isolate.spawnUri 203 illegal_msg_function_test: Skip # Isolate.spawnUri
204 illegal_msg_mirror_test: Skip # Isolate.spawnUri 204 illegal_msg_mirror_test: Skip # Isolate.spawnUri
(...skipping 24 matching lines...) Expand all
229 229
230 [ $mode == product ] 230 [ $mode == product ]
231 issue_24243_parent_isolate_test: Skip # Requires checked mode 231 issue_24243_parent_isolate_test: Skip # Requires checked mode
232 232
233 [ $hot_reload || $hot_reload_rollback ] 233 [ $hot_reload || $hot_reload_rollback ]
234 function_send_test: Pass, Fail # Closure identity 234 function_send_test: Pass, Fail # Closure identity
235 message3_test/fun: Pass, Fail # Closure identity 235 message3_test/fun: Pass, Fail # Closure identity
236 deferred_in_isolate_test: Crash # Requires deferred libraries 236 deferred_in_isolate_test: Crash # Requires deferred libraries
237 deferred_in_isolate2_test: Crash # Requires deferred libraries 237 deferred_in_isolate2_test: Crash # Requires deferred libraries
238 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries 238 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698