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

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

Issue 2993013002: Introduce IKG into kernel-service to support incremental compilation. (Closed)
Patch Set: Use new acceptDelta api. Safe guard against no thread/isolate 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 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 # Issue 28198 5 # Issue 28198
6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: SkipSlow 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: SkipSlow
7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: SkipSlow 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: SkipSlow
8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: SkipSlow 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: SkipSlow
9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: SkipSlow 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: SkipSlow
10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: SkipSlow 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: SkipSlow
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 dart/data_uri_spawn_test: RuntimeError 242 dart/data_uri_spawn_test: RuntimeError
243 dart/double_materialize_test: RuntimeError 243 dart/double_materialize_test: RuntimeError
244 dart/double_to_smi_test: RuntimeError 244 dart/double_to_smi_test: RuntimeError
245 dart/error_stacktrace_test: RuntimeError 245 dart/error_stacktrace_test: RuntimeError
246 dart/inline_stack_frame_test: RuntimeError 246 dart/inline_stack_frame_test: RuntimeError
247 dart/optimized_stacktrace_line_test: RuntimeError 247 dart/optimized_stacktrace_line_test: RuntimeError
248 dart/redirection_type_shuffling_test/none: RuntimeError # Issue 29201 248 dart/redirection_type_shuffling_test/none: RuntimeError # Issue 29201
249 dart/regress29620_test: RuntimeError 249 dart/regress29620_test: RuntimeError
250 dart/spawn_shutdown_test: SkipSlow 250 dart/spawn_shutdown_test: SkipSlow
251 251
252 [ ($compiler != dartk) ]
253 cc/IsolateReload_KernelIncrementalCompile: Skip
254 cc/IsolateReload_KernelIncrementalCompileAppAndLib: Skip
255 cc/IsolateReload_KernelIncrementalCompileGenerics: Skip
256
252 [ ($compiler == dartk) && ($runtime == vm) ] 257 [ ($compiler == dartk) && ($runtime == vm) ]
253 cc/CanonicalizationInScriptSnapshots: Fail 258 cc/CanonicalizationInScriptSnapshots: Fail
254 cc/Class_ComputeEndTokenPos: Crash 259 cc/Class_ComputeEndTokenPos: Crash
255 cc/CurrentStackTraceInfo: Fail 260 cc/CurrentStackTraceInfo: Fail
256 cc/Dart_LoadLibraryPatch_Error1: Fail 261 cc/Dart_LoadLibraryPatch_Error1: Fail
257 cc/Dart_LoadLibraryPatch_Error2: Fail 262 cc/Dart_LoadLibraryPatch_Error2: Fail
258 cc/Dart_LoadLibraryPatch_Error3: Fail 263 cc/Dart_LoadLibraryPatch_Error3: Fail
259 cc/Dart_PropagateError: Fail 264 cc/Dart_PropagateError: Fail
260 cc/Debug_EvaluateExpr: Fail 265 cc/Debug_EvaluateExpr: Fail
261 cc/Debug_GetClosureInfo: Fail 266 cc/Debug_GetClosureInfo: Fail
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 cc/IsolateReload_DanglingSetter_Instance: Fail 298 cc/IsolateReload_DanglingSetter_Instance: Fail
294 cc/IsolateReload_DanglingSetter_Library: Fail 299 cc/IsolateReload_DanglingSetter_Library: Fail
295 cc/IsolateReload_DirectSubclasses_Failure: Fail 300 cc/IsolateReload_DirectSubclasses_Failure: Fail
296 cc/IsolateReload_DirectSubclasses_Success: Skip 301 cc/IsolateReload_DirectSubclasses_Success: Skip
297 cc/IsolateReload_EnumDelete: Fail 302 cc/IsolateReload_EnumDelete: Fail
298 cc/IsolateReload_EnumReorderIdentical: Fail 303 cc/IsolateReload_EnumReorderIdentical: Fail
299 cc/IsolateReload_EnumToNotEnum: Skip 304 cc/IsolateReload_EnumToNotEnum: Skip
300 cc/IsolateReload_ExportedLibModified: Crash 305 cc/IsolateReload_ExportedLibModified: Crash
301 cc/IsolateReload_ImportedLibModified: Crash 306 cc/IsolateReload_ImportedLibModified: Crash
302 cc/IsolateReload_ImportedMixinFunction: Crash 307 cc/IsolateReload_ImportedMixinFunction: Crash
308 cc/IsolateReload_KernelIncrementalCompileGenerics: Crash # Issue 30322
303 cc/IsolateReload_LibraryHide: Crash 309 cc/IsolateReload_LibraryHide: Crash
304 cc/IsolateReload_LibraryLookup: Fail 310 cc/IsolateReload_LibraryLookup: Fail
305 cc/IsolateReload_LibraryShow: Crash 311 cc/IsolateReload_LibraryShow: Crash
306 cc/IsolateReload_LiveStack: Fail 312 cc/IsolateReload_LiveStack: Fail
307 cc/IsolateReload_MainLibModified: Crash 313 cc/IsolateReload_MainLibModified: Crash
308 cc/IsolateReload_NoLibsModified: Crash 314 cc/IsolateReload_NoLibsModified: Crash
309 cc/IsolateReload_NotEnumToEnum: Skip 315 cc/IsolateReload_NotEnumToEnum: Skip
310 cc/IsolateReload_NotTypedefToTypedef: Fail 316 cc/IsolateReload_NotTypedefToTypedef: Fail
311 cc/IsolateReload_PendingSuperCall: Fail 317 cc/IsolateReload_PendingSuperCall: Fail
312 cc/IsolateReload_PrefixImportedLibModified: Crash 318 cc/IsolateReload_PrefixImportedLibModified: Crash
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 cc/Debug_BreakpointStubPatching: Fail 417 cc/Debug_BreakpointStubPatching: Fail
412 cc/InjectNativeFields1: Fail 418 cc/InjectNativeFields1: Fail
413 cc/InjectNativeFields3: Fail 419 cc/InjectNativeFields3: Fail
414 cc/Service_TokenStream: Fail 420 cc/Service_TokenStream: Fail
415 421
416 [ ($compiler == dartk) && ($runtime == vm) && ($mode == debug) ] 422 [ ($compiler == dartk) && ($runtime == vm) && ($mode == debug) ]
417 cc/Debug_BreakpointStubPatching: Fail 423 cc/Debug_BreakpointStubPatching: Fail
418 cc/InjectNativeFields1: Crash 424 cc/InjectNativeFields1: Crash
419 cc/InjectNativeFields3: Crash 425 cc/InjectNativeFields3: Crash
420 cc/Service_TokenStream: Crash 426 cc/Service_TokenStream: Crash
427 cc/IsolateReload_KernelIncrementalCompileAppAndLib: Crash # Issue 30420
421 428
422 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) ] 429 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) ]
423 cc/IsolateReload_DanglingGetter_Class: Crash 430 cc/IsolateReload_DanglingGetter_Class: Crash
424 cc/IsolateReload_DanglingGetter_Instance: Crash 431 cc/IsolateReload_DanglingGetter_Instance: Crash
425 cc/IsolateReload_DanglingGetter_Library: Crash 432 cc/IsolateReload_DanglingGetter_Library: Crash
426 cc/IsolateReload_DanglingSetter_Class: Crash 433 cc/IsolateReload_DanglingSetter_Class: Crash
427 cc/IsolateReload_DanglingSetter_Instance: Crash 434 cc/IsolateReload_DanglingSetter_Instance: Crash
428 cc/IsolateReload_DanglingSetter_Library: Crash 435 cc/IsolateReload_DanglingSetter_Library: Crash
429 cc/IsolateReload_EnumDelete: Crash 436 cc/IsolateReload_EnumDelete: Crash
430 cc/IsolateReload_LibraryLookup: Crash 437 cc/IsolateReload_LibraryLookup: Crash
431 cc/IsolateReload_RunNewFieldInitialiazersSuperClass: Crash 438 cc/IsolateReload_RunNewFieldInitialiazersSuperClass: Crash
432 cc/IsolateReload_RunNewFieldInitializersThrows: Crash 439 cc/IsolateReload_RunNewFieldInitializersThrows: Crash
433 cc/IsolateReload_TearOff_AddArguments2: Crash 440 cc/IsolateReload_TearOff_AddArguments2: Crash
434 cc/IsolateReload_TearOff_AddArguments: Crash 441 cc/IsolateReload_TearOff_AddArguments: Crash
435 cc/IsolateReload_TearOff_Class_Identity: Crash 442 cc/IsolateReload_TearOff_Class_Identity: Crash
436 cc/IsolateReload_TearOff_Instance_Equality: Crash 443 cc/IsolateReload_TearOff_Instance_Equality: Crash
437 cc/IsolateReload_TearOff_Library_Identity: Crash 444 cc/IsolateReload_TearOff_Library_Identity: Crash
438 cc/IsolateReload_TearOff_List_Set: Crash 445 cc/IsolateReload_TearOff_List_Set: Crash
439 cc/IsolateReload_TypeIdentity: Crash 446 cc/IsolateReload_TypeIdentity: Crash
440 cc/IsolateReload_TypeIdentityGeneric: Crash 447 cc/IsolateReload_TypeIdentityGeneric: Crash
441 cc/IsolateReload_TypeIdentityParameter: Crash 448 cc/IsolateReload_TypeIdentityParameter: Crash
442 cc/Parser_AllocateVariables_CaptureLoopVar: Crash 449 cc/Parser_AllocateVariables_CaptureLoopVar: Crash
443 cc/Parser_AllocateVariables_Issue7681: Crash 450 cc/Parser_AllocateVariables_Issue7681: Crash
444 cc/Parser_AllocateVariables_MiddleChain: Crash 451 cc/Parser_AllocateVariables_MiddleChain: Crash
445 cc/Parser_AllocateVariables_NestedCapturedVar: Crash 452 cc/Parser_AllocateVariables_NestedCapturedVar: Crash
446 cc/Parser_AllocateVariables_TwoChains: Crash 453 cc/Parser_AllocateVariables_TwoChains: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698