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

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

Issue 2144113002: Disallow deferred loading when using isolate reloading. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Code review Created 4 years, 5 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-runtime.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 || $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.
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 [ $mode == product ] 202 [ $mode == product ]
203 issue_24243_parent_isolate_test: Skip # Requires checked mode 203 issue_24243_parent_isolate_test: Skip # Requires checked mode
204 204
205 [ $compiler == dart2js && $cps_ir && $checked ] 205 [ $compiler == dart2js && $cps_ir && $checked ]
206 *: Skip # `assert` not implemented 206 *: Skip # `assert` not implemented
207 207
208 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 208 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
209 *: Skip # Issue #26373 209 *: Skip # Issue #26373
210 210
211 [ $hot_reload ] 211 [ $hot_reload ]
212 deferred_in_isolate_test: SkipByDesign # Requires deferred libraries 212 deferred_in_isolate_test: Crash # Requires deferred libraries
213 deferred_in_isolate2_test: SkipByDesign # Requires deferred libraries 213 deferred_in_isolate2_test: Crash # Requires deferred libraries
214 function_send_test: SkipByDesign # Closure identity 214 function_send_test: SkipByDesign # Closure identity
215 issue_21398_parent_isolate2_test: SkipByDesign # Requires deferred libraries 215 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries
216 message3_test/fun: SkipByDesign # Closure identity 216 message3_test/fun: SkipByDesign # Closure identity
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698