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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ] |
89 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 |
90 | 90 |
91 [ $noopt || $compiler == precompiler || $mode == product ] | 91 [ $noopt || $compiler == precompiler || $mode == product ] |
92 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors | 92 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors |
| 93 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors |
| 94 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors |
| 95 cc/StandaloneSnapshotSize: SkipByDesign # 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 |
98 | 101 |
99 [ $runtime == dart_product || $runtime == dart_precompiled ] | 102 [ $runtime == dart_product || $runtime == dart_precompiled ] |
100 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri | 103 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri |
101 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers | 104 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers |
102 | 105 |
103 [ $runtime == vm && $mode == product ] | 106 [ $runtime == vm && $mode == product ] |
104 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. | 107 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. |
105 cc/LibraryGetClassNames: Fail,OK # Expects exact type name. | |
106 cc/StackTraceFormat: Fail,OK # Expects exact type name. | 108 cc/StackTraceFormat: Fail,OK # Expects exact type name. |
| 109 cc/String_ScrubName: Fail,OK # Expects exact type name. |
| 110 cc/GetFunctionNames: Fail,OK # Expects exact type name. |
107 | 111 |
108 [ $arch == simdbc || $arch == simdbc64 ] | 112 [ $arch == simdbc || $arch == simdbc64 ] |
109 # TODO(vegorov) Profiler is completely disabled in SIMDBC builds. | 113 # TODO(vegorov) Profiler is completely disabled in SIMDBC builds. |
110 cc/Profiler_AllocationSampleTest: Skip | 114 cc/Profiler_AllocationSampleTest: Skip |
111 cc/Profiler_ArrayAllocation: Skip | 115 cc/Profiler_ArrayAllocation: Skip |
112 cc/Profiler_BasicSourcePosition: Skip | 116 cc/Profiler_BasicSourcePosition: Skip |
113 cc/Profiler_BasicSourcePositionOptimized: Skip | 117 cc/Profiler_BasicSourcePositionOptimized: Skip |
114 cc/Profiler_BinaryOperatorSourcePosition: Skip | 118 cc/Profiler_BinaryOperatorSourcePosition: Skip |
115 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip | 119 cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip |
116 cc/Profiler_ChainedSamples: Skip | 120 cc/Profiler_ChainedSamples: Skip |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 cc/Parser_AllocateVariables_CapturedVar: Skip | 179 cc/Parser_AllocateVariables_CapturedVar: Skip |
176 cc/Parser_AllocateVariables_MiddleChain: Skip | 180 cc/Parser_AllocateVariables_MiddleChain: Skip |
177 | 181 |
178 # This test is meaningless for DBC as allocation stubs are not used. | 182 # This test is meaningless for DBC as allocation stubs are not used. |
179 cc/RegenerateAllocStubs: Skip | 183 cc/RegenerateAllocStubs: Skip |
180 | 184 |
181 # TODO(vegorov) Enable when DBC supports optimizing compiler. | 185 # TODO(vegorov) Enable when DBC supports optimizing compiler. |
182 cc/Debug_InspectStack_Optimized: Skip | 186 cc/Debug_InspectStack_Optimized: Skip |
183 cc/Debug_InspectStackWithClosure_Optimized: Skip | 187 cc/Debug_InspectStackWithClosure_Optimized: Skip |
184 | 188 |
OLD | NEW |