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

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

Issue 11548013: Add timeout to suppression list for http_shutdown_test (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm && $checked ] 7 [ $runtime == vm && $checked ]
8 # These tests have type errors on purpose. 8 # These tests have type errors on purpose.
9 io/process_invalid_arguments_test: Fail, OK 9 io/process_invalid_arguments_test: Fail, OK
10 io/directory_invalid_arguments_test: Fail, OK 10 io/directory_invalid_arguments_test: Fail, OK
(...skipping 24 matching lines...) Expand all
35 io/directory_non_ascii_test: Pass, Fail 35 io/directory_non_ascii_test: Pass, Fail
36 io/process_non_ascii_test: Pass, Fail 36 io/process_non_ascii_test: Pass, Fail
37 37
38 [ $runtime == vm && $system == windows ] 38 [ $runtime == vm && $system == windows ]
39 io/file_system_links_test: Skip # No links on Windows. 39 io/file_system_links_test: Skip # No links on Windows.
40 io/test_extension_fail_test: Fail # Issue 7157 40 io/test_extension_fail_test: Fail # Issue 7157
41 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 41 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893
42 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893 42 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893
43 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 43 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157
44 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 44 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157
45 io/http_shutdown_test: Pass, Fail # Issue 7294 45 io/http_shutdown_test: Pass, Fail, Timeout # Issue 7294
46 46
47 [ $compiler == none && $runtime == drt ] 47 [ $compiler == none && $runtime == drt ]
48 io/*: Skip # Don't run tests using dart:io in the browser 48 io/*: Skip # Don't run tests using dart:io in the browser
49 crypto/*: Skip # Don't run tests using dart:io in the browser 49 crypto/*: Skip # Don't run tests using dart:io in the browser
50 package/*: Skip # Do not run those in Dartium. 50 package/*: Skip # Do not run those in Dartium.
51 51
52 [ $compiler == dartc ] 52 [ $compiler == dartc ]
53 *: Skip 53 *: Skip
54 54
55 [ $compiler == frog ] 55 [ $compiler == frog ]
(...skipping 30 matching lines...) Expand all
86 [ $compiler == dart2js && $browser ] 86 [ $compiler == dart2js && $browser ]
87 *: Skip 87 *: Skip
88 88
89 [ $compiler == dart2js && $checked ] 89 [ $compiler == dart2js && $checked ]
90 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 90 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
91 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 91 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
92 92
93 [ $compiler == dart2dart ] 93 [ $compiler == dart2dart ]
94 # Skip until we stabilize language tests. 94 # Skip until we stabilize language tests.
95 *: Skip 95 *: 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