Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(811)

Side by Side Diff: tests/standalone/standalone.status

Issue 8502022: Disable TestRunnerTest in standalone.status, file bug 383. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 prefix standalone 5 prefix standalone
6 6
7 [ $component == vm && $checked ] 7 [ $component == vm && $checked ]
8 # These tests have type errors on purpose. 8 # These tests have type errors on purpose.
9 ProcessInvalidArgumentsTest: Fail, OK 9 ProcessInvalidArgumentsTest: Fail, OK
10 DirectoryInvalidArgumentsTest: Fail, OK 10 DirectoryInvalidArgumentsTest: Fail, OK
11 FileInvalidArgumentsTest: Fail, OK 11 FileInvalidArgumentsTest: Fail, OK
12 12
13 [ $component == vm] 13 [ $component == vm]
14 ManyEchoServerTest: Skip # Bug 5103754 14 ManyEchoServerTest: Skip # Bug 5103754
15 # These tests fail, crash, and timeout to test the testing infrastructure. 15 # These tests fail, crash, and timeout to test the testing infrastructure.
16 FailTest: Fail 16 FailTest: Fail
17 TimeoutTest: Timeout 17 TimeoutTest: Skip # Uses too much time to test on many platforms, for no gain.
18 TestRunnerTest: Skip # Hangs occasionally on many platforms. Bug 383.
18 19
19 [ $component == vm && $system == macos] 20 [ $component == vm && $system == macos]
20 # This test fails with "Too many open files" on the Mac OS buildbot. 21 # This test fails with "Too many open files" on the Mac OS buildbot.
21 SocketManyConnectionsTest: Skip 22 SocketManyConnectionsTest: Skip
22 23
23 [ $component == dartium ] 24 [ $component == dartium ]
24 # Server specific tests OK to fail in the browser 25 # Server specific tests OK to fail in the browser
25 EchoServerTest: Skip # Uses Socket 26 EchoServerTest: Skip # Uses Socket
26 EchoServerStreamTest: Skip # Uses Socket 27 EchoServerStreamTest: Skip # Uses Socket
27 EchoServerStreamReadUntilTest: Skip # Uses Socket 28 EchoServerStreamReadUntilTest: Skip # Uses Socket
(...skipping 28 matching lines...) Expand all
56 [ $arch == x64 ] 57 [ $arch == x64 ]
57 *: Skip 58 *: Skip
58 59
59 60
60 [ $arch == arm ] 61 [ $arch == arm ]
61 *: Skip 62 *: Skip
62 63
63 64
64 [ $arch == simarm ] 65 [ $arch == simarm ]
65 *: Skip 66 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698