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
This commit is contained in:
whesse@google.com
2011-11-08 17:05:33 +00:00
parent f95d52d827
commit 9eb9cd72c6
+2 -1
View File
@@ -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.