From f0c270e96d2f8f3e70986fa317ec3efaffd89413 Mon Sep 17 00:00:00 2001 From: Nicholas Shahan Date: Fri, 9 Dec 2022 02:29:31 +0000 Subject: [PATCH] [ddc] Temporarily skip tests that timeout The timeouts are crashing the test infra when trying to deflake the failures and preventing more results from getting uploaded. These tests are timing out right now on the canary bot because support for the new runtime types hasn't been fully landed. They should be enabled again after all the support has landed and should have results at parity with the non-canary configurations. Change-Id: Ia8814c02445acccb906c4b376c82da88480155b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274483 Reviewed-by: Mark Zhou Commit-Queue: Nicholas Shahan --- tests/lib/lib_dartdevc.status | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/lib/lib_dartdevc.status b/tests/lib/lib_dartdevc.status index 57ab98c28a1..41eaa64156f 100644 --- a/tests/lib/lib_dartdevc.status +++ b/tests/lib/lib_dartdevc.status @@ -2,6 +2,23 @@ # 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. +[ $builder_tag == canary && ($compiler == dartdevc || $compiler == dartdevk) ] +async/catch_errors11_test: Skip # Issue 50666 +async/catch_errors12_test: Skip # Issue 50666 +async/catch_errors15_test: Skip # Issue 50666 +async/catch_errors17_test: Skip # Issue 50666 +async/catch_errors20_test: Skip # Issue 50666 +async/catch_errors21_test: Skip # Issue 50666 +async/catch_errors23_test: Skip # Issue 50666 +async/catch_errors24_test: Skip # Issue 50666 +async/catch_errors26_test: Skip # Issue 50666 +async/catch_errors27_test: Skip # Issue 50666 +async/catch_errors5_test: Skip # Issue 50666 +async/catch_errors7_test: Skip # Issue 50666 +async/catch_errors8_test: Skip # Issue 50666 +async/stream_iterator_test: Skip # Issue 50666 +async/stream_zones_test: Skip # Issue 50666 + [ $runtime == chrome && ($compiler == dartdevc || $compiler == dartdevk) ] html/js_dispatch_property_test: Skip # Timeout Issue 31030