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

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

Issue 11642019: Implement debugger connection on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Enable debugger test on Windows 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 | « runtime/bin/dbg_connection_win.cc ('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 debugger/*: Skip # Debugger support not yet implemented for Windows. Issue 4118.
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 debugger/*: Skip # Do not run standalone debugger tests in browser. 50 debugger/*: Skip # Do not run standalone debugger tests in browser.
52 51
53 [ $compiler == dartc ] 52 [ $compiler == dartc ]
54 53
55 # package test issue 7392 54 # package test issue 7392
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 [ $compiler == dart2js && $browser ] 106 [ $compiler == dart2js && $browser ]
108 *: Skip 107 *: Skip
109 108
110 [ $compiler == dart2js && $checked ] 109 [ $compiler == dart2js && $checked ]
111 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 110 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
112 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 111 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
113 112
114 [ $compiler == dart2dart ] 113 [ $compiler == dart2dart ]
115 # Skip until we stabilize language tests. 114 # Skip until we stabilize language tests.
116 *: Skip 115 *: Skip
OLDNEW
« no previous file with comments | « runtime/bin/dbg_connection_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698