From c61ba5bd02c43ee0cb4842ae5e67eb06fc28bfb1 Mon Sep 17 00:00:00 2001 From: "iposva@google.com" Date: Fri, 25 Oct 2013 08:19:54 +0000 Subject: [PATCH] - Adjust for slower running bots. Review URL: https://codereview.chromium.org//43593002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29236 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/co19/co19-runtime.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status index b4a7de28d38..33e3ab19040 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -82,6 +82,8 @@ LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash LibTest/async/Stream/Stream.periodic_A03_t01: Fail # co19-roll r546: Please triage this failure LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19-roll r546: Please triage this failure +Language/15_Types/4_Interface_Types_A11_t01: Pass, Slow +LibTest/core/List/List_class_A01_t01: Pass, Slow [ $compiler == none && $runtime == vm && $arch != x64 ] LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129