From 9eb9cd72c600000b71fb8ea2adeaa71c24ceecbf Mon Sep 17 00:00:00 2001 From: "whesse@google.com" Date: Tue, 8 Nov 2011 17:05:33 +0000 Subject: [PATCH] Disable TestRunnerTest in standalone.status, file bug 383. BUG=383 TEST=standalone/TestRunnerTest Review URL: http://codereview.chromium.org//8502022 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1320 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/standalone/standalone.status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status index 8cf2645ca5a..0f01753b6f8 100644 --- a/tests/standalone/standalone.status +++ b/tests/standalone/standalone.status @@ -14,7 +14,8 @@ FileInvalidArgumentsTest: Fail, OK ManyEchoServerTest: Skip # Bug 5103754 # These tests fail, crash, and timeout to test the testing infrastructure. FailTest: Fail -TimeoutTest: Timeout +TimeoutTest: Skip # Uses too much time to test on many platforms, for no gain. +TestRunnerTest: Skip # Hangs occasionally on many platforms. Bug 383. [ $component == vm && $system == macos] # This test fails with "Too many open files" on the Mac OS buildbot.