| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 | 126 |
| 127 [ $arch == mips ] | 127 [ $arch == mips ] |
| 128 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. | 128 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. |
| 129 | 129 |
| 130 [ $arch == mips && $mode == debug ] | 130 [ $arch == mips && $mode == debug ] |
| 131 cc/FindCodeObject: SkipSlow # Takes more than 8 minutes. Issue 17440 | 131 cc/FindCodeObject: SkipSlow # Takes more than 8 minutes. Issue 17440 |
| 132 | 132 |
| 133 [ $compiler == dart2analyzer ] | 133 [ $compiler == dart2analyzer ] |
| 134 dart/optimized_stacktrace_test: StaticWarning | 134 dart/optimized_stacktrace_test: StaticWarning |
| 135 | 135 |
| 136 [ $compiler == app_jit ] |
| 137 dart/snapshot_version_test: Fail,OK # Expects to find script snapshot relative t
o Dart source. |
| 138 |
| 136 [ $runtime != vm ] | 139 [ $runtime != vm ] |
| 137 dart/snapshot_version_test: SkipByDesign # Spawns processes | 140 dart/snapshot_version_test: SkipByDesign # Spawns processes |
| 138 dart/spawn_infinite_loop_test: Skip # VM shutdown test | 141 dart/spawn_infinite_loop_test: Skip # VM shutdown test |
| 139 dart/spawn_shutdown_test: Skip # VM Shutdown test | 142 dart/spawn_shutdown_test: Skip # VM Shutdown test |
| 140 dart/hello_fuchsia_test: SkipByDesign # This is a test for fuchsia OS | 143 dart/hello_fuchsia_test: SkipByDesign # This is a test for fuchsia OS |
| 141 | 144 |
| 142 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] | 145 [ ($runtime == vm || $runtime == dart_precompiled) && $mode == debug && $builder
_tag == asan ] |
| 143 cc/Dart2JSCompileAll: SkipSlow # Timeout. | 146 cc/Dart2JSCompileAll: SkipSlow # Timeout. |
| 144 | 147 |
| 145 [ $builder_tag == asan ] | 148 [ $builder_tag == asan ] |
| 146 cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure. | 149 cc/CodeImmutability: Fail,OK # Address Sanitizer turns a crash into a failure. |
| 147 | 150 |
| 148 [ $noopt || $compiler == precompiler ] | 151 [ $noopt || $compiler == precompiler ] |
| 149 dart/byte_array_test: Skip # Incompatible flag --disable_alloc_stubs_after_gc | 152 dart/byte_array_test: Skip # Incompatible flag --disable_alloc_stubs_after_gc |
| 150 | 153 |
| 151 [ $noopt || $compiler == precompiler || $mode == product ] | 154 [ $noopt || $compiler == precompiler || $mode == product ] |
| 152 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors | 155 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors |
| 153 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors | 156 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors |
| 154 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors | 157 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors |
| 155 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors | 158 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors |
| 156 | 159 |
| 157 [ $noopt || $runtime == dart_precompiled ] | 160 [ $noopt || $runtime == dart_precompiled ] |
| 158 # Stacktraces in precompilation omit inlined frames. | 161 # Stacktraces in precompilation omit inlined frames. |
| 159 dart/inline_stack_frame_test: Pass, RuntimeError | 162 dart/inline_stack_frame_test: Pass, RuntimeError |
| 160 dart/optimized_stacktrace_test: Pass, RuntimeError | 163 dart/optimized_stacktrace_test: Pass, RuntimeError |
| 161 | 164 |
| 162 [ $runtime == dart_app || $runtime == dart_precompiled ] | 165 [ $compiler == app_jit || $compiler == precompiler ] |
| 163 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri | 166 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri |
| 164 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers | 167 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers |
| 165 | 168 |
| 166 [ $runtime == vm && $mode == product ] | 169 [ $runtime == vm && $mode == product ] |
| 167 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. | 170 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. |
| 168 cc/StackTraceFormat: Fail,OK # Expects exact type name. | 171 cc/StackTraceFormat: Fail,OK # Expects exact type name. |
| 169 cc/String_ScrubName: Fail,OK # Expects exact type name. | 172 cc/String_ScrubName: Fail,OK # Expects exact type name. |
| 170 cc/GetFunctionNames: Fail,OK # Expects exact type name. | 173 cc/GetFunctionNames: Fail,OK # Expects exact type name. |
| 171 | 174 |
| 172 [ $arch == simdbc || $arch == simdbc64 ] | 175 [ $arch == simdbc || $arch == simdbc64 ] |
| (...skipping 11 matching lines...) Expand all Loading... |
| 184 cc/GuardFieldFinalListTest: Skip | 187 cc/GuardFieldFinalListTest: Skip |
| 185 cc/GuardFieldFinalVariableLengthListTest: Skip | 188 cc/GuardFieldFinalVariableLengthListTest: Skip |
| 186 cc/GuardFieldSimpleTest: Skip | 189 cc/GuardFieldSimpleTest: Skip |
| 187 | 190 |
| 188 # This test is meaningless for DBC as allocation stubs are not used. | 191 # This test is meaningless for DBC as allocation stubs are not used. |
| 189 cc/RegenerateAllocStubs: Skip | 192 cc/RegenerateAllocStubs: Skip |
| 190 | 193 |
| 191 [ $hot_reload || $hot_reload_rollback ] | 194 [ $hot_reload || $hot_reload_rollback ] |
| 192 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 195 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
| 193 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. | 196 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. |
| OLD | NEW |