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

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

Issue 1992703005: Add test harness option for app snapshots with unoptimized code. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash 5 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash
6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash 6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash
7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash 7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash
8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash 8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash
9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash 9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash
10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash 10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors 92 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors
93 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors 93 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors
94 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors 94 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors
95 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors 95 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors
96 96
97 [ $noopt || $runtime == dart_precompiled ] 97 [ $noopt || $runtime == dart_precompiled ]
98 # Stacktraces in precompilation omit inlined frames. 98 # Stacktraces in precompilation omit inlined frames.
99 dart/inline_stack_frame_test: Pass, RuntimeError 99 dart/inline_stack_frame_test: Pass, RuntimeError
100 dart/optimized_stacktrace_test: Pass, RuntimeError 100 dart/optimized_stacktrace_test: Pass, RuntimeError
101 101
102 [ $runtime == dart_product || $runtime == dart_precompiled ] 102 [ $runtime == dart_app || $runtime == dart_precompiled ]
103 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri 103 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
104 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers 104 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers
105 105
106 [ $runtime == vm && $mode == product ] 106 [ $runtime == vm && $mode == product ]
107 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. 107 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name.
108 cc/StackTraceFormat: Fail,OK # Expects exact type name. 108 cc/StackTraceFormat: Fail,OK # Expects exact type name.
109 cc/String_ScrubName: Fail,OK # Expects exact type name. 109 cc/String_ScrubName: Fail,OK # Expects exact type name.
110 cc/GetFunctionNames: Fail,OK # Expects exact type name. 110 cc/GetFunctionNames: Fail,OK # Expects exact type name.
111 111
112 [ $arch == simdbc || $arch == simdbc64 ] 112 [ $arch == simdbc || $arch == simdbc64 ]
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 cc/Parser_AllocateVariables_CapturedVar: Skip 179 cc/Parser_AllocateVariables_CapturedVar: Skip
180 cc/Parser_AllocateVariables_MiddleChain: Skip 180 cc/Parser_AllocateVariables_MiddleChain: Skip
181 181
182 # This test is meaningless for DBC as allocation stubs are not used. 182 # This test is meaningless for DBC as allocation stubs are not used.
183 cc/RegenerateAllocStubs: Skip 183 cc/RegenerateAllocStubs: Skip
184 184
185 # TODO(vegorov) Enable when DBC supports optimizing compiler. 185 # TODO(vegorov) Enable when DBC supports optimizing compiler.
186 cc/Debug_InspectStack_Optimized: Skip 186 cc/Debug_InspectStack_Optimized: Skip
187 cc/Debug_InspectStackWithClosure_Optimized: Skip 187 cc/Debug_InspectStackWithClosure_Optimized: Skip
188 188
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698