79f6f64836
Cq-Include-Trybots: dart/try:dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-debug-x64-try,vm-kernel-nnbd-linux-release-simarm64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-mac-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-precomp-nnbd-linux-debug-x64-try,vm-kernel-precomp-nnbd-linux-release-simarm64-try,vm-kernel-precomp-nnbd-linux-release-x64-try Change-Id: I426cdcb95cb726b52d4510d92d67be49b364accd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/192931 Commit-Queue: Erik Ernst <eernst@google.com> Reviewed-by: Erik Ernst <eernst@google.com>
57 lines
3.3 KiB
Plaintext
57 lines
3.3 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 == dartk ]
|
|
Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
|
|
LibTest/isolate/SendPort/send_A01_t02: Crash
|
|
LibTest/isolate/SendPort/send_A01_t03: Crash
|
|
|
|
[ $compiler == fasta ]
|
|
Language/Statements/For/syntax_t13: Crash # Assertion error: kernel_shadow_ast.dart: 'receiver == null': is not true.
|
|
Language/Statements/For/syntax_t20: Crash # Assertion error: kernel_shadow_ast.dart: 'receiver == null': is not true.
|
|
LanguageFeatures/Constant-update-2018/NewOperators_A01_t06/none: Crash
|
|
|
|
[ $runtime == dart_precompiled ]
|
|
Language/Metadata/syntax_t10: SkipByDesign # dart:mirrors is not supported
|
|
LibTest/io/RawDatagramSocket/join_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
|
LibTest/io/RawDatagramSocket/join_A01_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
|
LibTest/io/RawDatagramSocket/join_A02_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
|
LibTest/io/RawDatagramSocket/multicastInterface_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
|
LibTest/io/RawDatagramSocket/receive_A02_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
|
LibTest/io/RawDatagramSocket/reduce_A01_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
|
LibTest/io/RawDatagramSocket/reduce_A02_t02: Skip # https://github.com/dart-lang/co19/issues/195
|
|
LibTest/io/RawDatagramSocket/reduce_A04_t01: Skip # https://github.com/dart-lang/co19/issues/195
|
|
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
|
|
LibTest/io/RawDatagramSocket/*: Skip # RawDatagramSocket are flacky. Skip them all until rewritten
|
|
|
|
[ $compiler == dartk && $runtime == vm && $system == linux ]
|
|
LibTest/isolate/Isolate/spawn_A06_t03: Crash
|
|
|
|
[ $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
|
|
|
|
[ $compiler == dartk && $runtime != vm ]
|
|
Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t01: Crash
|
|
|
|
[ $runtime == dart_precompiled && ($arch == simarm64 || $arch == simarm64c) ]
|
|
LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Issue 43036
|
|
LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # 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 && ($arch == simarm || $arch == simarm64 || $arch == simarm64c) ]
|
|
LibTest/isolate/Isolate/spawnUri*: Skip
|