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

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

Issue 2037753003: Fix status file for asan test no longer crashing (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash 5 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash
6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash 6 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash
7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash 7 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash
8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash 8 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash
9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash 9 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash
10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash 10 cc/IsolateReload_PendingStaticCall_NSMToDefined: Fail, Crash
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 dart/snapshot_version_test: SkipByDesign # Spawns processes 78 dart/snapshot_version_test: SkipByDesign # Spawns processes
79 dart/spawn_infinite_loop_test: Skip # VM shutdown test 79 dart/spawn_infinite_loop_test: Skip # VM shutdown test
80 dart/spawn_shutdown_test: Skip # VM Shutdown test 80 dart/spawn_shutdown_test: Skip # VM Shutdown test
81 81
82 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ] 82 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder _tag == asan ]
83 cc/Dart2JSCompileAll: SkipSlow # Timeout. 83 cc/Dart2JSCompileAll: SkipSlow # Timeout.
84 84
85 [ $builder_tag == asan ] 85 [ $builder_tag == asan ]
86 cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure. 86 cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure.
87 87
88 [ $arch == ia32 && $builder_tag == asan ]
89 cc/Dart2JSCompileAll: Crash # Issue 26487 - stack overflow
90 cc/Dart2JSCompilerStats: Crash # Issue 26487 - stack overflow
91
92 [ $noopt ] 88 [ $noopt ]
93 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc 89 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc
94 90
95 [ $noopt || $compiler == precompiler || $mode == product ] 91 [ $noopt || $compiler == precompiler || $mode == product ]
96 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors 92 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors
97 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors 93 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors
98 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors 94 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors
99 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors 95 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors
100 96
101 [ $noopt || $runtime == dart_precompiled ] 97 [ $noopt || $runtime == dart_precompiled ]
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 cc/IsolateReload_TopLevelFieldAdded: Skip 205 cc/IsolateReload_TopLevelFieldAdded: Skip
210 cc/IsolateReload_ConstructorChanged: Skip 206 cc/IsolateReload_ConstructorChanged: Skip
211 cc/IsolateReload_ImplicitConstructorChanged: Skip 207 cc/IsolateReload_ImplicitConstructorChanged: Skip
212 cc/IsolateReload_MixinChanged: Skip 208 cc/IsolateReload_MixinChanged: Skip
213 cc/IsolateReload_SuperClassChanged: Skip 209 cc/IsolateReload_SuperClassChanged: Skip
214 cc/IsolateReload_ComplexInheritanceChange: Skip 210 cc/IsolateReload_ComplexInheritanceChange: Skip
215 cc/IsolateReload_LibraryImportAdded: Skip 211 cc/IsolateReload_LibraryImportAdded: Skip
216 cc/IsolateReload_LibraryHide: Skip 212 cc/IsolateReload_LibraryHide: Skip
217 cc/IsolateReload_LibraryLookup: Skip 213 cc/IsolateReload_LibraryLookup: Skip
218 cc/IsolateReload_LibraryShow: Skip 214 cc/IsolateReload_LibraryShow: Skip
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