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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ] | 88 [ $arch == ia32 && $builder_tag == asan ] |
89 cc/Dart2JSCompileAll: Crash # Issue 26487 - stack overflow | 89 cc/Dart2JSCompileAll: Crash # Issue 26487 - stack overflow |
| 90 cc/Dart2JSCompilerStats: Crash # Issue 26487 - stack overflow |
90 | 91 |
91 [ $noopt ] | 92 [ $noopt ] |
92 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc | 93 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc |
93 | 94 |
94 [ $noopt || $compiler == precompiler || $mode == product ] | 95 [ $noopt || $compiler == precompiler || $mode == product ] |
95 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors | 96 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors |
96 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors | 97 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors |
97 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors | 98 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors |
98 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors | 99 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors |
99 | 100 |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 cc/Parser_AllocateVariables_CapturedVar: Skip | 183 cc/Parser_AllocateVariables_CapturedVar: Skip |
183 cc/Parser_AllocateVariables_MiddleChain: Skip | 184 cc/Parser_AllocateVariables_MiddleChain: Skip |
184 | 185 |
185 # This test is meaningless for DBC as allocation stubs are not used. | 186 # This test is meaningless for DBC as allocation stubs are not used. |
186 cc/RegenerateAllocStubs: Skip | 187 cc/RegenerateAllocStubs: Skip |
187 | 188 |
188 # TODO(vegorov) Enable when DBC supports optimizing compiler. | 189 # TODO(vegorov) Enable when DBC supports optimizing compiler. |
189 cc/Debug_InspectStack_Optimized: Skip | 190 cc/Debug_InspectStack_Optimized: Skip |
190 cc/Debug_InspectStackWithClosure_Optimized: Skip | 191 cc/Debug_InspectStackWithClosure_Optimized: Skip |
191 | 192 |
OLD | NEW |