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

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

Issue 2931823002: Gardening: Mark cc/IsolateReload_TypedefAddParameter as failing with ASAN. (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | 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: 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 cc/IsolateReload_StaticValuePreserved: Fail # Issue 28349 227 cc/IsolateReload_StaticValuePreserved: Fail # Issue 28349
228 cc/IsolateReload_StaticValuePreserved: Fail # Issue 28349 228 cc/IsolateReload_StaticValuePreserved: Fail # Issue 28349
229 cc/IsolateReload_SuperClassChanged: Fail # Issue 28349 229 cc/IsolateReload_SuperClassChanged: Fail # Issue 28349
230 cc/IsolateReload_TearOff_AddArguments2: Fail # Issue 28349 230 cc/IsolateReload_TearOff_AddArguments2: Fail # Issue 28349
231 cc/IsolateReload_TearOff_AddArguments: Fail # Issue 28349 231 cc/IsolateReload_TearOff_AddArguments: Fail # Issue 28349
232 cc/IsolateReload_TearOff_Class_Identity: Fail # Issue 28349 232 cc/IsolateReload_TearOff_Class_Identity: Fail # Issue 28349
233 cc/IsolateReload_TearOff_Instance_Equality: Fail # Issue 28349 233 cc/IsolateReload_TearOff_Instance_Equality: Fail # Issue 28349
234 cc/IsolateReload_TearOff_Library_Identity: Fail # Issue 28349 234 cc/IsolateReload_TearOff_Library_Identity: Fail # Issue 28349
235 cc/IsolateReload_TearOff_List_Set: Fail # Issue 28349 235 cc/IsolateReload_TearOff_List_Set: Fail # Issue 28349
236 cc/IsolateReload_TopLevelFieldAdded: Fail # Issue 28349 236 cc/IsolateReload_TopLevelFieldAdded: Fail # Issue 28349
237 cc/IsolateReload_TypedefAddParameter: Fail # Issue 28349
237 cc/IsolateReload_TypeIdentity: Fail # Issue 28349 238 cc/IsolateReload_TypeIdentity: Fail # Issue 28349
238 cc/IsolateReload_TypeIdentityGeneric: Fail # Issue 28349 239 cc/IsolateReload_TypeIdentityGeneric: Fail # Issue 28349
239 cc/IsolateReload_TypeIdentityParameter: Fail # Issue 28349 240 cc/IsolateReload_TypeIdentityParameter: Fail # Issue 28349
240 241
241 [ $compiler == precompiler ] 242 [ $compiler == precompiler ]
242 dart/byte_array_test: Skip # Incompatible flag --disable_alloc_stubs_after_gc 243 dart/byte_array_test: Skip # Incompatible flag --disable_alloc_stubs_after_gc
243 244
244 [ $compiler == precompiler || $mode == product ] 245 [ $compiler == precompiler || $mode == product ]
245 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors 246 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors
246 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors 247 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 cc/Parser_AllocateVariables_Issue7681 : Crash 576 cc/Parser_AllocateVariables_Issue7681 : Crash
576 cc/Parser_AllocateVariables_MiddleChain : Crash 577 cc/Parser_AllocateVariables_MiddleChain : Crash
577 cc/Parser_AllocateVariables_NestedCapturedVar : Crash 578 cc/Parser_AllocateVariables_NestedCapturedVar : Crash
578 cc/Parser_AllocateVariables_TwoChains : Crash 579 cc/Parser_AllocateVariables_TwoChains : Crash
579 cc/Profiler_BasicSourcePosition : Crash 580 cc/Profiler_BasicSourcePosition : Crash
580 cc/Profiler_BasicSourcePositionOptimized : Crash 581 cc/Profiler_BasicSourcePositionOptimized : Crash
581 cc/Profiler_BinaryOperatorSourcePosition : Crash 582 cc/Profiler_BinaryOperatorSourcePosition : Crash
582 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash 583 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash
583 cc/Profiler_SourcePosition : Crash 584 cc/Profiler_SourcePosition : Crash
584 cc/Profiler_SourcePositionOptimized : Crash 585 cc/Profiler_SourcePositionOptimized : Crash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698