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 # Issue 28198 | 5 # Issue 28198 |
6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout | 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout |
7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout | 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout |
8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout | 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout |
9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout | 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout |
10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout | 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 [ $compiler == precompiler || $mode == product ] | 237 [ $compiler == precompiler || $mode == product ] |
238 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors | 238 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors |
239 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors | 239 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors |
240 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors | 240 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors |
241 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors | 241 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors |
242 | 242 |
243 [ $runtime == dart_precompiled ] | 243 [ $runtime == dart_precompiled ] |
244 # StackTraces in precompilation omit inlined frames. | 244 # StackTraces in precompilation omit inlined frames. |
245 dart/inline_stack_frame_test: Pass, RuntimeError | 245 dart/inline_stack_frame_test: Pass, RuntimeError |
246 dart/optimized_stacktrace_test: Pass, RuntimeError | 246 dart/optimized_stacktrace_test: Pass, RuntimeError |
247 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri | |
248 | 247 |
249 [ $compiler == app_jit || $compiler == precompiler ] | 248 [ $compiler == app_jit || $compiler == precompiler ] |
| 249 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri |
250 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers | 250 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers |
251 | 251 |
252 [ $runtime == vm && $mode == product ] | 252 [ $runtime == vm && $mode == product ] |
253 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. | 253 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. |
254 cc/StackTraceFormat: Fail,OK # Expects exact type name. | 254 cc/StackTraceFormat: Fail,OK # Expects exact type name. |
255 cc/String_ScrubName: Fail,OK # Expects exact type name. | 255 cc/String_ScrubName: Fail,OK # Expects exact type name. |
256 cc/GetFunctionNames: Fail,OK # Expects exact type name. | 256 cc/GetFunctionNames: Fail,OK # Expects exact type name. |
257 | 257 |
258 [ $arch == simdbc || $arch == simdbc64 ] | 258 [ $arch == simdbc || $arch == simdbc64 ] |
259 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp | 259 # TODO(vegorov) These tests don't seem to work if FLAG_interpret_irregexp |
(...skipping 10 matching lines...) Expand all Loading... |
270 cc/GuardFieldFinalListTest: Skip | 270 cc/GuardFieldFinalListTest: Skip |
271 cc/GuardFieldFinalVariableLengthListTest: Skip | 271 cc/GuardFieldFinalVariableLengthListTest: Skip |
272 cc/GuardFieldSimpleTest: Skip | 272 cc/GuardFieldSimpleTest: Skip |
273 | 273 |
274 # This test is meaningless for DBC as allocation stubs are not used. | 274 # This test is meaningless for DBC as allocation stubs are not used. |
275 cc/RegenerateAllocStubs: Skip | 275 cc/RegenerateAllocStubs: Skip |
276 | 276 |
277 [ $hot_reload || $hot_reload_rollback ] | 277 [ $hot_reload || $hot_reload_rollback ] |
278 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 278 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
279 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. | 279 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. |
OLD | NEW |