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

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

Issue 990893002: Fix error where upgrading a closed socket to secure will hang. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « sdk/lib/io/secure_socket.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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 18 matching lines...) Expand all
29 # checked mode with no benefit. Skip. 29 # checked mode with no benefit. Skip.
30 io/file_fuzz_test: Skip 30 io/file_fuzz_test: Skip
31 io/directory_fuzz_test: Skip 31 io/directory_fuzz_test: Skip
32 32
33 [ $runtime == vm && $system == macos ] 33 [ $runtime == vm && $system == macos ]
34 # This test fails with "Too many open files" on the Mac OS buildbot. 34 # This test fails with "Too many open files" on the Mac OS buildbot.
35 # This is expected as MacOS by default runs with a very low number 35 # This is expected as MacOS by default runs with a very low number
36 # of allowed open files ('ulimit -n' says something like 256). 36 # of allowed open files ('ulimit -n' says something like 256).
37 io/socket_many_connections_test: Skip 37 io/socket_many_connections_test: Skip
38 38
39 [ $runtime == vm && $system == macos && $mode == release]
40 io/raw_secure_server_socket_test: Pass, Timeout # Issue 22658
41
42 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 39 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
43 typed_array_test: Fail # Issue 13921 40 typed_array_test: Fail # Issue 13921
44 typed_array_int64_uint64_test: Fail # Issue 13921 41 typed_array_int64_uint64_test: Fail # Issue 13921
45 typed_data_isolate_test: SkipByDesign # This test uses dart:io 42 typed_data_isolate_test: SkipByDesign # This test uses dart:io
46 io/*: SkipByDesign # Don't run tests using dart:io in the browser 43 io/*: SkipByDesign # Don't run tests using dart:io in the browser
47 package/*: Skip # Do not run those in Dartium. 44 package/*: Skip # Do not run those in Dartium.
48 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. 45 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser.
49 coverage_test: Skip 46 coverage_test: Skip
50 full_coverage_test: Skip 47 full_coverage_test: Skip
51 http_launch_test: Skip 48 http_launch_test: Skip
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 io/skipping_dart2js_compilations_test: Fail # Issue 19551. 160 io/skipping_dart2js_compilations_test: Fail # Issue 19551.
164 161
165 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] 162 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ]
166 verified_mem_test: Skip # Not yet implemented. 163 verified_mem_test: Skip # Not yet implemented.
167 164
168 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 165 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
169 full_coverage_test: Skip # Timeout. 166 full_coverage_test: Skip # Timeout.
170 io/file_lock_test: Skip # Timeout. 167 io/file_lock_test: Skip # Timeout.
171 io/test_runner_test: Skip # Timeout. 168 io/test_runner_test: Skip # Timeout.
172 io/http_client_stays_alive_test: Skip # Timeout. 169 io/http_client_stays_alive_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « sdk/lib/io/secure_socket.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698