From d0d509d4fc14cd83e1e966fb110ecaf618ecbae5 Mon Sep 17 00:00:00 2001 From: Aske Simon Christensen Date: Wed, 21 Sep 2022 16:11:22 +0000 Subject: [PATCH] [dart2wasm] Add relevant co19 and lib tests A few co19 tests are marked as skipped for now, as they are hanging due to https://github.com/dart-lang/sdk/issues/50026 Increase the number of shards to match the increased number of tests. Change-Id: Ib91127986d13140164c357a22f2d1d9b7b2b7636 Cq-Include-Trybots: luci.dart.try:dart2wasm-linux-x64-d8-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/260361 Reviewed-by: Alexander Thomas Commit-Queue: Aske Simon Christensen --- tests/co19/co19-kernel.status | 8 ++++++++ tools/bots/test_matrix.json | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/tests/co19/co19-kernel.status b/tests/co19/co19-kernel.status index 3254ec0c1e3..93f5c984d48 100644 --- a/tests/co19/co19-kernel.status +++ b/tests/co19/co19-kernel.status @@ -2,6 +2,14 @@ # 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 == dart2wasm ] +Language/Statements/Continue/async_loops_t07: Skip # https://github.com/dart-lang/sdk/issues/50026 +Language/Statements/Continue/async_loops_t08: Skip # https://github.com/dart-lang/sdk/issues/50026 +LibTest/async/Stream/Stream.fromFutures_all_t01: Skip # https://github.com/dart-lang/sdk/issues/50026 +LibTest/async/Stream/Stream.fromIterable_all_t01: Skip # https://github.com/dart-lang/sdk/issues/50026 +LibTest/async/StreamController/StreamController.broadcast_Stream_all_A01_t01: Skip # https://github.com/dart-lang/sdk/issues/50026 +LibTest/async/StreamController/stream_all_A01_t01: Skip # https://github.com/dart-lang/sdk/issues/50026 + [ $runtime == dart_precompiled ] 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 diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 7657245232b..f027651243f 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -3148,9 +3148,10 @@ "language", "corelib", "web/wasm", - "lib/js/static_interop_test" + "lib/lib/(async|collection|convert|js/static_interop_test|math|typed_data)/", + "co19/co19/(src/)?(Language|LanguageFeatures|LibTest/(async|collection|convert|core|math|typed_data))/" ], - "shards": 3, + "shards": 10, "fileset": "dart2wasm_hostasserts" } ]