From ef850dbdecc4efd014ee62887eed466422907eaf Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 11 Aug 2021 13:29:59 +0000 Subject: [PATCH] [co19] Skip flawed tests on latest co19 roll The top_level_main tests starts themselves via Platform.resolvedExecutable which causes them to turn into a fork bombs on AOT. On web, dart:io is not supported. https://github.com/dart-lang/co19/issues/1137 findProxy tests are timing out on all relevant platforms. https://github.com/dart-lang/co19/issues/1129 Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-nnbd-win-release-x64-try Change-Id: If1e4d0c26d5d40cd60e5e8a8dd4600b85668da5e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209706 Reviewed-by: William Hesse --- tests/co19/co19-co19.status | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status index 0d67353d2e6..60c3a7a4297 100644 --- a/tests/co19/co19-co19.status +++ b/tests/co19/co19-co19.status @@ -2,8 +2,18 @@ # 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. +Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Skip # https://github.com/dart-lang/co19/issues/1137 +Language/Libraries_and_Scripts/Scripts/top_level_main_t06: Skip # https://github.com/dart-lang/co19/issues/1137 +LibTest/io/HttpClient/findProxy_A01_t01: Skip # https://github.com/dart-lang/co19/issues/1129 +LibTest/io/HttpClient/findProxy_A01_t02: Skip # https://github.com/dart-lang/co19/issues/1129 +LibTest/io/HttpClient/findProxy_A02_t01: Skip # https://github.com/dart-lang/co19/issues/1129 +LibTest/io/HttpClient/findProxy_A02_t02: Skip # https://github.com/dart-lang/co19/issues/1129 LibTest/io/RawDatagramSocket/*: Skip # https://github.com/dart-lang/co19/issues/195 [ $compiler == dart2analyzer ] LanguageFeatures/nnbd/static/strong/*: SkipByDesign # Strong mode tests should not be run with analyzer LanguageFeatures/nnbd/static/weak/*: SkipByDesign # Weak mode tests should not be run with analyzer + +[ $compiler == dart2js || $compiler == dartdevk ] +Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses dart:io. +Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io.