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

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

Issue 12095014: IO v2: Update a number of HTTP tests to pass (Closed) Base URL: http://dart.googlecode.com/svn/experimental/lib_v2_io/dart/
Patch Set: Created 7 years, 10 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/http_read_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 # Temporary IO library change disables, timeout 5 # Temporary IO library change disables, timeout
6 io/http_advanced_test: skip
7 io/http_read_test: skip
8 io/socket_exception_test: skip 6 io/socket_exception_test: skip
9 7
10 # Temporary IO library change disables, fail 8 # Temporary IO library change disables, fail
11 # HTTP tests 9 # HTTP tests
12 io/http_connection_info_test: fail
13 io/http_content_length_test: fail 10 io/http_content_length_test: fail
14 io/http_parser_test: fail 11 io/http_parser_test: fail
15 io/http_server_early_client_close_test: fail 12 io/http_server_early_client_close_test: fail
16 io/http_server_early_server_close_test: fail 13 io/http_server_early_server_close_test: fail
17 io/http_server_socket_test: fail 14 io/http_server_socket_test: fail
18 io/https_client_certificate_test: fail 15 io/https_client_certificate_test: fail
19 io/https_client_test: fail 16 io/https_client_test: fail
20 io/https_server_test: fail 17 io/https_server_test: fail
21 io/http_stream_close_test: fail 18 io/http_stream_close_test: fail
22 19
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 *: Skip 154 *: Skip
158 155
159 [ $arch == simarm ] 156 [ $arch == simarm ]
160 *: Skip 157 *: Skip
161 158
162 [ $arch == mips ] 159 [ $arch == mips ]
163 *: Skip 160 *: Skip
164 161
165 [ $arch == simmips ] 162 [ $arch == simmips ]
166 *: Skip 163 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/http_read_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698