| 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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 cc/StackTraceInfo : Crash | 493 cc/StackTraceInfo : Crash |
| 494 cc/StringFromExternalTypedData : Fail | 494 cc/StringFromExternalTypedData : Fail |
| 495 cc/TestNativeFieldsAccess : Fail | 495 cc/TestNativeFieldsAccess : Fail |
| 496 cc/ThrowException : Fail | 496 cc/ThrowException : Fail |
| 497 cc/TypeGetNonParamtericTypes : Fail | 497 cc/TypeGetNonParamtericTypes : Fail |
| 498 cc/TypeGetParameterizedTypes : Fail | 498 cc/TypeGetParameterizedTypes : Fail |
| 499 cc/UnhandledExceptions : Fail | 499 cc/UnhandledExceptions : Fail |
| 500 cc/UseDartApi : Fail | 500 cc/UseDartApi : Fail |
| 501 cc/ValidateNoSuchMethodStackFrameIteration : Fail | 501 cc/ValidateNoSuchMethodStackFrameIteration : Fail |
| 502 cc/ValidateStackFrameIteration : Fail | 502 cc/ValidateStackFrameIteration : Fail |
| 503 dart/data_uri_import_test/base64 : CompileTimeError |
| 504 dart/data_uri_import_test/nocharset : CompileTimeError |
| 505 dart/data_uri_import_test/nomime : CompileTimeError |
| 506 dart/data_uri_import_test/percentencoded : Fail |
| 507 dart/data_uri_import_test/wrongmime : CompileTimeError |
| 508 dart/data_uri_spawn_test : RuntimeError |
| 509 dart/redirection_type_shuffling_test/00 : Crash |
| 510 dart/redirection_type_shuffling_test/none : Crash |
| 511 dart/spawn_shutdown_test : Timeout |
| 503 | 512 |
| 504 [ ($compiler == dartk) && ($runtime == vm) && ($mode == release) ] | 513 [ ($compiler == dartk) && ($runtime == vm) && ($mode == release) ] |
| 505 cc/Debug_BreakpointStubPatching : Fail | 514 cc/Debug_BreakpointStubPatching : Fail |
| 506 cc/Debug_InspectObject : Fail | 515 cc/Debug_InspectObject : Fail |
| 507 cc/Debug_InspectStack_NotOptimized : Fail | 516 cc/Debug_InspectStack_NotOptimized : Fail |
| 508 cc/Debug_InspectStack_Optimized : Fail | 517 cc/Debug_InspectStack_Optimized : Fail |
| 509 cc/Debug_InspectStackWithClosure_NotOptimized : Fail | 518 cc/Debug_InspectStackWithClosure_NotOptimized : Fail |
| 510 cc/Debug_InspectStackWithClosure_Optimized : Fail | 519 cc/Debug_InspectStackWithClosure_Optimized : Fail |
| 511 cc/Debug_InterruptIsolate : Timeout | 520 cc/Debug_InterruptIsolate : Timeout |
| 512 cc/DeepStackTraceInfo : Fail | 521 cc/DeepStackTraceInfo : Fail |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 cc/Profiler_BasicSourcePosition : Crash | 554 cc/Profiler_BasicSourcePosition : Crash |
| 546 cc/Profiler_BinaryOperatorSourcePosition : Crash | 555 cc/Profiler_BinaryOperatorSourcePosition : Crash |
| 547 cc/Profiler_ClosureAllocation : Crash | 556 cc/Profiler_ClosureAllocation : Crash |
| 548 cc/Profiler_ContextAllocation : Crash | 557 cc/Profiler_ContextAllocation : Crash |
| 549 cc/Profiler_IntrinsicAllocation : Crash | 558 cc/Profiler_IntrinsicAllocation : Crash |
| 550 cc/Profiler_SourcePosition : Crash | 559 cc/Profiler_SourcePosition : Crash |
| 551 cc/Profiler_StringAllocation : Crash | 560 cc/Profiler_StringAllocation : Crash |
| 552 cc/Profiler_StringInterpolation : Crash | 561 cc/Profiler_StringInterpolation : Crash |
| 553 cc/Profiler_TypedArrayAllocation : Crash | 562 cc/Profiler_TypedArrayAllocation : Crash |
| 554 cc/Service_TokenStream : Crash | 563 cc/Service_TokenStream : Crash |
| OLD | NEW |