mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
b6ab7350be
TEST=ci Bug: https://github.com/dart-lang/sdk/issues/37299 Bug: https://github.com/dart-lang/sdk/issues/38587 Change-Id: I6f1a749690b894b14f465d608f37acf62568cdef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/231521 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
40 lines
3 KiB
Text
40 lines
3 KiB
Text
# 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.
|
|
|
|
[ $system == windows ]
|
|
LibTest/io/Stdin/readByteSync_A01_t01: Skip # Issue 43645
|
|
LibTest/io/Stdin/readByteSync_A01_t02: Skip # Issue 43645
|
|
|
|
[ $mode == debug && $runtime == dart_precompiled ]
|
|
LibTest/collection/ListBase/ListBase_class_A01_t03: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/collection/ListBase/ListBase_class_A01_t04: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/collection/ListBase/ListBase_class_A01_t05: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/collection/ListBase/ListBase_class_A01_t06: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t03: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t04: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t05: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t06: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/core/List/List_all_t03: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/core/List/List_all_t04: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/core/List/List_all_t05: SkipSlow # Very slow compilation in debug mode.
|
|
LibTest/core/List/List_all_t06: SkipSlow # Very slow compilation in debug mode.
|
|
|
|
[ $runtime == dart_precompiled && ($arch == simarm64 || $arch == simarm64c || $arch == simriscv32 || $arch == simriscv64) ]
|
|
LibTest/async/Stream/Stream.periodic_all_t02: Skip # Issue 42898
|
|
|
|
[ $arch == simarm || $arch == simarm64 || $arch == simarm64c || $arch == simriscv32 || $arch == simriscv64 ]
|
|
Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipSlow # Very slow on sim* architectures.
|
|
Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/collection/ListBase/ListBase_class_A01_t01: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/collection/ListBase/ListBase_class_A01_t04: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/collection/ListBase/ListBase_class_A01_t05: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/collection/ListBase/ListBase_class_A01_t06: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t01: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t04: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t05: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t06: SkipSlow # Very slow on sim* architectures.
|
|
LibTest/ffi/*: SkipByDesign # dart:ffi is not supported on sim architectures
|
|
|
|
[ $compiler == fasta || $runtime == dart_precompiled || $runtime == vm ]
|
|
LibTest/html/*: SkipByDesign # dart:html not supported on VM.
|