| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 cc/DartGeneratedMessages : Crash | 324 cc/DartGeneratedMessages : Crash |
| 325 cc/Debug_EvaluateExpr : Fail | 325 cc/Debug_EvaluateExpr : Fail |
| 326 cc/Debug_EvaluateInActivationOfEvaluate : Fail | 326 cc/Debug_EvaluateInActivationOfEvaluate : Fail |
| 327 cc/Debug_GetClosureInfo : Fail | 327 cc/Debug_GetClosureInfo : Fail |
| 328 cc/Debug_IsolateID : Fail | 328 cc/Debug_IsolateID : Fail |
| 329 cc/Debug_ListSuperType : Fail | 329 cc/Debug_ListSuperType : Fail |
| 330 cc/Debug_ScriptGetTokenInfo_Basic : Fail | 330 cc/Debug_ScriptGetTokenInfo_Basic : Fail |
| 331 cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation : Fail | 331 cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation : Fail |
| 332 cc/Debugger_PrintBreakpointsToJSONArray : Fail | 332 cc/Debugger_PrintBreakpointsToJSONArray : Fail |
| 333 cc/Debugger_Rewind_Optimized : Timeout | 333 cc/Debugger_Rewind_Optimized : Timeout |
| 334 cc/Debugger_SetBreakpointInFunctionLiteralFieldInitializers : Crash |
| 334 cc/ErrorHandleBasics : Fail | 335 cc/ErrorHandleBasics : Fail |
| 335 cc/EvalExpression : Crash | 336 cc/EvalExpression : Crash |
| 336 cc/ExternalByteDataAccess : Fail | 337 cc/ExternalByteDataAccess : Fail |
| 337 cc/ExternalizeConstantStrings : Fail | 338 cc/ExternalizeConstantStrings : Fail |
| 338 cc/ExternalStringDeoptimize : Fail | 339 cc/ExternalStringDeoptimize : Fail |
| 339 cc/ExternalStringDoubleParse : Fail | 340 cc/ExternalStringDoubleParse : Fail |
| 340 cc/ExternalStringGuardFieldDeoptimize : Fail | 341 cc/ExternalStringGuardFieldDeoptimize : Fail |
| 341 cc/ExternalStringLoadElimination : Fail | 342 cc/ExternalStringLoadElimination : Fail |
| 342 cc/ExternalStringPolymorphicDeoptimize : Fail | 343 cc/ExternalStringPolymorphicDeoptimize : Fail |
| 343 cc/ExternalStringStaticFieldDeoptimize : Fail | 344 cc/ExternalStringStaticFieldDeoptimize : Fail |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 cc/Parser_AllocateVariables_TwoChains : Crash | 596 cc/Parser_AllocateVariables_TwoChains : Crash |
| 596 cc/Profiler_BasicSourcePosition : Crash | 597 cc/Profiler_BasicSourcePosition : Crash |
| 597 cc/Profiler_BasicSourcePositionOptimized : Crash | 598 cc/Profiler_BasicSourcePositionOptimized : Crash |
| 598 cc/Profiler_BinaryOperatorSourcePosition : Crash | 599 cc/Profiler_BinaryOperatorSourcePosition : Crash |
| 599 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash | 600 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash |
| 600 cc/Profiler_SourcePosition : Crash | 601 cc/Profiler_SourcePosition : Crash |
| 601 cc/Profiler_SourcePositionOptimized : Crash | 602 cc/Profiler_SourcePositionOptimized : Crash |
| 602 | 603 |
| 603 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de
bug)] | 604 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de
bug)] |
| 604 cc/FindCodeObject : Timeout | 605 cc/FindCodeObject : Timeout |
| OLD | NEW |