Index: runtime/tests/vm/vm.status |
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status |
index 025a0f4ed4be1efee1511b32edbaaa5ac2c50db7..1ebb29e56110fd2e747b2a9740517ff43c38aca4 100644 |
--- a/runtime/tests/vm/vm.status |
+++ b/runtime/tests/vm/vm.status |
@@ -2,6 +2,13 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
+cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash |
+cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash |
+cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash |
+cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash |
+cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash |
+cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash |
+ |
# These tests are expected to crash on all platforms. |
cc/ArrayNew_Overflow_Crash: Crash, Timeout |
cc/AllocGeneric_Overflow: Crash, Timeout |