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

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

Issue 2803833003: Small steps towards deferred loading. (Closed)
Patch Set: Tweak status file. Some of the compile-time errors result in passing tests. 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/co19/co19-kernel.status ('k') | tests/language/language_kernel.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 == flutter || $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.
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 issue_24243_parent_isolate_test: Skip # Requires checked mode 243 issue_24243_parent_isolate_test: Skip # Requires checked mode
244 244
245 [ $hot_reload || $hot_reload_rollback ] 245 [ $hot_reload || $hot_reload_rollback ]
246 function_send_test: Pass, Fail # Closure identity 246 function_send_test: Pass, Fail # Closure identity
247 message3_test/fun: Pass, Fail # Closure identity 247 message3_test/fun: Pass, Fail # Closure identity
248 deferred_in_isolate_test: Crash # Requires deferred libraries 248 deferred_in_isolate_test: Crash # Requires deferred libraries
249 deferred_in_isolate2_test: Crash # Requires deferred libraries 249 deferred_in_isolate2_test: Crash # Requires deferred libraries
250 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries 250 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries
251 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 251 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192
252 252
253 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 253 [ ($compiler == dartk || $compiler == dartkp) ]
254 compile_time_error_test/01: MissingCompileTimeError 254 compile_time_error_test/01: MissingCompileTimeError
255 deferred_in_isolate2_test: Timeout
256 deferred_in_isolate_test: RuntimeError
257 issue_21398_parent_isolate2_test/01: Timeout
258 message3_test/int32x4: Crash 255 message3_test/int32x4: Crash
259 message_test: RuntimeError 256 message_test: RuntimeError
260 ping_pause_test: Timeout 257 ping_pause_test: Timeout
261 spawn_function_custom_class_test: Timeout 258 spawn_function_custom_class_test: Timeout
262 spawn_uri_exported_main_test: Crash 259 spawn_uri_exported_main_test: Crash
263 spawn_uri_nested_vm_test: Pass, Timeout 260 spawn_uri_nested_vm_test: Pass, Timeout
264 261
265 [ $runtime == flutter ] 262 [ $runtime == flutter ]
266 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 263 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114
267 simple_message_test/01: Skip # Flutter Issue 9114 264 simple_message_test/01: Skip # Flutter Issue 9114
268 isolate_import_test/01: Skip # Flutter Issue 9114 265 isolate_import_test/01: Skip # Flutter Issue 9114
266
267 # Deferred loading kernel issue 28335.
268 [ ($compiler == dartk || $compiler == dartkp) ]
269 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335.
270 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335.
271 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne l issue 28335.
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698