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

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

Issue 8438006: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 11
12 [ $component == vm] 12 [ $component == vm]
13 ManyEchoServerTest: Skip # Bug 5103754 13 ManyEchoServerTest: Skip # Bug 5103754
14 14
15 [ $component == vm && $mode == release] 15 [ $component == vm && $mode == release]
16 # Currently process tests are bound to debug mode. 16 # Currently process tests are bound to debug mode.
17 Process*: Skip # Bug 172 17 Process*: Skip # Bug 172
18 18
19 [ $component == vm && $system == macos] 19 [ $component == vm && $system == macos]
20 Process*: Skip # Bug 172 20 Process*: Skip # Bug 172
21 # 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.
22 SocketManyConnectionsTest: Skip 22 SocketManyConnectionsTest: Skip
23 23
24 [ $component == vm && $system == win32] 24 [ $component == vm && $system == win32]
25 Process*: Skip 25 Process*: Skip
26 26
27 [ $component == vm && $system == win32 && $mode == release ]
28 FileTest: Fail
29
27 [ $component == dartium ] 30 [ $component == dartium ]
28 # Server specific tests OK to fail in the browser 31 # Server specific tests OK to fail in the browser
29 EchoServerTest: Skip # Uses Socket 32 EchoServerTest: Skip # Uses Socket
30 EchoServerStreamTest: Skip # Uses Socket 33 EchoServerStreamTest: Skip # Uses Socket
31 EchoServerStreamReadUntilTest: Skip # Uses Socket 34 EchoServerStreamReadUntilTest: Skip # Uses Socket
32 ManyEchoServerTest: Skip # Uses Socket 35 ManyEchoServerTest: Skip # Uses Socket
33 SocketCloseTest: Skip # Uses Socket 36 SocketCloseTest: Skip # Uses Socket
34 SocketExceptionTest: Skip # Uses Socket 37 SocketExceptionTest: Skip # Uses Socket
35 SocketManyConnectionsTest: Skip # Uses Socket 38 SocketManyConnectionsTest: Skip # Uses Socket
36 FileTest: Skip 39 FileTest: Skip
(...skipping 17 matching lines...) Expand all
54 [ $arch == x64 ] 57 [ $arch == x64 ]
55 *: Skip 58 *: Skip
56 59
57 60
58 [ $arch == arm ] 61 [ $arch == arm ]
59 *: Skip 62 *: Skip
60 63
61 64
62 [ $arch == simarm ] 65 [ $arch == simarm ]
63 *: 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