| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 [ $noopt || $compiler == precompiler ] | 151 [ $noopt || $compiler == precompiler ] |
| 152 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 |
| 153 | 153 |
| 154 [ $noopt || $compiler == precompiler || $mode == product ] | 154 [ $noopt || $compiler == precompiler || $mode == product ] |
| 155 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors | 155 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors |
| 156 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors | 156 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors |
| 157 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors | 157 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors |
| 158 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors | 158 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors |
| 159 | 159 |
| 160 [ $noopt || $runtime == dart_precompiled ] | 160 [ $noopt || $runtime == dart_precompiled ] |
| 161 # Stacktraces in precompilation omit inlined frames. | 161 # StackTraces in precompilation omit inlined frames. |
| 162 dart/inline_stack_frame_test: Pass, RuntimeError | 162 dart/inline_stack_frame_test: Pass, RuntimeError |
| 163 dart/optimized_stacktrace_test: Pass, RuntimeError | 163 dart/optimized_stacktrace_test: Pass, RuntimeError |
| 164 | 164 |
| 165 [ $compiler == app_jit || $compiler == precompiler ] | 165 [ $compiler == app_jit || $compiler == precompiler ] |
| 166 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri | 166 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri |
| 167 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers | 167 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers |
| 168 | 168 |
| 169 [ $runtime == vm && $mode == product ] | 169 [ $runtime == vm && $mode == product ] |
| 170 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. | 170 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. |
| 171 cc/StackTraceFormat: Fail,OK # Expects exact type name. | 171 cc/StackTraceFormat: Fail,OK # Expects exact type name. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 187 cc/GuardFieldFinalListTest: Skip | 187 cc/GuardFieldFinalListTest: Skip |
| 188 cc/GuardFieldFinalVariableLengthListTest: Skip | 188 cc/GuardFieldFinalVariableLengthListTest: Skip |
| 189 cc/GuardFieldSimpleTest: Skip | 189 cc/GuardFieldSimpleTest: Skip |
| 190 | 190 |
| 191 # 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. |
| 192 cc/RegenerateAllocStubs: Skip | 192 cc/RegenerateAllocStubs: Skip |
| 193 | 193 |
| 194 [ $hot_reload || $hot_reload_rollback ] | 194 [ $hot_reload || $hot_reload_rollback ] |
| 195 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. |
| 196 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 |