From bdeae9a51e591aafe1fc6ca00a9442ded28b0d2b Mon Sep 17 00:00:00 2001 From: "iposva@google.com" Date: Thu, 13 Sep 2012 07:04:43 +0000 Subject: [PATCH] - Mark vm/cc/Sleep and vm/cc/Monitor as flaky on Windows debug. Review URL: https://codereview.chromium.org//10910250 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12303 260f80e4-7a28-3924-810f-c04153c831b5 --- runtime/tests/vm/vm.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status index e4b3f5eee24..0a6f61bb09b 100644 --- a/runtime/tests/vm/vm.status +++ b/runtime/tests/vm/vm.status @@ -14,6 +14,10 @@ cc/SNPrint_BadArgs: Skip [ $arch == x64 ] cc/IsolateInterrupt: Skip +[ $system == windows && $mode == debug ] +cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133. +cc/Monitor: Pass, Fail # Flaky on buildbot. Issue 5133. + # The following section refers to the dart vm tests which live under # runtime/tests/vm/dart.