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

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

Issue 10809069: dart2dart compiler support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Next iteration Created 8 years, 4 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 | « tests/lib/lib.status ('k') | tests/utils/utils.status » ('j') | 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 io/options_test: Fail 76 io/options_test: Fail
77 77
78 [$compiler == dart2js && $browser ] 78 [$compiler == dart2js && $browser ]
79 *: Skip 79 *: Skip
80 80
81 [$compiler == dart2js && $checked ] 81 [$compiler == dart2js && $checked ]
82 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate 82 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
83 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate 83 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
84 io/http_headers_test: Fail # TODO(floitsch): I'm on it. 84 io/http_headers_test: Fail # TODO(floitsch): I'm on it.
85 io/http_date_test: Fail # TODO(floitsch): I'm on it. 85 io/http_date_test: Fail # TODO(floitsch): I'm on it.
86
87 [ $compiler == dart2dart ]
88 assert_test: Fail
89 byte_array_test: Fail
90 crypto/base64_test: Fail
91 deoptimization_test: Fail
92 double_temp_test: Fail
93 io/chunked_stream_test: Fail
94 io/compile_all_test: Fail
95 io/dart_std_io_pipe_test: Fail
96 io/directory_error_test: Fail
97 io/directory_fuzz_test: Fail
98 io/directory_invalid_arguments_test: Fail
99 io/directory_test: Fail
100 io/echo_server_stream_test: Fail
101 io/echo_server_test: Fail
102 io/file_error_test: Fail
103 io/file_fuzz_test: Fail
104 io/file_input_stream_test: Fail
105 io/file_invalid_arguments_test: Fail
106 io/file_output_stream_test: Fail
107 io/file_system_links_test: Fail
108 io/file_test: Fail
109 io/http_advanced_test: Fail
110 io/http_client_test: Fail
111 io/http_connection_close_test: Fail
112 io/http_connection_header_test: Fail
113 io/http_connection_info_test: Fail
114 io/http_content_length_test: Fail
115 io/http_date_test: Fail
116 io/http_headers_test: Fail
117 io/http_head_test: Fail
118 io/http_parser_test: Fail
119 io/http_read_test: Fail
120 io/http_redirect_test: Fail
121 io/http_server_early_client_close_test: Fail
122 io/http_server_early_server_close_test: Fail
123 io/http_server_handler_test: Fail
124 io/http_server_socket_test: Fail
125 io/http_server_test: Fail
126 io/http_shutdown_test: Fail
127 io/list_input_stream_test: Fail
128 io/list_output_stream_test: Fail
129 io/many_directory_operations_test: Fail
130 io/many_file_operations_test: Fail
131 io/mime_multipart_parser_test: Fail
132 io/multiple_timer_test: Fail
133 io/options_test: Fail
134 io/path_test: Fail
135 io/platform_test: Fail
136 io/process_broken_pipe_test: Fail
137 io/process_check_arguments_test: Fail
138 io/process_environment_test: Fail
139 io/process_exit_test: Fail
140 io/process_invalid_arguments_test: Fail
141 io/process_run_output_test: Fail
142 io/process_segfault_test: Fail
143 io/process_start_exception_test: Fail
144 io/process_stderr_test: Fail
145 io/process_stdout_test: Fail
146 io/process_working_directory_test: Fail
147 io/read_into_const_list_test: Fail
148 io/socket_close_test: Fail
149 io/socket_exception_test: Fail
150 io/socket_info_test: Fail
151 io/socket_invalid_arguments_test: Fail
152 io/socket_many_connections_test: Fail
153 io/socket_port_test: Fail
154 io/socket_stream_close_test: Fail
155 io/status_file_parser_test: Fail
156 io/stream_pipe_test: Fail
157 io/string_stream_test: Fail
158 io/test_runner_test: Fail
159 io/timer_cancel1_test: Fail
160 io/timer_cancel2_test: Fail
161 io/timer_cancel_test: Fail
162 io/timer_repeat_test: Fail
163 io/timer_test: Fail
164 io/url_encoding_test: Fail
165 io/web_socket_protocol_processor_test: Fail
166 io/web_socket_test: Fail
167 medium_integer_test: Fail
168 package/package1_test: Fail
169 package/package_test: Fail
170 status_expression_test: Fail
171 test_extension_test/none: Fail
OLDNEW
« no previous file with comments | « tests/lib/lib.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698