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

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

Issue 11606020: Reapply "Fixes to eventhandler and HTTP"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove invalid assert (fixes Windows test) 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 | « tests/standalone/io/http_shutdown_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 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, Timeout # Issue 7294
46 45
47 [ $compiler == none && $runtime == drt ] 46 [ $compiler == none && $runtime == drt ]
48 io/*: Skip # Don't run tests using dart:io in the browser 47 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 48 crypto/*: Skip # Don't run tests using dart:io in the browser
50 package/*: Skip # Do not run those in Dartium. 49 package/*: Skip # Do not run those in Dartium.
51 50
52 [ $compiler == dartc ] 51 [ $compiler == dartc ]
53 52
54 # package test issue 7392 53 # package test issue 7392
55 package/package1_test: Fail 54 package/package1_test: Fail
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 [ $compiler == dart2js && $browser ] 104 [ $compiler == dart2js && $browser ]
106 *: Skip 105 *: Skip
107 106
108 [ $compiler == dart2js && $checked ] 107 [ $compiler == dart2js && $checked ]
109 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 108 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
110 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 109 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
111 110
112 [ $compiler == dart2dart ] 111 [ $compiler == dart2dart ]
113 # Skip until we stabilize language tests. 112 # Skip until we stabilize language tests.
114 *: Skip 113 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/http_shutdown_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698