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

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

Issue 2993013002: Introduce IKG into kernel-service to support incremental compilation. (Closed)
Patch Set: Add TODO to add assert that isolate exists. Created 3 years, 4 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 | « runtime/include/dart_api.h ('k') | runtime/vm/dart_api_impl.cc » ('j') | 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 acb308d2d6396da5087616fdf89d714c7fea4282..689ec8aeab8e0b452cef1bb699a06f9d832a3141 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -249,6 +249,11 @@ dart/redirection_type_shuffling_test/none: RuntimeError # Issue 29201
dart/regress29620_test: RuntimeError
dart/spawn_shutdown_test: SkipSlow
+[ ($compiler != dartk) ]
+cc/IsolateReload_KernelIncrementalCompile: Skip
+cc/IsolateReload_KernelIncrementalCompileAppAndLib: Skip
+cc/IsolateReload_KernelIncrementalCompileGenerics: Skip
+
[ ($compiler == dartk) && ($runtime == vm) ]
cc/CanonicalizationInScriptSnapshots: Fail
cc/Class_ComputeEndTokenPos: Crash
@@ -323,6 +328,7 @@ cc/IsolateReload_EnumToNotEnum: Skip
cc/IsolateReload_ExportedLibModified: Crash
cc/IsolateReload_ImportedLibModified: Crash
cc/IsolateReload_ImportedMixinFunction: Crash
+cc/IsolateReload_KernelIncrementalCompileGenerics: Crash # Issue 30322
cc/IsolateReload_LibraryHide: Crash
cc/IsolateReload_LibraryLookup: Fail
cc/IsolateReload_LibraryShow: Crash
@@ -415,6 +421,7 @@ cc/Service_TokenStream: Fail
cc/InjectNativeFields1: Crash
cc/InjectNativeFields3: Crash
cc/Service_TokenStream: Crash
+cc/IsolateReload_KernelIncrementalCompileAppAndLib: Crash # Issue 30420
[ ($compiler == dartk) && ($runtime == vm) && ($system == macos) ]
cc/IsolateReload_DanglingGetter_Class: Crash
« no previous file with comments | « runtime/include/dart_api.h ('k') | runtime/vm/dart_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698