blob: 0570d7a2313f0ff1e493007d0ddcdf5b22f03e0d [file] [log] [blame]
# Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $builder_tag == asan ]
data_not_asan_test: SkipByDesign # This test tries to allocate too much memory on purpose.
# These tests trigger and catch an abort (intentionally) and terminate the VM.
# They're incompatible with ASAN because not all memory is freed when aborting and
# with AppJit because the abort the VM before it can generate a snapshot.
[ $compiler == app_jitk || $builder_tag == asan ]
vmspecific_function_callbacks_exit_test: SkipByDesign
[ $arch == arm && $system != android ]
*: Skip # "hardfp" calling convention is not yet supported (iOS is also supported but not tested): dartbug.com/36309
[ $compiler == dart2analyzer ]
vmspecific_enable_ffi_test: SkipByDesign # This is a check for VM only.
[ $runtime != dart_precompiled && $runtime != vm && $compiler != dart2analyzer ]
*: SkipByDesign # FFI is a VM-only feature. (This test suite is part of the default set.)
[ $system != android && $system != linux && $system != macos && $system != windows ]
*: Skip # FFI not yet supported on other OSes.
[ $arch == simarm || $arch == simarm64 ]
*: Skip # FFI not yet supported on the arm simulator.
[ $system == android ]
*: Pass, Slow # https://github.com/dart-lang/sdk/issues/38489
[ $hot_reload || $hot_reload_rollback ]
vmspecific_function_callbacks_test: Skip # https://dartbug.com/36097: Ongoing concurrency work.
snapshot_test: Skip # https://dartbug.com/36097: Ongoing concurrency work.