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

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

Issue 2086693002: Skip byte_array_test on precompilation. (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 [ $noopt ] 88 [ $noopt || $compiler == precompiler ]
89 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc 89 dart/byte_array_test: Skip # Incompatible flag --disable_alloc_stubs_after_gc
90 90
91 [ $noopt || $compiler == precompiler || $mode == product ] 91 [ $noopt || $compiler == precompiler || $mode == product ]
92 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors 92 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors
93 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors 93 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors
94 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors 94 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors
95 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors 95 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors
96 96
97 [ $noopt || $runtime == dart_precompiled ] 97 [ $noopt || $runtime == dart_precompiled ]
98 # Stacktraces in precompilation omit inlined frames. 98 # Stacktraces in precompilation omit inlined frames.
99 dart/inline_stack_frame_test: Pass, RuntimeError 99 dart/inline_stack_frame_test: Pass, RuntimeError
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 cc/IsolateReload_TopLevelFieldAdded: Skip 206 cc/IsolateReload_TopLevelFieldAdded: Skip
207 cc/IsolateReload_ConstructorChanged: Skip 207 cc/IsolateReload_ConstructorChanged: Skip
208 cc/IsolateReload_ImplicitConstructorChanged: Skip 208 cc/IsolateReload_ImplicitConstructorChanged: Skip
209 cc/IsolateReload_MixinChanged: Skip 209 cc/IsolateReload_MixinChanged: Skip
210 cc/IsolateReload_SuperClassChanged: Skip 210 cc/IsolateReload_SuperClassChanged: Skip
211 cc/IsolateReload_ComplexInheritanceChange: Skip 211 cc/IsolateReload_ComplexInheritanceChange: Skip
212 cc/IsolateReload_LibraryImportAdded: Skip 212 cc/IsolateReload_LibraryImportAdded: Skip
213 cc/IsolateReload_LibraryHide: Skip 213 cc/IsolateReload_LibraryHide: Skip
214 cc/IsolateReload_LibraryLookup: Skip 214 cc/IsolateReload_LibraryLookup: Skip
215 cc/IsolateReload_LibraryShow: Skip 215 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