@@ -176,7 +176,7 @@ dart_2/isolates/dart_api_create_lightweight_isolate_test: SkipByDesign # https:/
176176dart/transferable_test: Skip # This is performance test and somehow debug win ia32 bot's performance is unpredictable
177177dart_2/transferable_test: Skip # This is performance test and somehow debug win ia32 bot's performance is unpredictable
178178
179- [ $arch != simarm && $arch != simarm64 && $compiler == dartk && $hot_reload ]
179+ [ $arch != simarm && $arch != simarm64 && $arch != simarm64c && $ compiler == dartk && $hot_reload ]
180180dart/data_uri_import_test/base64: Crash
181181dart/data_uri_import_test/nocharset: Crash
182182dart/data_uri_import_test/nomime: Crash
@@ -207,7 +207,7 @@ dart_2/regress_37382_test: SkipByDesign # Matches the type arguments names
207207# Enabling of dartk for sim{arm,arm64} revelaed these test failures, which
208208# are to be triaged. Isolate tests are skipped on purpose due to the usage of
209209# batch mode.
210- [ $compiler == dartk && $mode == debug && ($arch == simarm || $arch == simarm64) ]
210+ [ $compiler == dartk && $mode == debug && ($arch == simarm || $arch == simarm64 || $arch == simarm64c ) ]
211211cc/StackTraceMallocHookLengthTest: Fail # Please triage.
212212
213213[ $compiler == dartk && $mode == product && $runtime == vm ]
@@ -245,7 +245,7 @@ cc/IsolateReload_LibraryLookup: Fail, Crash
245245dart/redirection_type_shuffling_test/00: Pass # Works in --checked mode but not in --strong mode.
246246dart_2/redirection_type_shuffling_test/00: Pass # Works in --checked mode but not in --strong mode.
247247
248- [ $compiler == dartk && ($arch == simarm || $arch == simarm64) ]
248+ [ $compiler == dartk && ($arch == simarm || $arch == simarm64 || $arch == simarm64c ) ]
249249dart/appjit*: SkipSlow # DFE too slow
250250dart/b162922506_test: SkipSlow # Generates large input file
251251dart/data_uri_spawn_test: Skip # Please triage.
@@ -279,7 +279,7 @@ dart_2/minimal_kernel_test: SkipByDesign # Test needs to run from source
279279dart_2/null_safety_autodetection_in_kernel_compiler_test: SkipByDesign # Test needs to run from source
280280dart_2/snapshot_depfile_test: SkipByDesign # Test needs to run from source
281281
282- [ $compiler == dartkp && ($arch == simarm || $arch == simarm64) ]
282+ [ $compiler == dartkp && ($arch == simarm || $arch == simarm64 || $arch == simarm64c ) ]
283283dart/causal_stacks/async_throws_stack_lazy_non_symbolic_test: Pass, Slow
284284dart_2/causal_stacks/async_throws_stack_lazy_non_symbolic_test: Pass, Slow
285285
@@ -311,14 +311,14 @@ dart_2/catch_entry_state: SkipByDesign
311311[ $system != fuchsia && ($arch != x64 || $system != linux) ]
312312cc/CodeExecutability: SkipByDesign # --dual-map-code not supported on non-Linux/Fuchsia
313313
314- [ $arch == arm || $arch == arm64 || $builder_tag == crossword || $builder_tag == crossword_ast || $compiler != dartkp || $system == linux && ($arch == simarm || $arch == simarm64) ]
314+ [ $arch == arm || $arch == arm64 || $builder_tag == crossword || $builder_tag == crossword_ast || $compiler != dartkp || $system == linux && ($arch == simarm || $arch == simarm64 || $arch == simarm64c ) ]
315315dart/v8_snapshot_profile_writer_test: SkipByDesign # Only relevant for AOT. Doesn't work in cross-compilation (has to run on the host). On Linux/simarm64 and Linux/simarm this test requires buildtools/clang which is not always available on testing shards.
316316dart_2/v8_snapshot_profile_writer_test: SkipByDesign # Only relevant for AOT. Doesn't work in cross-compilation (has to run on the host). On Linux/simarm64 and Linux/simarm this test requires buildtools/clang which is not always available on testing shards.
317317
318318# On the simluator stack traces produced by the Profiler do not match
319319# up with the real Dart stack trace and hence we don't get correct
320320# symbol names.
321- [ $arch == simarm || $arch == simarm64 ]
321+ [ $arch == simarm || $arch == simarm64 || $arch == simarm64c ]
322322cc/LargeMap: SkipByDesign
323323cc/Profiler_AllocationSampleTest: SkipByDesign
324324cc/Profiler_ArrayAllocation: SkipByDesign
@@ -360,15 +360,15 @@ dart_2/unboxed_param_args_descriptor_test: SkipByDesign # FFI helper not support
360360dart_2/unboxed_param_tear_off_test: SkipByDesign # FFI helper not supported on simulator
361361dart_2/unboxed_param_test: SkipByDesign # FFI helper not supported on simulator
362362
363- [ $arch == simarm || $arch == simarm64 || $system != macos ]
363+ [ $arch == simarm || $arch == simarm64 || $arch == simarm64c || $ system != macos ]
364364dart/thread_priority_macos_test: SkipByDesign
365365dart_2/thread_priority_macos_test: SkipByDesign
366366
367- [ $arch == simarm || $arch == simarm64 || $system != windows ]
367+ [ $arch == simarm || $arch == simarm64 || $arch == simarm64c || $ system != windows ]
368368dart/thread_priority_windows_test: SkipByDesign
369369dart_2/thread_priority_windows_test: SkipByDesign
370370
371- [ $arch == simarm || $arch == simarm64 || $system != android && $system != linux ]
371+ [ $arch == simarm || $arch == simarm64 || $arch == simarm64c || $ system != android && $system != linux ]
372372dart/thread_priority_linux_test: SkipByDesign
373373dart_2/thread_priority_linux_test: SkipByDesign
374374
@@ -410,7 +410,7 @@ dart_2/*: SkipByDesign # Legacy tests are not supposed to run on NNBD bots.
410410# as that would involve running CFE (the front end) in simulator mode
411411# to compile the URI file specified in spawnURI code.
412412# These Isolate tests that use spawnURI are hence skipped on purpose.
413- [ $runtime == dart_precompiled || $runtime == vm && ($arch == simarm || $arch == simarm64) ]
413+ [ $runtime == dart_precompiled || $runtime == vm && ($arch == simarm || $arch == simarm64 || $arch == simarm64c ) ]
414414dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
415415dart/issue32950_test: SkipByDesign # uses spawnUri.
416416dart_2/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri
0 commit comments