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

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

Issue 10917207: Update status file to expect http_client test to pass on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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) 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 [ $runtime == vm && $checked ] 9 [ $runtime == vm && $checked ]
10 # These tests have type errors on purpose. 10 # These tests have type errors on purpose.
(...skipping 10 matching lines...) Expand all
21 io/test_runner_test: Pass, Fail # Issue 1947 21 io/test_runner_test: Pass, Fail # Issue 1947
22 22
23 [ $runtime == vm && $system == macos ] 23 [ $runtime == vm && $system == macos ]
24 # This test fails with "Too many open files" on the Mac OS buildbot. 24 # This test fails with "Too many open files" on the Mac OS buildbot.
25 # This is expected as MacOS by default runs with a very low number 25 # This is expected as MacOS by default runs with a very low number
26 # of allowed open files ('ulimit -n' says something like 256). 26 # of allowed open files ('ulimit -n' says something like 256).
27 io/socket_many_connections_test: Skip 27 io/socket_many_connections_test: Skip
28 28
29 [ $runtime == vm && $system == windows ] 29 [ $runtime == vm && $system == windows ]
30 io/file_system_links_test: Skip # No links on Windows. 30 io/file_system_links_test: Skip # No links on Windows.
31 io/http_client_test: Pass, Fail # Issue 4981
32 31
33 [ $compiler == none && $runtime == drt ] 32 [ $compiler == none && $runtime == drt ]
34 io/*: Skip # Don't run tests using dart:io in the browser 33 io/*: Skip # Don't run tests using dart:io in the browser
35 crypto/*: Skip # Don't run tests using dart:io in the browser 34 crypto/*: Skip # Don't run tests using dart:io in the browser
36 package/*: Skip # Do not run those in Dartium. 35 package/*: Skip # Do not run those in Dartium.
37 36
38 [ $compiler == dartc ] 37 [ $compiler == dartc ]
39 *: Skip 38 *: Skip
40 39
41 [ $compiler == frog ] 40 [ $compiler == frog ]
(...skipping 23 matching lines...) Expand all
65 [ $compiler == dart2js && $browser ] 64 [ $compiler == dart2js && $browser ]
66 *: Skip 65 *: Skip
67 66
68 [ $compiler == dart2js && $checked ] 67 [ $compiler == dart2js && $checked ]
69 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 68 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
70 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 69 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
71 70
72 [ $compiler == dart2dart ] 71 [ $compiler == dart2dart ]
73 # Skip until we stabilize language tests. 72 # Skip until we stabilize language tests.
74 *: Skip 73 *: 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