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 2611353002: Added VMLibraryHooks setup for Dartium to support resolvePackageUri. (Closed)
Patch Set: Updated Created 3 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
« runtime/bin/builtin.dart ('K') | « runtime/bin/builtin.dart ('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 ] 5 [ $runtime == vm || $runtime == dart_precompiled ]
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 || $compiler == app_jit ] 9 [ $runtime != vm || $mode == product || $compiler == app_jit ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 message3_test/constList_identical: RuntimeError, OK # Uses Isolate.spawn. 147 message3_test/constList_identical: RuntimeError, OK # Uses Isolate.spawn.
148 message3_test/constMap: RuntimeError, OK # Uses Isolate.spawn. 148 message3_test/constMap: RuntimeError, OK # Uses Isolate.spawn.
149 message3_test/fun: RuntimeError, OK # Uses Isolate.spawn. 149 message3_test/fun: RuntimeError, OK # Uses Isolate.spawn.
150 message3_test/none: RuntimeError, OK # Uses Isolate.spawn. 150 message3_test/none: RuntimeError, OK # Uses Isolate.spawn.
151 message_enum_test: RuntimeError, OK # Uses Isolate.spawn. 151 message_enum_test: RuntimeError, OK # Uses Isolate.spawn.
152 ondone_test: RuntimeError, OK # Uses Isolate.spawn. 152 ondone_test: RuntimeError, OK # Uses Isolate.spawn.
153 pause_test: RuntimeError, OK # Uses Isolate.spawn. 153 pause_test: RuntimeError, OK # Uses Isolate.spawn.
154 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn. 154 simple_message_test/none: RuntimeError, OK # Uses Isolate.spawn.
155 start_paused_test: RuntimeError, OK # Uses Isolate.spawn. 155 start_paused_test: RuntimeError, OK # Uses Isolate.spawn.
156 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn. 156 message3_test/int32x4: RuntimeError, OK # Uses Isolate.spawn.
157 browser/package_*: Skip # Issue 25594 (missing implementation in Dartium). 157 browser/package_resolve_browser_hook*: Skip # Tests that use defaultPackagesBase (not supported in Dartium).
158 158
159 [ $compiler == dart2analyzer ] 159 [ $compiler == dart2analyzer ]
160 browser/typed_data_message_test: StaticWarning 160 browser/typed_data_message_test: StaticWarning
161 mint_maker_test: StaticWarning 161 mint_maker_test: StaticWarning
162 162
163 # Issue #28236 163 # Issue #28236
164 browser/compute_this_script_browser_test: StaticWarning 164 browser/compute_this_script_browser_test: StaticWarning
165 browser/package_resolve_browser_hook2_test: StaticWarning 165 browser/package_resolve_browser_hook2_test: StaticWarning
166 browser/package_resolve_browser_hook_test: StaticWarning 166 browser/package_resolve_browser_hook_test: StaticWarning
167 browser/package_resolve_browser_test: StaticWarning 167 browser/package_resolve_browser_test: StaticWarning
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 [ $mode == product ] 261 [ $mode == product ]
262 issue_24243_parent_isolate_test: Skip # Requires checked mode 262 issue_24243_parent_isolate_test: Skip # Requires checked mode
263 263
264 [ $hot_reload || $hot_reload_rollback ] 264 [ $hot_reload || $hot_reload_rollback ]
265 function_send_test: Pass, Fail # Closure identity 265 function_send_test: Pass, Fail # Closure identity
266 message3_test/fun: Pass, Fail # Closure identity 266 message3_test/fun: Pass, Fail # Closure identity
267 deferred_in_isolate_test: Crash # Requires deferred libraries 267 deferred_in_isolate_test: Crash # Requires deferred libraries
268 deferred_in_isolate2_test: Crash # Requires deferred libraries 268 deferred_in_isolate2_test: Crash # Requires deferred libraries
269 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries 269 issue_21398_parent_isolate2_test: Crash # Requires deferred libraries
270 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192 270 spawn_uri_nested_vm_test: Pass, Crash # Issue 28192
OLDNEW
« runtime/bin/builtin.dart ('K') | « runtime/bin/builtin.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698