From bb2aba6d4e0032f7d4084ff20a67ee84afd15855 Mon Sep 17 00:00:00 2001 From: "ricow@google.com" Date: Mon, 8 Sep 2014 14:08:15 +0000 Subject: [PATCH] Mark co19/LibTest/core/DateTime/DateTime.now_A01_t02 as flaky on the vm This is co19 issue 709: https://code.google.com/p/co19/issues/detail?id=709 R=sgjesse@google.com Review URL: https://codereview.chromium.org//548303002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39963 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 2f8f9928b7e..328cf862981 100644 --- a/tests/co19/co19-runtime.status +++ b/tests/co19/co19-runtime.status @@ -26,6 +26,8 @@ Language/14_Libraries_and_Scripts/2_Exports_A04_t03: fail # Dart issue 12916 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 +LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709 + LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Dart issue 15974 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617