| OLD | NEW |
| 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: Fail, Crash, Timeout | 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout |
| 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout | 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout |
| 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout | 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout |
| 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout | 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout |
| 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout | 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 cc/Profiler_BasicSourcePosition : Crash | 554 cc/Profiler_BasicSourcePosition : Crash |
| 555 cc/Profiler_BinaryOperatorSourcePosition : Crash | 555 cc/Profiler_BinaryOperatorSourcePosition : Crash |
| 556 cc/Profiler_ClosureAllocation : Crash | 556 cc/Profiler_ClosureAllocation : Crash |
| 557 cc/Profiler_ContextAllocation : Crash | 557 cc/Profiler_ContextAllocation : Crash |
| 558 cc/Profiler_IntrinsicAllocation : Crash | 558 cc/Profiler_IntrinsicAllocation : Crash |
| 559 cc/Profiler_SourcePosition : Crash | 559 cc/Profiler_SourcePosition : Crash |
| 560 cc/Profiler_StringAllocation : Crash | 560 cc/Profiler_StringAllocation : Crash |
| 561 cc/Profiler_StringInterpolation : Crash | 561 cc/Profiler_StringInterpolation : Crash |
| 562 cc/Profiler_TypedArrayAllocation : Crash | 562 cc/Profiler_TypedArrayAllocation : Crash |
| 563 cc/Service_TokenStream : Crash | 563 cc/Service_TokenStream : Crash |
| 564 |
| 565 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) ] |
| 566 cc/DeepStackTraceInfo : Crash |
| 567 cc/Invoke_FunnyArgs : Fail |
| 568 cc/Invoke_PrivateStatic : Crash |
| 569 cc/IsolateREload_RunNewFieldInitialiazersSuperClass : Crash |
| 570 cc/IsolateReload_ComplexInheritanceChange : Crash |
| 571 cc/IsolateReload_DanglingGetter_Class : Crash |
| 572 cc/IsolateReload_DanglingGetter_Instance : Crash |
| 573 cc/IsolateReload_DanglingGetter_Library : Crash |
| 574 cc/IsolateReload_DanglingSetter_Class : Crash |
| 575 cc/IsolateReload_DanglingSetter_Instance : Crash |
| 576 cc/IsolateReload_DanglingSetter_Library : Crash |
| 577 cc/IsolateReload_EnumDelete : Crash |
| 578 cc/IsolateReload_EnumIdentityReload : Crash |
| 579 cc/IsolateReload_LibraryLookup : Crash |
| 580 cc/IsolateReload_RunNewFieldInitializersThrows : Crash |
| 581 cc/IsolateReload_SavedClosure : Crash |
| 582 cc/IsolateReload_TearOff_AddArguments : Crash |
| 583 cc/IsolateReload_TearOff_AddArguments2 : Crash |
| 584 cc/IsolateReload_TearOff_Class_Identity : Crash |
| 585 cc/IsolateReload_TearOff_Instance_Equality : Crash |
| 586 cc/IsolateReload_TearOff_Library_Identity : Crash |
| 587 cc/IsolateReload_TearOff_List_Set : Crash |
| 588 cc/IsolateReload_TypeIdentity : Crash |
| 589 cc/IsolateReload_TypeIdentityGeneric : Crash |
| 590 cc/IsolateReload_TypeIdentityParameter : Crash |
| 591 cc/Parser_AllocateVariables_CaptureLoopVar : Crash |
| 592 cc/Parser_AllocateVariables_Issue7681 : Crash |
| 593 cc/Parser_AllocateVariables_MiddleChain : Crash |
| 594 cc/Parser_AllocateVariables_NestedCapturedVar : Crash |
| 595 cc/Parser_AllocateVariables_TwoChains : Crash |
| 596 cc/Profiler_BasicSourcePosition : Crash |
| 597 cc/Profiler_BasicSourcePositionOptimized : Crash |
| 598 cc/Profiler_BinaryOperatorSourcePosition : Crash |
| 599 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash |
| 600 cc/Profiler_SourcePosition : Crash |
| 601 cc/Profiler_SourcePositionOptimized : Crash |
| 602 |
| 603 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de
bug)] |
| 604 cc/FindCodeObject : Timeout |
| OLD | NEW |