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 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 Loading... |
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 |
88 [ $noopt ] | 91 [ $noopt ] |
89 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc | 92 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc |
90 | 93 |
91 [ $noopt || $compiler == precompiler || $mode == product ] | 94 [ $noopt || $compiler == precompiler || $mode == product ] |
92 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors | 95 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors |
93 | 96 |
94 [ $noopt || $runtime == dart_precompiled ] | 97 [ $noopt || $runtime == dart_precompiled ] |
95 # Stacktraces in precompilation omit inlined frames. | 98 # Stacktraces in precompilation omit inlined frames. |
96 dart/inline_stack_frame_test: Pass, RuntimeError | 99 dart/inline_stack_frame_test: Pass, RuntimeError |
97 dart/optimized_stacktrace_test: Pass, RuntimeError | 100 dart/optimized_stacktrace_test: Pass, RuntimeError |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 cc/Parser_AllocateVariables_CapturedVar: Skip | 178 cc/Parser_AllocateVariables_CapturedVar: Skip |
176 cc/Parser_AllocateVariables_MiddleChain: Skip | 179 cc/Parser_AllocateVariables_MiddleChain: Skip |
177 | 180 |
178 # This test is meaningless for DBC as allocation stubs are not used. | 181 # This test is meaningless for DBC as allocation stubs are not used. |
179 cc/RegenerateAllocStubs: Skip | 182 cc/RegenerateAllocStubs: Skip |
180 | 183 |
181 # TODO(vegorov) Enable when DBC supports optimizing compiler. | 184 # TODO(vegorov) Enable when DBC supports optimizing compiler. |
182 cc/Debug_InspectStack_Optimized: Skip | 185 cc/Debug_InspectStack_Optimized: Skip |
183 cc/Debug_InspectStackWithClosure_Optimized: Skip | 186 cc/Debug_InspectStackWithClosure_Optimized: Skip |
184 | 187 |
OLD | NEW |