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

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

Issue 1965823002: Initial isolate reload support (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
6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash
7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash
8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash
9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash
10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash
11
5 # These tests are expected to crash on all platforms. 12 # These tests are expected to crash on all platforms.
6 cc/ArrayNew_Overflow_Crash: Crash, Timeout 13 cc/ArrayNew_Overflow_Crash: Crash, Timeout
7 cc/AllocGeneric_Overflow: Crash, Timeout 14 cc/AllocGeneric_Overflow: Crash, Timeout
8 cc/CodeImmutability: Crash 15 cc/CodeImmutability: Crash
9 16
10 cc/SNPrint_BadArgs: Skip 17 cc/SNPrint_BadArgs: Skip
11 18
12 # Flaky on buildbot. Issue 5133 and 10409. 19 # Flaky on buildbot. Issue 5133 and 10409.
13 cc/Sleep: Pass, Fail 20 cc/Sleep: Pass, Fail
14 21
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 cc/Parser_AllocateVariables_CapturedVar: Skip 175 cc/Parser_AllocateVariables_CapturedVar: Skip
169 cc/Parser_AllocateVariables_MiddleChain: Skip 176 cc/Parser_AllocateVariables_MiddleChain: Skip
170 177
171 # This test is meaningless for DBC as allocation stubs are not used. 178 # This test is meaningless for DBC as allocation stubs are not used.
172 cc/RegenerateAllocStubs: Skip 179 cc/RegenerateAllocStubs: Skip
173 180
174 # TODO(vegorov) Enable when DBC supports optimizing compiler. 181 # TODO(vegorov) Enable when DBC supports optimizing compiler.
175 cc/Debug_InspectStack_Optimized: Skip 182 cc/Debug_InspectStack_Optimized: Skip
176 cc/Debug_InspectStackWithClosure_Optimized: Skip 183 cc/Debug_InspectStackWithClosure_Optimized: Skip
177 184
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698