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

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

Issue 8372056: Fix file test. (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 | « tests/standalone/src/FileTest.dart ('k') | 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 ]
28 # Test has started failing on fresh checkouts.
29 FileTest: Skip
30
31 [ $component == dartium ] 27 [ $component == dartium ]
32 # Server specific tests OK to fail in the browser 28 # Server specific tests OK to fail in the browser
33 EchoServerTest: Skip # Uses Socket 29 EchoServerTest: Skip # Uses Socket
34 EchoServerStreamTest: Skip # Uses Socket 30 EchoServerStreamTest: Skip # Uses Socket
35 EchoServerStreamReadUntilTest: Skip # Uses Socket 31 EchoServerStreamReadUntilTest: Skip # Uses Socket
36 ManyEchoServerTest: Skip # Uses Socket 32 ManyEchoServerTest: Skip # Uses Socket
37 SocketCloseTest: Skip # Uses Socket 33 SocketCloseTest: Skip # Uses Socket
38 SocketExceptionTest: Skip # Uses Socket 34 SocketExceptionTest: Skip # Uses Socket
39 SocketManyConnectionsTest: Skip # Uses Socket 35 SocketManyConnectionsTest: Skip # Uses Socket
40 FileTest: Skip 36 FileTest: Skip
(...skipping 17 matching lines...) Expand all
58 [ $arch == x64 ] 54 [ $arch == x64 ]
59 *: Skip 55 *: Skip
60 56
61 57
62 [ $arch == arm ] 58 [ $arch == arm ]
63 *: Skip 59 *: Skip
64 60
65 61
66 [ $arch == simarm ] 62 [ $arch == simarm ]
67 *: Skip 63 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/src/FileTest.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698