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

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

Issue 12389048: dart:io | Skip raw_secure_server_socket_intense_test on macos, due to limit on number of open socke… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm ] 7 [ $runtime == vm ]
8 # Temporarily disabled until the test scripts are rewritten for 8 # Temporarily disabled until the test scripts are rewritten for
9 # dart:io v2. 9 # dart:io v2.
10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 io/file_fuzz_test: Skip 46 io/file_fuzz_test: Skip
47 io/directory_fuzz_test: Skip 47 io/directory_fuzz_test: Skip
48 48
49 [ $runtime == vm && $system == macos ] 49 [ $runtime == vm && $system == macos ]
50 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 50 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091
51 51
52 # This test fails with "Too many open files" on the Mac OS buildbot. 52 # This test fails with "Too many open files" on the Mac OS buildbot.
53 # This is expected as MacOS by default runs with a very low number 53 # This is expected as MacOS by default runs with a very low number
54 # of allowed open files ('ulimit -n' says something like 256). 54 # of allowed open files ('ulimit -n' says something like 256).
55 io/socket_many_connections_test: Skip 55 io/socket_many_connections_test: Skip
56 io/raw_secure_server_socket_intense_test: Skip
56 57
57 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines 58 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines
58 # that are running an earlier version of MacOS. The issue is that the 59 # that are running an earlier version of MacOS. The issue is that the
59 # old version of MacOS does not expand the precomposed utf-8 it gets 60 # old version of MacOS does not expand the precomposed utf-8 it gets
60 # from the VM before comparing it to the decomposed utf-8 used for the 61 # from the VM before comparing it to the decomposed utf-8 used for the
61 # file system. 62 # file system.
62 io/file_non_ascii_sync_test: Pass, Fail 63 io/file_non_ascii_sync_test: Pass, Fail
63 io/file_non_ascii_test: Pass, Fail 64 io/file_non_ascii_test: Pass, Fail
64 io/directory_non_ascii_sync_test: Pass, Fail 65 io/directory_non_ascii_sync_test: Pass, Fail
65 io/directory_non_ascii_test: Pass, Fail 66 io/directory_non_ascii_test: Pass, Fail
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 *: Skip 139 *: Skip
139 140
140 [ $arch == simarm ] 141 [ $arch == simarm ]
141 *: Skip 142 *: Skip
142 143
143 [ $arch == mips ] 144 [ $arch == mips ]
144 *: Skip 145 *: Skip
145 146
146 [ $arch == simmips ] 147 [ $arch == simmips ]
147 *: Skip 148 *: 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