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

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

Issue 1720193002: - Fix --run-fullsnapshot flag processing issue in non product mode. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self-code-review Created 4 years, 10 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') | no next file » | 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_product) ] 5 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $runtime != vm ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri 169 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri
170 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri 170 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri
171 spawn_uri_exported_main_test: Skip # Isolate.spawnUri 171 spawn_uri_exported_main_test: Skip # Isolate.spawnUri
172 spawn_uri_test: Skip # Isolate.spawnUri 172 spawn_uri_test: Skip # Isolate.spawnUri
173 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri 173 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
174 deferred_in_isolate_test: Skip # Isolate.spawnUri 174 deferred_in_isolate_test: Skip # Isolate.spawnUri
175 spawn_uri_multi_test: Skip # Isolate.spawnUri 175 spawn_uri_multi_test: Skip # Isolate.spawnUri
176 spawn_uri_vm_test: Skip # Isolate.spawnUri 176 spawn_uri_vm_test: Skip # Isolate.spawnUri
177 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri 177 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
178 error_at_spawnuri_test: Skip # Isolate.spawnUri 178 error_at_spawnuri_test: Skip # Isolate.spawnUri
179
180 [ $runtime == dart_product ]
181 spawn_uri_missing_from_isolate_test: Skip # SpawnUri in product mode
182 spawn_uri_missing_test: Skip # SpawnUri in product mode
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698