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

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

Issue 11439012: Add test crash to standalone.status: Issue 7157 hits new SecureSocket test on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Bug was renumbered Created 8 years 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 out_of_memory_test: Skip # Issue 2345 5 out_of_memory_test: Skip # Issue 2345
6 6
7 package/invalid_uri_test: Fail, OK # Fails intentionally 7 package/invalid_uri_test: Fail, OK # Fails intentionally
8 8
9 io/secure_socket_test: Pass, Timeout # Issue 6730. 9 io/secure_socket_test: Pass, Timeout # Issue 6730.
10 io/secure_stream_test: Pass, Timeout # Issue 6730. 10 io/secure_stream_test: Pass, Timeout # Issue 6730.
(...skipping 27 matching lines...) Expand all
38 io/file_non_ascii_test: Pass, Fail 38 io/file_non_ascii_test: Pass, Fail
39 io/directory_non_ascii_sync_test: Pass, Fail 39 io/directory_non_ascii_sync_test: Pass, Fail
40 io/directory_non_ascii_test: Pass, Fail 40 io/directory_non_ascii_test: Pass, Fail
41 io/process_non_ascii_test: Pass, Fail 41 io/process_non_ascii_test: Pass, Fail
42 42
43 [ $runtime == vm && $system == windows ] 43 [ $runtime == vm && $system == windows ]
44 io/file_system_links_test: Skip # No links on Windows. 44 io/file_system_links_test: Skip # No links on Windows.
45 io/test_extension_fail_test: Fail # Issue 7157 45 io/test_extension_fail_test: Fail # Issue 7157
46 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 46 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893
47 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893 47 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893
48 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7102 48 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157
49 io/secure_socket_bad_certificate_test: Pass, Crash # Issue 7157
49 50
50 [ $compiler == none && $runtime == drt ] 51 [ $compiler == none && $runtime == drt ]
51 io/*: Skip # Don't run tests using dart:io in the browser 52 io/*: Skip # Don't run tests using dart:io in the browser
52 crypto/*: Skip # Don't run tests using dart:io in the browser 53 crypto/*: Skip # Don't run tests using dart:io in the browser
53 package/*: Skip # Do not run those in Dartium. 54 package/*: Skip # Do not run those in Dartium.
54 55
55 [ $compiler == dartc ] 56 [ $compiler == dartc ]
56 *: Skip 57 *: Skip
57 58
58 [ $compiler == frog ] 59 [ $compiler == frog ]
(...skipping 30 matching lines...) Expand all
89 [ $compiler == dart2js && $browser ] 90 [ $compiler == dart2js && $browser ]
90 *: Skip 91 *: Skip
91 92
92 [ $compiler == dart2js && $checked ] 93 [ $compiler == dart2js && $checked ]
93 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 94 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
94 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 95 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
95 96
96 [ $compiler == dart2dart ] 97 [ $compiler == dart2dart ]
97 # Skip until we stabilize language tests. 98 # Skip until we stabilize language tests.
98 *: Skip 99 *: 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