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

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

Issue 12395017: dart:io | Fix a crash when read was called on a closed socket on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove intense test. 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 | « tests/standalone/io/raw_secure_server_socket_intense_test.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) 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.
11 io/status_file_parser_test: fail 11 io/status_file_parser_test: fail
12 io/test_runner_exit_code_test: fail 12 io/test_runner_exit_code_test: fail
13 io/test_runner_test: fail 13 io/test_runner_test: fail
14 14
15 [ $runtime == vm && ( $system == windows ) ] 15 [ $runtime == vm && ( $system == windows ) ]
16 io/raw_server_socket_cancel_test: Pass, Fail, Timeout # Issue 8675 16 io/raw_server_socket_cancel_test: Pass, Fail, Timeout # Issue 8675
17 io/raw_socket_tests: Pass, Fail # Issue 8901 17 io/raw_socket_test: Pass, Fail # Issue 8901
18 io/raw_secure_server_socket_test: Pass, Crash # Issue 8798
19 io/raw_secure_server_socket_intense_test: Pass, Crash, Fail, Timeout # Issue 879 8
20 18
21 [ $runtime == vm ] 19 [ $runtime == vm ]
22 package/package_isolate_test: Fail # http://dartbug.com/7520. 20 package/package_isolate_test: Fail # http://dartbug.com/7520.
23 21
24 # Fails with a connection refused error on the buildbot. 22 # Fails with a connection refused error on the buildbot.
25 # Issue 8232. 23 # Issue 8232.
26 debugger/basic_debugger_test: Pass, Fail 24 debugger/basic_debugger_test: Pass, Fail
27 25
28 26
29 [ $runtime == vm && $checked ] 27 [ $runtime == vm && $checked ]
30 # These tests have type errors on purpose. 28 # These tests have type errors on purpose.
31 io/process_invalid_arguments_test: Fail, OK 29 io/process_invalid_arguments_test: Fail, OK
32 io/directory_invalid_arguments_test: Fail, OK 30 io/directory_invalid_arguments_test: Fail, OK
33 io/file_invalid_arguments_test: Fail, OK 31 io/file_invalid_arguments_test: Fail, OK
34 io/socket_invalid_arguments_test: Fail, OK 32 io/socket_invalid_arguments_test: Fail, OK
35 io/stdout_bad_argument_test: Fail, OK 33 io/stdout_bad_argument_test: Fail, OK
36 # These test have type errors on purpose and take very long to run in 34 # These test have type errors on purpose and take very long to run in
37 # checked mode with no benefit. Skip. 35 # checked mode with no benefit. Skip.
38 io/file_fuzz_test: Skip 36 io/file_fuzz_test: Skip
39 io/directory_fuzz_test: Skip 37 io/directory_fuzz_test: Skip
40 38
41 [ $runtime == vm && $system == macos ] 39 [ $runtime == vm && $system == macos ]
42 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091 40 io/regress_7191_test: Pass, Timeout # http://dartbug.com/8091
43 41
44 # This test fails with "Too many open files" on the Mac OS buildbot. 42 # This test fails with "Too many open files" on the Mac OS buildbot.
45 # This is expected as MacOS by default runs with a very low number 43 # This is expected as MacOS by default runs with a very low number
46 # of allowed open files ('ulimit -n' says something like 256). 44 # of allowed open files ('ulimit -n' says something like 256).
47 io/socket_many_connections_test: Skip 45 io/socket_many_connections_test: Skip
48 io/raw_secure_server_socket_intense_test: Skip
49 46
50 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines 47 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines
51 # that are running an earlier version of MacOS. The issue is that the 48 # that are running an earlier version of MacOS. The issue is that the
52 # old version of MacOS does not expand the precomposed utf-8 it gets 49 # old version of MacOS does not expand the precomposed utf-8 it gets
53 # from the VM before comparing it to the decomposed utf-8 used for the 50 # from the VM before comparing it to the decomposed utf-8 used for the
54 # file system. 51 # file system.
55 io/file_non_ascii_sync_test: Pass, Fail 52 io/file_non_ascii_sync_test: Pass, Fail
56 io/file_non_ascii_test: Pass, Fail 53 io/file_non_ascii_test: Pass, Fail
57 io/directory_non_ascii_sync_test: Pass, Fail 54 io/directory_non_ascii_sync_test: Pass, Fail
58 io/directory_non_ascii_test: Pass, Fail 55 io/directory_non_ascii_test: Pass, Fail
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 *: Skip 125 *: Skip
129 126
130 [ $arch == simarm ] 127 [ $arch == simarm ]
131 *: Skip 128 *: Skip
132 129
133 [ $arch == mips ] 130 [ $arch == mips ]
134 *: Skip 131 *: Skip
135 132
136 [ $arch == simmips ] 133 [ $arch == simmips ]
137 *: Skip 134 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/raw_secure_server_socket_intense_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698