2b56c2c58a
Run `pkg/status_file/bin/normalize.dart` across all status files. This should solve most presubmit warnings about "existing and possibly new status file issues". There are remaining issues in pkg/front_end/testcases/strong.status and pkg/front_end/testcases/text_serialization.status which will need to be fixed manually. Change-Id: Iceae8992c4907442481590d75c1b0a84ce29521b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106726 Reviewed-by: Bob Nystrom <rnystrom@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Nate Bosch <nbosch@google.com>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
# 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.
|
|
|
|
[ $arch == simdbc ]
|
|
*: Skip # FFI not yet supported on SimDBC32: dartbug.com/36809
|
|
|
|
[ $arch == simdbc64 ]
|
|
function_callbacks_test: Skip # Issue 37140
|
|
|
|
[ $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
|
|
# before it can generate a snapshot.
|
|
[ $compiler == app_jitk ]
|
|
function_callbacks_test/01: Skip
|
|
function_callbacks_test/02: Skip
|
|
function_callbacks_test/03: Skip
|
|
|
|
[ $runtime == dart_precompiled ]
|
|
*: Skip # AOT is not yet supported: dartbug.com/35765
|
|
|
|
[ $arch == arm && $system != android ]
|
|
*: Skip # "hardfp" calling convention is not yet supported (iOS is also supported but not tested): dartbug.com/36309
|
|
|
|
[ $arch == simdbc64 && $system != linux && $system != macos ]
|
|
*: Skip # FFI not yet supported outside x64 Linux: dartbug.com/36809
|
|
|
|
[ $runtime != dart_precompiled && $runtime != vm ]
|
|
*: 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.
|
|
|
|
# dartbug.com/35768: Structs not supported on 32-bit.
|
|
[ $arch == arm || $arch == ia32 || $arch == simdbc ]
|
|
function_structs_test: Skip
|
|
structs_test: Skip
|
|
|
|
[ $arch == arm64 || $arch == simdbc64 || $arch == x64 ]
|
|
enable_structs_test: SkipByDesign # Tests that structs don't work on 32-bit systems.
|
|
|
|
[ $arch == simarm || $arch == simarm64 ]
|
|
*: Skip # FFI not yet supported on the arm simulator.
|