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: SkipSlow | 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: SkipSlow |
7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: SkipSlow | 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: SkipSlow |
8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: SkipSlow | 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: SkipSlow |
9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: SkipSlow | 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: SkipSlow |
10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: SkipSlow | 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: SkipSlow |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 cc/RegenerateAllocStubs: Skip | 221 cc/RegenerateAllocStubs: Skip |
222 | 222 |
223 [ $hot_reload || $hot_reload_rollback ] | 223 [ $hot_reload || $hot_reload_rollback ] |
224 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. | 224 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. |
225 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. | 225 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa
ds. |
226 | 226 |
227 [ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) && !
$checked ] | 227 [ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) && !
$checked ] |
228 dart/redirection_type_shuffling_test/00: RuntimeError # Issue 29201 | 228 dart/redirection_type_shuffling_test/00: RuntimeError # Issue 29201 |
229 | 229 |
230 [ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] | 230 [ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] |
231 dart/byte_array_optimized_test: RuntimeError | |
232 dart/byte_array_test: RuntimeError | |
233 dart/data_uri_import_test/base64: CompileTimeError | 231 dart/data_uri_import_test/base64: CompileTimeError |
234 dart/data_uri_import_test/nocharset: CompileTimeError | 232 dart/data_uri_import_test/nocharset: CompileTimeError |
235 dart/data_uri_import_test/nomime: CompileTimeError | 233 dart/data_uri_import_test/nomime: CompileTimeError |
236 dart/data_uri_import_test/percentencoded: CompileTimeError | 234 dart/data_uri_import_test/percentencoded: CompileTimeError |
237 dart/data_uri_import_test/wrongmime: CompileTimeError | 235 dart/data_uri_import_test/wrongmime: CompileTimeError |
238 dart/data_uri_spawn_test: RuntimeError | 236 dart/data_uri_spawn_test: RuntimeError |
239 dart/double_materialize_test: RuntimeError | 237 dart/redirection_type_shuffling_test: Crash |
240 dart/double_to_smi_test: RuntimeError | |
241 dart/error_stacktrace_test: RuntimeError | |
242 dart/inline_stack_frame_test: RuntimeError | |
243 dart/optimized_stacktrace_line_test: RuntimeError | |
244 dart/redirection_type_shuffling_test/none: RuntimeError # Issue 29201 | |
245 dart/regress29620_test: RuntimeError | |
246 dart/spawn_shutdown_test: SkipSlow | 238 dart/spawn_shutdown_test: SkipSlow |
247 | 239 |
248 [ ($compiler != dartk) ] | 240 [ ($compiler != dartk) ] |
249 cc/IsolateReload_KernelIncrementalCompile: Skip | 241 cc/IsolateReload_KernelIncrementalCompile: Skip |
250 cc/IsolateReload_KernelIncrementalCompileAppAndLib: Skip | 242 cc/IsolateReload_KernelIncrementalCompileAppAndLib: Skip |
251 cc/IsolateReload_KernelIncrementalCompileGenerics: Skip | 243 cc/IsolateReload_KernelIncrementalCompileGenerics: Skip |
252 | 244 |
253 [ ($compiler == dartk) && ($runtime == vm) ] | 245 [ ($compiler == dartk) && ($runtime == vm) ] |
254 cc/CanonicalizationInScriptSnapshots: Fail | 246 cc/CanonicalizationInScriptSnapshots: Fail |
255 cc/Class_ComputeEndTokenPos: Crash | 247 cc/Class_ComputeEndTokenPos: Crash |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 cc/Parser_AllocateVariables_CaptureLoopVar: Crash | 434 cc/Parser_AllocateVariables_CaptureLoopVar: Crash |
443 cc/Parser_AllocateVariables_Issue7681: Crash | 435 cc/Parser_AllocateVariables_Issue7681: Crash |
444 cc/Parser_AllocateVariables_MiddleChain: Crash | 436 cc/Parser_AllocateVariables_MiddleChain: Crash |
445 cc/Parser_AllocateVariables_NestedCapturedVar: Crash | 437 cc/Parser_AllocateVariables_NestedCapturedVar: Crash |
446 cc/Parser_AllocateVariables_TwoChains: Crash | 438 cc/Parser_AllocateVariables_TwoChains: Crash |
447 | 439 |
448 [ $runtime == dart_precompiled && $minified ] | 440 [ $runtime == dart_precompiled && $minified ] |
449 dart/inline_stack_frame_test: Skip | 441 dart/inline_stack_frame_test: Skip |
450 dart/optimized_stacktrace_line_test: Skip | 442 dart/optimized_stacktrace_line_test: Skip |
451 | 443 |
OLD | NEW |