From b294fe59f9f468a201783273fa19dad00afe5a71 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Tue, 31 Aug 2021 09:56:50 +0000 Subject: [PATCH] [vm/gardening] Mark bigint_parse_radix_test/3 as slow Bug: https://github.com/dart-lang/sdk/issues/47050 Change-Id: Ia0496785c5df6c231269ae4ebbb4376beb3a63d0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211904 Reviewed-by: Slava Egorov Commit-Queue: Daco Harkes --- tests/corelib/corelib.status | 2 ++ tests/corelib_2/corelib_2.status | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status index 97150c2d9cd..ecde5a5c7c3 100644 --- a/tests/corelib/corelib.status +++ b/tests/corelib/corelib.status @@ -2,6 +2,8 @@ # 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. +bigint_parse_radix_test/3: Slow # Issue http://dartbug.com/47050 + [ $compiler == dartdevk ] regexp/lookbehind_test/01: Skip # Flaky in uncatchable way. Issue 36280 diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status index 726b58f8e1b..3ee1d12e81e 100644 --- a/tests/corelib_2/corelib_2.status +++ b/tests/corelib_2/corelib_2.status @@ -2,6 +2,8 @@ # 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. +bigint_parse_radix_test/3: Slow # Issue http://dartbug.com/47050 + [ $compiler == dartdevk ] regexp/lookbehind_test/01: Skip # Flaky in uncatchable way. Issue 36280