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: 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 cc/Debug_GetClosureInfo: Fail | 261 cc/Debug_GetClosureInfo: Fail |
262 cc/Debug_InterruptIsolate: SkipSlow | 262 cc/Debug_InterruptIsolate: SkipSlow |
263 cc/Debug_IsolateID: Fail | 263 cc/Debug_IsolateID: Fail |
264 cc/Debug_ScriptGetTokenInfo_Basic: Fail | 264 cc/Debug_ScriptGetTokenInfo_Basic: Fail |
265 cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation: Fail | 265 cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation: Fail |
266 cc/Debugger_PrintBreakpointsToJSONArray: Fail | 266 cc/Debugger_PrintBreakpointsToJSONArray: Fail |
267 cc/Debugger_Rewind_Optimized: SkipSlow | 267 cc/Debugger_Rewind_Optimized: SkipSlow |
268 cc/Debugger_SetBreakpointInPartOfLibrary: Crash | 268 cc/Debugger_SetBreakpointInPartOfLibrary: Crash |
269 cc/ErrorHandleBasics: Fail | 269 cc/ErrorHandleBasics: Fail |
270 cc/FieldAccess: Crash | 270 cc/FieldAccess: Crash |
271 cc/FullSnapshot1: Crash | |
272 cc/FullSnapshot: Crash | |
273 cc/FunctionSourceFingerprint: Crash | 271 cc/FunctionSourceFingerprint: Crash |
274 cc/GetFunctionNames: Crash | 272 cc/GetFunctionNames: Crash |
275 cc/ImplicitNativeFieldAccess: Crash | 273 cc/ImplicitNativeFieldAccess: Crash |
276 cc/ImportLibrary2: Crash | 274 cc/ImportLibrary2: Crash |
277 cc/ImportLibrary3: Crash | 275 cc/ImportLibrary3: Crash |
278 cc/ImportLibrary4: Crash | 276 cc/ImportLibrary4: Crash |
279 cc/ImportLibrary5: Crash | 277 cc/ImportLibrary5: Crash |
280 cc/ImportLibraryWithPrefix: Crash | 278 cc/ImportLibraryWithPrefix: Crash |
281 cc/InjectNativeFieldsSuperClass: Crash | 279 cc/InjectNativeFieldsSuperClass: Crash |
282 cc/InvokeNoSuchMethod: Fail | 280 cc/InvokeNoSuchMethod: Fail |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 cc/IsolateReload_TearOff_Library_Identity: Crash | 437 cc/IsolateReload_TearOff_Library_Identity: Crash |
440 cc/IsolateReload_TearOff_List_Set: Crash | 438 cc/IsolateReload_TearOff_List_Set: Crash |
441 cc/IsolateReload_TypeIdentity: Crash | 439 cc/IsolateReload_TypeIdentity: Crash |
442 cc/IsolateReload_TypeIdentityGeneric: Crash | 440 cc/IsolateReload_TypeIdentityGeneric: Crash |
443 cc/IsolateReload_TypeIdentityParameter: Crash | 441 cc/IsolateReload_TypeIdentityParameter: Crash |
444 cc/Parser_AllocateVariables_CaptureLoopVar: Crash | 442 cc/Parser_AllocateVariables_CaptureLoopVar: Crash |
445 cc/Parser_AllocateVariables_Issue7681: Crash | 443 cc/Parser_AllocateVariables_Issue7681: Crash |
446 cc/Parser_AllocateVariables_MiddleChain: Crash | 444 cc/Parser_AllocateVariables_MiddleChain: Crash |
447 cc/Parser_AllocateVariables_NestedCapturedVar: Crash | 445 cc/Parser_AllocateVariables_NestedCapturedVar: Crash |
448 cc/Parser_AllocateVariables_TwoChains: Crash | 446 cc/Parser_AllocateVariables_TwoChains: Crash |
OLD | NEW |