| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 cc/IsolateReload_TearOff_AddArguments: Fail # Issue 28349 | 236 cc/IsolateReload_TearOff_AddArguments: Fail # Issue 28349 |
| 237 cc/IsolateReload_TearOff_Class_Identity: Fail # Issue 28349 | 237 cc/IsolateReload_TearOff_Class_Identity: Fail # Issue 28349 |
| 238 cc/IsolateReload_TearOff_Instance_Equality: Fail # Issue 28349 | 238 cc/IsolateReload_TearOff_Instance_Equality: Fail # Issue 28349 |
| 239 cc/IsolateReload_TearOff_Library_Identity: Fail # Issue 28349 | 239 cc/IsolateReload_TearOff_Library_Identity: Fail # Issue 28349 |
| 240 cc/IsolateReload_TearOff_List_Set: Fail # Issue 28349 | 240 cc/IsolateReload_TearOff_List_Set: Fail # Issue 28349 |
| 241 cc/IsolateReload_TopLevelFieldAdded: Fail # Issue 28349 | 241 cc/IsolateReload_TopLevelFieldAdded: Fail # Issue 28349 |
| 242 cc/IsolateReload_TypeIdentity: Fail # Issue 28349 | 242 cc/IsolateReload_TypeIdentity: Fail # Issue 28349 |
| 243 cc/IsolateReload_TypeIdentityGeneric: Fail # Issue 28349 | 243 cc/IsolateReload_TypeIdentityGeneric: Fail # Issue 28349 |
| 244 cc/IsolateReload_TypeIdentityParameter: Fail # Issue 28349 | 244 cc/IsolateReload_TypeIdentityParameter: Fail # Issue 28349 |
| 245 | 245 |
| 246 [ $noopt || $compiler == precompiler ] | 246 [ $compiler == precompiler ] |
| 247 dart/byte_array_test: Skip # Incompatible flag --disable_alloc_stubs_after_gc | 247 dart/byte_array_test: Skip # Incompatible flag --disable_alloc_stubs_after_gc |
| 248 | 248 |
| 249 [ $noopt || $compiler == precompiler || $mode == product ] | 249 [ $compiler == precompiler || $mode == product ] |
| 250 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors | 250 dart/redirection_type_shuffling_test: SkipByDesign # Imports dart:mirrors |
| 251 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors | 251 cc/CreateMirrorSystem: SkipByDesign # Imports dart:mirrors |
| 252 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors | 252 cc/CoreSnapshotSize: SkipByDesign # Imports dart:mirrors |
| 253 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors | 253 cc/StandaloneSnapshotSize: SkipByDesign # Imports dart:mirrors |
| 254 | 254 |
| 255 [ $noopt || $runtime == dart_precompiled ] | 255 [ $runtime == dart_precompiled ] |
| 256 # StackTraces in precompilation omit inlined frames. | 256 # StackTraces in precompilation omit inlined frames. |
| 257 dart/inline_stack_frame_test: Pass, RuntimeError | 257 dart/inline_stack_frame_test: Pass, RuntimeError |
| 258 dart/optimized_stacktrace_test: Pass, RuntimeError | 258 dart/optimized_stacktrace_test: Pass, RuntimeError |
| 259 | 259 |
| 260 [ $compiler == app_jit || $compiler == precompiler ] | 260 [ $compiler == app_jit || $compiler == precompiler ] |
| 261 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri | 261 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri |
| 262 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers | 262 dart/optimized_stacktrace_test: SkipByDesign # Requires line numbers |
| 263 | 263 |
| 264 [ $runtime == vm && $mode == product ] | 264 [ $runtime == vm && $mode == product ] |
| 265 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. | 265 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 282 cc/GuardFieldFinalListTest: Skip | 282 cc/GuardFieldFinalListTest: Skip |
| 283 cc/GuardFieldFinalVariableLengthListTest: Skip | 283 cc/GuardFieldFinalVariableLengthListTest: Skip |
| 284 cc/GuardFieldSimpleTest: Skip | 284 cc/GuardFieldSimpleTest: Skip |
| 285 | 285 |
| 286 # This test is meaningless for DBC as allocation stubs are not used. | 286 # This test is meaningless for DBC as allocation stubs are not used. |
| 287 cc/RegenerateAllocStubs: Skip | 287 cc/RegenerateAllocStubs: Skip |
| 288 | 288 |
| 289 [ $hot_reload || $hot_reload_rollback ] | 289 [ $hot_reload || $hot_reload_rollback ] |
| 290 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 290 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
| 291 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. | 291 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. |
| OLD | NEW |