3d8424e9fc
TEST=ci Change-Id: Ie2a8ac015b2d316527d648956c86d4c7cb319d26 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292962 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Siva Annamalai <asiva@google.com>
45 lines
2.1 KiB
Plaintext
45 lines
2.1 KiB
Plaintext
# Copyright (c) 2018, 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.
|
|
|
|
[ $compiler == dart2wasm ]
|
|
LanguageFeatures/FinalizationRegistry/ffi/*: SkipByDesign # Uses FFI OS calls to trigger GC
|
|
LibTest/ffi/*: SkipByDesign
|
|
LibTest/html/*: SkipByDesign
|
|
LibTest/io/*: SkipByDesign
|
|
LibTest/isolate/*: SkipByDesign
|
|
LibTest/mirrors/*: SkipByDesign
|
|
|
|
[ $runtime == dart_precompiled ]
|
|
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported:
|
|
|
|
[ $runtime == vm ]
|
|
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass # Does many calls
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Slow, Pass # Does many calls
|
|
LibTest/core/List/List_class_A01_t02: Slow, Pass # Does many calls
|
|
|
|
[ $simulator ]
|
|
LanguageFeatures/FinalizationRegistry/ffi/*: SkipByDesign # https://github.com/dart-lang/sdk/issues/37299
|
|
|
|
[ $compiler == dartk && $runtime == vm && $system == macos ]
|
|
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass
|
|
LibTest/collection/ListBase/ListBase_class_A01_t03: Slow, Pass
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Slow, Pass
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t03: Slow, Pass
|
|
LibTest/core/List/List_class_A01_t02: Slow, Pass
|
|
LibTest/core/List/List_class_A01_t03: Slow, Pass
|
|
|
|
[ $runtime == dart_precompiled && $system == windows ]
|
|
LanguageFeatures/FinalizationRegistry/ffi/*: SkipByDesign # https://dartbug.com/40579 Dart C API symbols not available.
|
|
|
|
[ $runtime == dart_precompiled && $simulator ]
|
|
LibTest/collection/ListBase/ListBase_class_A01_t01: SkipSlow # Issue 43036
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t01: SkipSlow # Issue 43036
|
|
|
|
# It makes no sense to run any test that uses spawnURI under the simulator
|
|
# as that would involve running CFE (the front end) in simulator mode
|
|
# to compile the URI file specified in spawnURI code.
|
|
# These Isolate tests that use spawnURI are hence skipped on purpose.
|
|
[ $runtime == dart_precompiled || $runtime == vm && $simulator ]
|
|
LibTest/isolate/Isolate/spawnUri*: Skip
|