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

Side by Side Diff: runtime/tests/vm/vm.status

Issue 2633543003: Revert "Support spawnUri in app snapshots." (Closed)
Patch Set: 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
« no previous file with comments | « runtime/observatory/tests/service/service.status ('k') | runtime/vm/benchmark_test.h » ('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 # Issue 28198 5 # Issue 28198
6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout
7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout
8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout
9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout
10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 [ $compiler == precompiler || $mode == product ] 249 [ $compiler == precompiler || $mode == product ]
250 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors 250 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors
251 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors 251 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors
252 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors 252 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors
253 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors 253 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors
254 254
255 [ $runtime == dart_precompiled ] 255 [ $runtime == dart_precompiled ]
256 # StackTraces in precompilation omit inlined frames. 256 # StackTraces in precompilation omit inlined frames.
257 dart/inline_stack_frame_test: Pass, RuntimeError 257 dart/inline_stack_frame_test: Pass, RuntimeError
258 dart/optimized_stacktrace_test: Pass, RuntimeError 258 dart/optimized_stacktrace_test: Pass, RuntimeError
259 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
260 259
261 [ $compiler == app_jit || $compiler == precompiler ] 260 [ $compiler == app_jit || $compiler == precompiler ]
261 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
262 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers 262 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers
263 263
264 [ $runtime == vm && $mode == product ] 264 [ $runtime == vm && $mode == product ]
265 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. 265 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name.
266 cc/StackTraceFormat: Fail,OK # Expects exact type name. 266 cc/StackTraceFormat: Fail,OK # Expects exact type name.
267 cc/String_ScrubName: Fail,OK # Expects exact type name. 267 cc/String_ScrubName: Fail,OK # Expects exact type name.
268 cc/GetFunctionNames: Fail,OK # Expects exact type name. 268 cc/GetFunctionNames: Fail,OK # Expects exact type name.
269 269
270 [ $arch == simdbc || $arch == simdbc64 ] 270 [ $arch == simdbc || $arch == simdbc64 ]
271 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp 271 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp
(...skipping 10 matching lines...) Expand all
282 cc/GuardFieldFinalListTest: Skip 282 cc/GuardFieldFinalListTest: Skip
283 cc/GuardFieldFinalVariableLengthListTest: Skip 283 cc/GuardFieldFinalVariableLengthListTest: Skip
284 cc/GuardFieldSimpleTest: Skip 284 cc/GuardFieldSimpleTest: Skip
285 285
286 # This test is meaningless for DBC as allocation stubs are not used. 286 # This test is meaningless for DBC as allocation stubs are not used.
287 cc/RegenerateAllocStubs: Skip 287 cc/RegenerateAllocStubs: Skip
288 288
289 [ $hot_reload || $hot_reload_rollback ] 289 [ $hot_reload || $hot_reload_rollback ]
290 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. 290 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
291 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds. 291 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds.
OLDNEW
« no previous file with comments | « runtime/observatory/tests/service/service.status ('k') | runtime/vm/benchmark_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698