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

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

Issue 1586653003: - Allow specifying of package: URIs for packageConfig and packageRoot when (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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) ] 5 [ ($runtime == vm || $runtime == dart_precompiled) ]
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 119
120 [ $compiler == dart2analyzer ] 120 [ $compiler == dart2analyzer ]
121 browser/typed_data_message_test: StaticWarning 121 browser/typed_data_message_test: StaticWarning
122 mint_maker_test: StaticWarning 122 mint_maker_test: StaticWarning
123 123
124 [ $compiler != none || $runtime != vm ] 124 [ $compiler != none || $runtime != vm ]
125 package_root_test: SkipByDesign # Uses Isolate.packageRoot 125 package_root_test: SkipByDesign # Uses Isolate.packageRoot
126 package_config_test: SkipByDesign # Uses Isolate.packageConfig 126 package_config_test: SkipByDesign # Uses Isolate.packageConfig
127 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri 127 package_resolve_test: SkipByDesign # Uses Isolate.resolvePackageUri
128 spawn_uri_fail_test: SkipByDesign # Uses dart:io. 128 spawn_uri_fail_test: SkipByDesign # Uses dart:io.
129 scenarios/*: SkipByDesign # Use automatic package resolution and .dart URIs. 129 scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs.
130 130
131 [ ($noopt || $compiler == precompiler) ] 131 [ ($noopt || $compiler == precompiler) ]
132 # Imports dart:mirrors 132 # Imports dart:mirrors
133 count_test: CompileTimeError 133 count_test: CompileTimeError
134 cross_isolate_message_test: CompileTimeError 134 cross_isolate_message_test: CompileTimeError
135 illegal_msg_function_test: CompileTimeError 135 illegal_msg_function_test: CompileTimeError
136 illegal_msg_mirror_test: CompileTimeError 136 illegal_msg_mirror_test: CompileTimeError
137 isolate_complex_messages_test: CompileTimeError 137 isolate_complex_messages_test: CompileTimeError
138 mandel_isolate_test: CompileTimeError 138 mandel_isolate_test: CompileTimeError
139 message2_test: CompileTimeError 139 message2_test: CompileTimeError
(...skipping 18 matching lines...) Expand all
158 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri 158 issue_24243_parent_isolate_test: Skip # Isolate.spawnUri
159 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri 159 issue_21398_parent_isolate1_test: Skip # Isolate.spawnUri
160 spawn_uri_exported_main_test: Skip # Isolate.spawnUri 160 spawn_uri_exported_main_test: Skip # Isolate.spawnUri
161 spawn_uri_test: Skip # Isolate.spawnUri 161 spawn_uri_test: Skip # Isolate.spawnUri
162 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri 162 spawn_uri_nested_vm_test: Skip # Isolate.spawnUri
163 deferred_in_isolate_test: Skip # Isolate.spawnUri 163 deferred_in_isolate_test: Skip # Isolate.spawnUri
164 spawn_uri_multi_test: Skip # Isolate.spawnUri 164 spawn_uri_multi_test: Skip # Isolate.spawnUri
165 spawn_uri_vm_test: Skip # Isolate.spawnUri 165 spawn_uri_vm_test: Skip # Isolate.spawnUri
166 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri 166 issue_21398_parent_isolate_test: Skip # Isolate.spawnUri
167 error_at_spawnuri_test: Skip # Isolate.spawnUri 167 error_at_spawnuri_test: Skip # Isolate.spawnUri
OLDNEW
« no previous file with comments | « runtime/lib/isolate_patch.dart ('k') | tests/isolate/scenarios/automatic_resolution_root/package_resolve_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698