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

Unified Diff: runtime/tests/vm/vm.status

Issue 2981273002: [Windows] Mark CodeImmutability Crash, Timeout (Closed)
Patch Set: Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/vm.status
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
index 281d4cc64f2ec275b037b08295e3770b078ce8bf..30490c50100de42f76e0b3d288ee0b6c050837e0 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -13,7 +13,6 @@ cc/IsolateReload_PendingStaticCall_NSMToDefined: SkipSlow
# These tests are expected to crash on all platforms.
cc/ArrayNew_Overflow_Crash: SkipSlow
cc/AllocGeneric_Overflow: SkipSlow
-cc/CodeImmutability: Crash
cc/Fail0: Fail
cc/Fail1: Fail
cc/Fail2: Fail
@@ -40,9 +39,12 @@ cc/VerifyExplicit_Crash: Crash
# It can take some time for all the isolates to shutdown in a Debug build.
dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test
-# The following section refers to the dart vm tests which live under
-# runtime/tests/vm/dart.
+# CodeImmutability test ocassionally times out on Windows. Issue #30202.
+[ $system != windows ]
+cc/CodeImmutability: Crash
+
[ $system == windows ]
+cc/CodeImmutability: Crash, Timeout
cc/Dart2JSCompileAll: Skip
cc/ExternalizeConstantStrings: Skip
cc/Service_Profile: Skip
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698