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

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

Issue 11364122: Do *not* report connection reset by peer as an error on an http server (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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_advanced_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) 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 io/http_basic_test: Pass, Timeout # Issue 6393 5 io/http_basic_test: Pass, Timeout # Issue 6393
6 io/http_advanced_test: Pass, Fail # Issue 6585
7 6
8 out_of_memory_test: Skip # Issue 2345 7 out_of_memory_test: Skip # Issue 2345
9 8
10 package/invalid_uri_test: Fail, OK # Fails intentionally 9 package/invalid_uri_test: Fail, OK # Fails intentionally
11 10
12 [ $runtime == vm && $checked ] 11 [ $runtime == vm && $checked ]
13 # These tests have type errors on purpose. 12 # These tests have type errors on purpose.
14 io/process_invalid_arguments_test: Fail, OK 13 io/process_invalid_arguments_test: Fail, OK
15 io/directory_invalid_arguments_test: Fail, OK 14 io/directory_invalid_arguments_test: Fail, OK
16 io/file_invalid_arguments_test: Fail, OK 15 io/file_invalid_arguments_test: Fail, OK
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 [ $compiler == dart2js && $browser ] 72 [ $compiler == dart2js && $browser ]
74 *: Skip 73 *: Skip
75 74
76 [ $compiler == dart2js && $checked ] 75 [ $compiler == dart2js && $checked ]
77 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 76 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
78 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 77 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
79 78
80 [ $compiler == dart2dart ] 79 [ $compiler == dart2dart ]
81 # Skip until we stabilize language tests. 80 # Skip until we stabilize language tests.
82 *: Skip 81 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/http_advanced_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698