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

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

Issue 2933603002: 1. Dynamic compute the main closure that needs to be run by the main isolate (Closed)
Patch Set: Address review comments. Created 3 years, 6 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 cc/NegativeNativeFieldInIsolateMessage: Crash 402 cc/NegativeNativeFieldInIsolateMessage: Crash
403 cc/New: Fail 403 cc/New: Fail
404 cc/NewNativePort: Fail 404 cc/NewNativePort: Fail
405 cc/NumberValues: Fail 405 cc/NumberValues: Fail
406 cc/Parser_AllocateVariables_CaptureLoopVar: Fail 406 cc/Parser_AllocateVariables_CaptureLoopVar: Fail
407 cc/Parser_AllocateVariables_CapturedVar: Fail 407 cc/Parser_AllocateVariables_CapturedVar: Fail
408 cc/Parser_AllocateVariables_Issue7681: Fail 408 cc/Parser_AllocateVariables_Issue7681: Fail
409 cc/Parser_AllocateVariables_MiddleChain: Fail 409 cc/Parser_AllocateVariables_MiddleChain: Fail
410 cc/Parser_AllocateVariables_NestedCapturedVar: Fail 410 cc/Parser_AllocateVariables_NestedCapturedVar: Fail
411 cc/Parser_AllocateVariables_TwoChains: Fail 411 cc/Parser_AllocateVariables_TwoChains: Fail
412 cc/Profiler_BasicSourcePositionOptimized: Fail, Crash
413 cc/Profiler_BinaryOperatorSourcePositionOptimized: Fail, Crash
412 cc/Profiler_GetSourceReport: Fail 414 cc/Profiler_GetSourceReport: Fail
415 cc/Profiler_SourcePositionOptimized: Fail, Crash
413 cc/ScriptSnapshot1: Fail 416 cc/ScriptSnapshot1: Fail
414 cc/ScriptSnapshot2: Crash 417 cc/ScriptSnapshot2: Crash
415 cc/ScriptSnapshot: Crash 418 cc/ScriptSnapshot: Crash
416 cc/ScriptSnapshotsUpdateSubclasses: Crash # Issue 29850 419 cc/ScriptSnapshotsUpdateSubclasses: Crash # Issue 29850
417 cc/SetField_CheckIsolate: Fail 420 cc/SetField_CheckIsolate: Fail
418 cc/SetField_FunnyValue: Fail 421 cc/SetField_FunnyValue: Fail
419 cc/SourcePosition_Async: Crash 422 cc/SourcePosition_Async: Crash
420 cc/SourcePosition_BitwiseOperations: Crash 423 cc/SourcePosition_BitwiseOperations: Crash
421 cc/SourcePosition_ForLoop: Crash 424 cc/SourcePosition_ForLoop: Crash
422 cc/SourcePosition_If: Crash 425 cc/SourcePosition_If: Crash
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 cc/Debug_InspectStack_NotOptimized: Fail 477 cc/Debug_InspectStack_NotOptimized: Fail
475 cc/Debug_InspectStack_Optimized: Fail 478 cc/Debug_InspectStack_Optimized: Fail
476 cc/DeepStackTraceInfo: Fail 479 cc/DeepStackTraceInfo: Fail
477 cc/HashCode: Fail 480 cc/HashCode: Fail
478 cc/InjectNativeFields1: Fail 481 cc/InjectNativeFields1: Fail
479 cc/InjectNativeFields3: Fail 482 cc/InjectNativeFields3: Fail
480 cc/Invoke: Fail 483 cc/Invoke: Fail
481 cc/LargeMap: Fail 484 cc/LargeMap: Fail
482 cc/Profiler_ArrayAllocation: Fail 485 cc/Profiler_ArrayAllocation: Fail
483 cc/Profiler_BasicSourcePosition: Fail 486 cc/Profiler_BasicSourcePosition: Fail
484 cc/Profiler_BasicSourcePositionOptimized: Fail
485 cc/Profiler_BinaryOperatorSourcePosition: Fail 487 cc/Profiler_BinaryOperatorSourcePosition: Fail
486 cc/Profiler_BinaryOperatorSourcePositionOptimized: Fail
487 cc/Profiler_ClosureAllocation: Fail 488 cc/Profiler_ClosureAllocation: Fail
488 cc/Profiler_ContextAllocation: Fail 489 cc/Profiler_ContextAllocation: Fail
489 cc/Profiler_IntrinsicAllocation: Fail 490 cc/Profiler_IntrinsicAllocation: Fail
490 cc/Profiler_SourcePosition: Fail 491 cc/Profiler_SourcePosition: Fail
491 cc/Profiler_SourcePositionOptimized: Fail
492 cc/Profiler_StringAllocation: Fail 492 cc/Profiler_StringAllocation: Fail
493 cc/Profiler_StringInterpolation: Fail 493 cc/Profiler_StringInterpolation: Fail
494 cc/Profiler_TypedArrayAllocation: Fail 494 cc/Profiler_TypedArrayAllocation: Fail
495 cc/Service_TokenStream: Fail 495 cc/Service_TokenStream: Fail
496 496
497 [ ($compiler == dartk) && ($runtime == vm) && ($mode == debug) ] 497 [ ($compiler == dartk) && ($runtime == vm) && ($mode == debug) ]
498 cc/Debug_BreakpointStubPatching: Fail 498 cc/Debug_BreakpointStubPatching: Fail
499 cc/Debug_InspectObject: Crash 499 cc/Debug_InspectObject: Crash
500 cc/Debug_InspectStackWithClosure_NotOptimized: Crash 500 cc/Debug_InspectStackWithClosure_NotOptimized: Crash
501 cc/Debug_InspectStackWithClosure_Optimized: Crash 501 cc/Debug_InspectStackWithClosure_Optimized: Crash
502 cc/Debug_InspectStack_NotOptimized: Crash 502 cc/Debug_InspectStack_NotOptimized: Crash
503 cc/Debug_InspectStack_Optimized: Crash 503 cc/Debug_InspectStack_Optimized: Crash
504 cc/DeepStackTraceInfo: Crash 504 cc/DeepStackTraceInfo: Crash
505 cc/HashCode: Crash 505 cc/HashCode: Crash
506 cc/InjectNativeFields1: Crash 506 cc/InjectNativeFields1: Crash
507 cc/InjectNativeFields3: Crash 507 cc/InjectNativeFields3: Crash
508 cc/Invoke: Crash 508 cc/Invoke: Crash
509 cc/LargeMap: Crash 509 cc/LargeMap: Crash
510 cc/Profiler_ArrayAllocation: Crash 510 cc/Profiler_ArrayAllocation: Crash
511 cc/Profiler_BasicSourcePosition: Crash 511 cc/Profiler_BasicSourcePosition: Crash
512 cc/Profiler_BasicSourcePositionOptimized: Crash
513 cc/Profiler_BinaryOperatorSourcePosition: Crash 512 cc/Profiler_BinaryOperatorSourcePosition: Crash
514 cc/Profiler_BinaryOperatorSourcePositionOptimized: Crash
515 cc/Profiler_ClosureAllocation: Crash 513 cc/Profiler_ClosureAllocation: Crash
516 cc/Profiler_ContextAllocation: Crash 514 cc/Profiler_ContextAllocation: Crash
517 cc/Profiler_IntrinsicAllocation: Crash 515 cc/Profiler_IntrinsicAllocation: Crash
518 cc/Profiler_SourcePosition: Crash 516 cc/Profiler_SourcePosition: Crash
519 cc/Profiler_SourcePositionOptimized: Crash
520 cc/Profiler_StringAllocation: Crash 517 cc/Profiler_StringAllocation: Crash
521 cc/Profiler_StringInterpolation: Crash 518 cc/Profiler_StringInterpolation: Crash
522 cc/Profiler_TypedArrayAllocation: Crash 519 cc/Profiler_TypedArrayAllocation: Crash
523 cc/Service_TokenStream: Crash 520 cc/Service_TokenStream: Crash
524 521
525 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) ] 522 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) ]
526 cc/DeepStackTraceInfo: Crash 523 cc/DeepStackTraceInfo: Crash
527 cc/Invoke_FunnyArgs: Fail 524 cc/Invoke_FunnyArgs: Fail
528 cc/Invoke_PrivateStatic: Crash 525 cc/Invoke_PrivateStatic: Crash
529 cc/IsolateReload_ComplexInheritanceChange: Crash 526 cc/IsolateReload_ComplexInheritanceChange: Crash
(...skipping 22 matching lines...) Expand all
552 cc/Parser_AllocateVariables_Issue7681: Crash 549 cc/Parser_AllocateVariables_Issue7681: Crash
553 cc/Parser_AllocateVariables_MiddleChain: Crash 550 cc/Parser_AllocateVariables_MiddleChain: Crash
554 cc/Parser_AllocateVariables_NestedCapturedVar: Crash 551 cc/Parser_AllocateVariables_NestedCapturedVar: Crash
555 cc/Parser_AllocateVariables_TwoChains: Crash 552 cc/Parser_AllocateVariables_TwoChains: Crash
556 cc/Profiler_BasicSourcePosition: Crash 553 cc/Profiler_BasicSourcePosition: Crash
557 cc/Profiler_BasicSourcePositionOptimized: Crash 554 cc/Profiler_BasicSourcePositionOptimized: Crash
558 cc/Profiler_BinaryOperatorSourcePosition: Crash 555 cc/Profiler_BinaryOperatorSourcePosition: Crash
559 cc/Profiler_BinaryOperatorSourcePositionOptimized: Crash 556 cc/Profiler_BinaryOperatorSourcePositionOptimized: Crash
560 cc/Profiler_SourcePosition: Crash 557 cc/Profiler_SourcePosition: Crash
561 cc/Profiler_SourcePositionOptimized: Crash 558 cc/Profiler_SourcePositionOptimized: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698