[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 <whesse@google.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user