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

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

Issue 1992703005: Add test harness option for app snapshots with unoptimized code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
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_product) ] 5 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
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 ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
11 11
12 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $mode == debug ] 12 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $a rch == 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) ] 15 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ]
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 message2_test: SkipByDesign 150 message2_test: SkipByDesign
151 message_test: SkipByDesign 151 message_test: SkipByDesign
152 mint_maker_test: SkipByDesign 152 mint_maker_test: SkipByDesign
153 nested_spawn2_test: SkipByDesign 153 nested_spawn2_test: SkipByDesign
154 nested_spawn_test: SkipByDesign 154 nested_spawn_test: SkipByDesign
155 raw_port_test: SkipByDesign 155 raw_port_test: SkipByDesign
156 request_reply_test: SkipByDesign 156 request_reply_test: SkipByDesign
157 spawn_function_custom_class_test: SkipByDesign 157 spawn_function_custom_class_test: SkipByDesign
158 spawn_function_test: SkipByDesign 158 spawn_function_test: SkipByDesign
159 stacktrace_message_test: SkipByDesign 159 stacktrace_message_test: SkipByDesign
160 stacktrace_message_test: SkipByDesign
161 static_function_test: SkipByDesign 160 static_function_test: SkipByDesign
162 unresolved_ports_test: SkipByDesign 161 unresolved_ports_test: SkipByDesign
163 162
164 [ $runtime == dart_precompiled || $runtime == dart_product ] 163 [ $runtime == dart_precompiled || $runtime == dart_app ]
164 count_test: Skip # Isolate.spawnUri
165 cross_isolate_message_test: Skip # Isolate.spawnUri
166 deferred_in_isolate2_test: Skip # Isolate.spawnUri
165 deferred_in_isolate_test: Skip # Isolate.spawnUri 167 deferred_in_isolate_test: Skip # Isolate.spawnUri
166 deferred_in_isolate2_test: Skip # Isolate.spawnUri 168 deferred_in_isolate_test: Skip # Isolate.spawnUri
169 error_at_spawnuri_test: Skip # Isolate.spawnUri
170 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri
167 exit_at_spawnuri_test: Skip # Isolate.spawnUri 171 exit_at_spawnuri_test: Skip # Isolate.spawnUri
168 error_exit_at_spawnuri_test: Skip # Isolate.spawnUri 172 illegal_msg_function_test: Skip # Isolate.spawnUri
173 illegal_msg_mirror_test: Skip # Isolate.spawnUri
174 isolate_complex_messages_test: Skip # Isolate.spawnUri
175 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri
176 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
169 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri 177 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri
170 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri 178 mandel_isolate_test: Skip # Isolate.spawnUri
179 message2_test: Skip # Isolate.spawnUri
180 message_test: Skip # Isolate.spawnUri
181 mint_maker_test: Skip # Isolate.spawnUri
182 nested_spawn2_test: Skip # Isolate.spawnUri
183 nested_spawn_test: Skip # Isolate.spawnUri
184 raw_port_test: Skip # Isolate.spawnUri
185 request_reply_test: Skip # Isolate.spawnUri
186 spawn_function_custom_class_test: Skip # Isolate.spawnUri
187 spawn_function_test: Skip # Isolate.spawnUri
171 spawn_uri_exported_main_test: Skip # Isolate.spawnUri 188 spawn_uri_exported_main_test: Skip # Isolate.spawnUri
172 spawn_uri_test: Skip # Isolate.spawnUri
173 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
174 deferred_in_isolate_test: Skip # Isolate.spawnUri
175 spawn_uri_multi_test: Skip # Isolate.spawnUri
176 spawn_uri_vm_test: Skip # Isolate.spawnUri
177 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
178 error_at_spawnuri_test: Skip # Isolate.spawnUri
179 spawn_uri_missing_from_isolate_test: Skip # Isolate.spawnUri 189 spawn_uri_missing_from_isolate_test: Skip # Isolate.spawnUri
180 spawn_uri_missing_test: Skip # Isolate.spawnUri 190 spawn_uri_missing_test: Skip # Isolate.spawnUri
191 spawn_uri_multi_test: Skip # Isolate.spawnUri
192 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
193 spawn_uri_test: Skip # Isolate.spawnUri
194 spawn_uri_vm_test: Skip # Isolate.spawnUri
195 stacktrace_message_test: Skip # Isolate.spawnUri
196 static_function_test: Skip # Isolate.spawnUri
197 unresolved_ports_test: Skip # Isolate.spawnUri
181 198
182 [ $mode == product ] 199 [ $mode == product ]
183 issue_24243_parent_isolate_test: Skip # Requires checked mode 200 issue_24243_parent_isolate_test: Skip # Requires checked mode
184 201
185 [ $compiler == dart2js && $cps_ir && $checked ] 202 [ $compiler == dart2js && $cps_ir && $checked ]
186 *: Skip # `assert` not implemented 203 *: Skip # `assert` not implemented
187 204
188 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 205 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
189 *: Skip # Issue #26373 206 *: Skip # Issue #26373
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698