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

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

Issue 3003023002: Avoid triggering an ASSERT in TypedData (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « no previous file | runtime/vm/kernel_to_il.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 414
415 [ ($compiler == dartk) && ($runtime == vm) && ($mode == release) ] 415 [ ($compiler == dartk) && ($runtime == vm) && ($mode == release) ]
416 cc/InjectNativeFields1: Fail 416 cc/InjectNativeFields1: Fail
417 cc/InjectNativeFields3: Fail 417 cc/InjectNativeFields3: Fail
418 cc/Service_TokenStream: Fail 418 cc/Service_TokenStream: Fail
419 419
420 [ ($compiler == dartk) && ($runtime == vm) && ($mode == debug) ] 420 [ ($compiler == dartk) && ($runtime == vm) && ($mode == debug) ]
421 cc/InjectNativeFields1: Crash 421 cc/InjectNativeFields1: Crash
422 cc/InjectNativeFields3: Crash 422 cc/InjectNativeFields3: Crash
423 cc/Service_TokenStream: Crash 423 cc/Service_TokenStream: Crash
424 cc/IsolateReload_KernelIncrementalCompileAppAndLib: Crash # Issue 30420
425 424
426 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) ] 425 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) ]
427 cc/IsolateReload_DanglingGetter_Class: Crash 426 cc/IsolateReload_DanglingGetter_Class: Crash
428 cc/IsolateReload_DanglingGetter_Instance: Crash 427 cc/IsolateReload_DanglingGetter_Instance: Crash
429 cc/IsolateReload_DanglingGetter_Library: Crash 428 cc/IsolateReload_DanglingGetter_Library: Crash
430 cc/IsolateReload_DanglingSetter_Class: Crash 429 cc/IsolateReload_DanglingSetter_Class: Crash
431 cc/IsolateReload_DanglingSetter_Instance: Crash 430 cc/IsolateReload_DanglingSetter_Instance: Crash
432 cc/IsolateReload_DanglingSetter_Library: Crash 431 cc/IsolateReload_DanglingSetter_Library: Crash
433 cc/IsolateReload_EnumDelete: Crash 432 cc/IsolateReload_EnumDelete: Crash
434 cc/IsolateReload_LibraryLookup: Crash 433 cc/IsolateReload_LibraryLookup: Crash
435 cc/IsolateReload_RunNewFieldInitialiazersSuperClass: Crash 434 cc/IsolateReload_RunNewFieldInitialiazersSuperClass: Crash
436 cc/IsolateReload_RunNewFieldInitializersThrows: Crash 435 cc/IsolateReload_RunNewFieldInitializersThrows: Crash
437 cc/IsolateReload_TearOff_AddArguments2: Crash 436 cc/IsolateReload_TearOff_AddArguments2: Crash
438 cc/IsolateReload_TearOff_AddArguments: Crash 437 cc/IsolateReload_TearOff_AddArguments: Crash
439 cc/IsolateReload_TearOff_Class_Identity: Crash 438 cc/IsolateReload_TearOff_Class_Identity: Crash
440 cc/IsolateReload_TearOff_Instance_Equality: Crash 439 cc/IsolateReload_TearOff_Instance_Equality: Crash
441 cc/IsolateReload_TearOff_Library_Identity: Crash 440 cc/IsolateReload_TearOff_Library_Identity: Crash
442 cc/IsolateReload_TearOff_List_Set: Crash 441 cc/IsolateReload_TearOff_List_Set: Crash
443 cc/IsolateReload_TypeIdentity: Crash 442 cc/IsolateReload_TypeIdentity: Crash
444 cc/IsolateReload_TypeIdentityGeneric: Crash 443 cc/IsolateReload_TypeIdentityGeneric: Crash
445 cc/IsolateReload_TypeIdentityParameter: Crash 444 cc/IsolateReload_TypeIdentityParameter: Crash
446 cc/Parser_AllocateVariables_CaptureLoopVar: Crash 445 cc/Parser_AllocateVariables_CaptureLoopVar: Crash
447 cc/Parser_AllocateVariables_Issue7681: Crash 446 cc/Parser_AllocateVariables_Issue7681: Crash
448 cc/Parser_AllocateVariables_MiddleChain: Crash 447 cc/Parser_AllocateVariables_MiddleChain: Crash
449 cc/Parser_AllocateVariables_NestedCapturedVar: Crash 448 cc/Parser_AllocateVariables_NestedCapturedVar: Crash
450 cc/Parser_AllocateVariables_TwoChains: Crash 449 cc/Parser_AllocateVariables_TwoChains: Crash
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/kernel_to_il.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698