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

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

Issue 11576053: Add basic standalone debugger test (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
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.
45 46
46 [ $compiler == none && $runtime == drt ] 47 [ $compiler == none && $runtime == drt ]
47 io/*: Skip # Don't run tests using dart:io in the browser 48 io/*: Skip # Don't run tests using dart:io in the browser
48 crypto/*: Skip # Don't run tests using dart:io in the browser 49 crypto/*: Skip # Don't run tests using dart:io in the browser
49 package/*: Skip # Do not run those in Dartium. 50 package/*: Skip # Do not run those in Dartium.
51 debugger/*: Skip # Do not run standalone debugger tests in browser.
50 52
51 [ $compiler == dartc ] 53 [ $compiler == dartc ]
52 54
53 # package test issue 7392 55 # package test issue 7392
54 package/package1_test: Fail 56 package/package1_test: Fail
55 package/package_isolate_test: Fail 57 package/package_isolate_test: Fail
56 package/package_test: Fail 58 package/package_test: Fail
57 59
58 60
59 # The dart:io library is created at build time from separate files, and 61 # The dart:io library is created at build time from separate files, and
(...skipping 21 matching lines...) Expand all
81 *: Skip 83 *: Skip
82 84
83 [ $compiler == dart2js ] 85 [ $compiler == dart2js ]
84 number_identity_test: Skip # Bigints and int/double diff. not supported. 86 number_identity_test: Skip # Bigints and int/double diff. not supported.
85 typed_array_test: Skip # This is a VM test 87 typed_array_test: Skip # This is a VM test
86 float_array_test: Skip # This is a VM test 88 float_array_test: Skip # This is a VM test
87 int_array_test: Skip # This is a VM test 89 int_array_test: Skip # This is a VM test
88 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. 90 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533.
89 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. 91 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now.
90 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 92 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051
93 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js.
91 94
92 [ $compiler == dart2js && $jscl ] 95 [ $compiler == dart2js && $jscl ]
93 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. 96 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError.
94 byte_array_test: Fail, OK # ByteArray 97 byte_array_test: Fail, OK # ByteArray
95 deoptimization_test: Fail, OK # Requires bigint. 98 deoptimization_test: Fail, OK # Requires bigint.
96 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. 99 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM.
97 io/http_parser_test: Fail, OK # ByteArray 100 io/http_parser_test: Fail, OK # ByteArray
98 io/options_test: Fail, OK # Cannot pass options to d8. 101 io/options_test: Fail, OK # Cannot pass options to d8.
99 102
100 [ $compiler == dart2js && $runtime == none ] 103 [ $compiler == dart2js && $runtime == none ]
101 io/options_test: Fail 104 io/options_test: Fail
102 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 105 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
103 106
104 [ $compiler == dart2js && $browser ] 107 [ $compiler == dart2js && $browser ]
105 *: Skip 108 *: Skip
106 109
107 [ $compiler == dart2js && $checked ] 110 [ $compiler == dart2js && $checked ]
108 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 111 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
109 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 112 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
110 113
111 [ $compiler == dart2dart ] 114 [ $compiler == dart2dart ]
112 # Skip until we stabilize language tests. 115 # Skip until we stabilize language tests.
113 *: Skip 116 *: Skip
OLDNEW
« tests/standalone/debugger/debug_lib.dart ('K') | « tests/standalone/debugger/debug_lib.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698