mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:01:30 +00:00
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>
35 lines
2.4 KiB
Text
35 lines
2.4 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/ProcessResult/exitCode_A01_t02: Skip # Issue 32138
|
|
LibTest/io/Stdin/readByteSync_A01_t01: Skip # Issue 32138
|
|
LibTest/io/Stdin/readByteSync_A01_t02: Skip # Issue 32138
|
|
|
|
[ $simulator ]
|
|
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.
|
|
|
|
[ $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.
|
|
|
|
[ $runtime == dart_precompiled && $simulator ]
|
|
LibTest/async/Stream/Stream.periodic_all_t02: Skip # Issue 42898
|
|
|
|
[ $compiler == fasta || $runtime == dart_precompiled || $runtime == vm ]
|
|
Language/Expressions/Numbers/syntax_t34: SkipByDesign # expects integer literal error that only occurs in JS
|
|
LibTest/html/*: SkipByDesign # dart:html not supported on VM.
|