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

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

Issue 11818032: Remove some previously flaky SecureSocket tests from the status file for Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 # These tests fail because the test scripts do not use the new streams library. 7 # These tests fail because the test scripts do not use the new streams library.
8 # When the test scripts are updated, and the precompiled dart executable is 8 # When the test scripts are updated, and the precompiled dart executable is
9 # updated, they will be re-enabled. Issue 7724. 9 # updated, they will be re-enabled. Issue 7724.
10 io/test_runner_test: Pass, Fail 10 io/test_runner_test: Pass, Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 # file system. 43 # file system.
44 io/file_non_ascii_sync_test: Pass, Fail 44 io/file_non_ascii_sync_test: Pass, Fail
45 io/file_non_ascii_test: Pass, Fail 45 io/file_non_ascii_test: Pass, Fail
46 io/directory_non_ascii_sync_test: Pass, Fail 46 io/directory_non_ascii_sync_test: Pass, Fail
47 io/directory_non_ascii_test: Pass, Fail 47 io/directory_non_ascii_test: Pass, Fail
48 io/process_non_ascii_test: Pass, Fail 48 io/process_non_ascii_test: Pass, Fail
49 49
50 [ $runtime == vm && $system == windows ] 50 [ $runtime == vm && $system == windows ]
51 io/file_system_links_test: Skip # No links on Windows. 51 io/file_system_links_test: Skip # No links on Windows.
52 io/test_extension_fail_test: Fail # Issue 7157 52 io/test_extension_fail_test: Fail # Issue 7157
53 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893
54 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893
55 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 53 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157
56 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 54 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157
57 io/directory_list_nonexistent_test: Skip # Issue 7157 55 io/directory_list_nonexistent_test: Skip # Issue 7157
58 56
59 [ $compiler == none && $runtime == drt ] 57 [ $compiler == none && $runtime == drt ]
60 io/*: Skip # Don't run tests using dart:io in the browser 58 io/*: Skip # Don't run tests using dart:io in the browser
61 crypto/*: Skip # Don't run tests using dart:io in the browser 59 crypto/*: Skip # Don't run tests using dart:io in the browser
62 package/*: Skip # Do not run those in Dartium. 60 package/*: Skip # Do not run those in Dartium.
63 debugger/*: Skip # Do not run standalone debugger tests in browser. 61 debugger/*: Skip # Do not run standalone debugger tests in browser.
64 62
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 [ $compiler == dart2js && $browser ] 117 [ $compiler == dart2js && $browser ]
120 *: Skip 118 *: Skip
121 119
122 [ $compiler == dart2js && $checked ] 120 [ $compiler == dart2js && $checked ]
123 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 121 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
124 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 122 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
125 123
126 [ $compiler == dart2dart ] 124 [ $compiler == dart2dart ]
127 # Skip until we stabilize language tests. 125 # Skip until we stabilize language tests.
128 *: Skip 126 *: 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