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

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

Issue 1092023002: CPS implementation of throw and rethrow. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 io/file_write_as_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node 224 io/file_write_as_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
225 io/http_10_test: Crash # (throw new ExpectException(message)): Unhandled node 225 io/http_10_test: Crash # (throw new ExpectException(message)): Unhandled node
226 io/http_advanced_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator 226 io/http_advanced_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
227 io/http_auth_digest_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 227 io/http_auth_digest_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
228 io/http_auth_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 228 io/http_auth_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
229 io/http_basic_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator 229 io/http_basic_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
230 io/http_bind_test: Crash # cannot handle async/sync*/async* functions 230 io/http_bind_test: Crash # cannot handle async/sync*/async* functions
231 io/http_client_connect_test: Crash # (throw _buildException('asyncEnd() was call ed before asyncStart().')): Unhandled node 231 io/http_client_connect_test: Crash # (throw _buildException('asyncEnd() was call ed before asyncStart().')): Unhandled node
232 io/http_client_exception_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 232 io/http_client_exception_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
233 io/http_client_request_test: Crash # Instance of 'TypeOperator': unimplemented i n CodeGenerator 233 io/http_client_request_test: Crash # Instance of 'TypeOperator': unimplemented i n CodeGenerator
234 io/http_client_stays_alive_test: Crash # Unhandled node
235 io/http_close_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator 234 io/http_close_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen erator
236 io/http_compression_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 235 io/http_compression_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
237 io/http_connection_header_test: Crash # (throw new ExpectException(message)): Un handled node 236 io/http_connection_header_test: Crash # (throw new ExpectException(message)): Un handled node
238 io/http_connection_info_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 237 io/http_connection_info_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
239 io/http_content_length_test: Crash # Instance of 'TypeOperator': unimplemented i n CodeGenerator 238 io/http_content_length_test: Crash # Instance of 'TypeOperator': unimplemented i n CodeGenerator
240 io/http_cookie_date_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 239 io/http_cookie_date_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
241 io/http_cookie_test: Crash # (throw new ExpectException(message)): Unhandled nod e 240 io/http_cookie_test: Crash # (throw new ExpectException(message)): Unhandled nod e
242 io/http_cross_process_test: Crash # (throw new ExpectException(message)): Unhand led node 241 io/http_cross_process_test: Crash # (throw new ExpectException(message)): Unhand led node
243 io/http_date_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 242 io/http_date_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
244 io/http_detach_socket_test: Crash # (throw new ExpectException(message)): Unhand led node 243 io/http_detach_socket_test: Crash # (throw new ExpectException(message)): Unhand led node
245 io/http_head_test: Crash # (throw new ExpectException(message)): Unhandled node 244 io/http_head_test: Crash # (throw new ExpectException(message)): Unhandled node
246 io/http_headers_state_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 245 io/http_headers_state_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
247 io/http_headers_test: Crash # (throw new ExpectException(message)): Unhandled no de 246 io/http_headers_test: Crash # (throw new ExpectException(message)): Unhandled no de
248 io/http_ipv6_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 247 io/http_ipv6_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
249 io/http_keep_alive_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator 248 io/http_keep_alive_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
250 io/http_no_reason_phrase_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 249 io/http_no_reason_phrase_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
251 io/http_outgoing_size_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 250 io/http_outgoing_size_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
252 io/http_parser_test: Crash # (throw new ExpectException(message)): Unhandled nod e 251 io/http_parser_test: Crash # (throw new ExpectException(message)): Unhandled nod e
253 io/http_proxy_configuration_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 252 io/http_proxy_configuration_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
254 io/http_proxy_test: Crash # Please triage this failure. 253 io/http_proxy_test: Crash # Please triage this failure.
255 io/http_read_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 254 io/http_read_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
256 io/http_redirect_test: Crash # (throw new ExpectException(message)): Unhandled n ode 255 io/http_redirect_test: Crash # (throw new ExpectException(message)): Unhandled n ode
257 io/http_request_pipeling_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 256 io/http_request_pipeling_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
258 io/http_requested_uri_test: Crash # (throw _buildException('asyncEnd() was calle d before asyncStart().')): Unhandled node 257 io/http_requested_uri_test: Crash # (throw _buildException('asyncEnd() was calle d before asyncStart().')): Unhandled node
259 io/http_response_deadline_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 258 io/http_response_deadline_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
260 io/http_reuse_server_port_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
261 io/http_server_close_response_after_error_test: Crash # (throw "Bad exit code"): Unhandled node
262 io/http_server_early_client_close_test: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator 259 io/http_server_early_client_close_test: Crash # Instance of 'TypeOperator': unim plemented in CodeGenerator
263 io/http_server_response_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 260 io/http_server_response_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
264 io/http_server_test: Crash # (throw new ExpectException(message)): Unhandled nod e 261 io/http_server_test: Crash # (throw new ExpectException(message)): Unhandled nod e
265 io/http_session_test: Crash # (throw new ExpectException(message)): Unhandled no de 262 io/http_session_test: Crash # (throw new ExpectException(message)): Unhandled no de
266 io/http_shutdown_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator 263 io/http_shutdown_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
267 io/https_bad_certificate_test: Crash # (throw new ExpectException(message)): Unh andled node 264 io/https_bad_certificate_test: Crash # (throw new ExpectException(message)): Unh andled node
268 io/https_client_certificate_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 265 io/https_client_certificate_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
269 io/https_client_exception_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node 266 io/https_client_exception_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
270 io/https_server_test: Crash # (throw new ExpectException(message)): Unhandled no de 267 io/https_server_test: Crash # (throw new ExpectException(message)): Unhandled no de
271 io/https_unauthorized_test: Crash # (throw e): Unhandled node 268 io/https_unauthorized_test: Crash # (throw e): Unhandled node
(...skipping 19 matching lines...) Expand all
291 io/process_invalid_arguments_test: Crash # (throw new ExpectException(message)): Unhandled node 288 io/process_invalid_arguments_test: Crash # (throw new ExpectException(message)): Unhandled node
292 io/process_kill_test: Crash # (throw new ExpectException(message)): Unhandled no de 289 io/process_kill_test: Crash # (throw new ExpectException(message)): Unhandled no de
293 io/process_non_ascii_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 290 io/process_non_ascii_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
294 io/process_path_environment_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 291 io/process_path_environment_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
295 io/process_path_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator 292 io/process_path_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator
296 io/process_pid_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node 293 io/process_pid_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node
297 io/process_run_output_test: Crash # (throw new ExpectException(message)): Unhand led node 294 io/process_run_output_test: Crash # (throw new ExpectException(message)): Unhand led node
298 io/process_run_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator 295 io/process_run_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
299 io/process_segfault_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator 296 io/process_segfault_test: Crash # Instance of 'TypeOperator': unimplemented in C odeGenerator
300 io/process_set_exit_code_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 297 io/process_set_exit_code_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
301 io/process_shell_test: Crash # (throw "error expected"): Unhandled node
302 io/process_start_exception_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator 298 io/process_start_exception_test: Crash # Instance of 'TypeOperator': unimplement ed in CodeGenerator
303 io/process_stderr_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator 299 io/process_stderr_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator
304 io/process_stdin_transform_unsubscribe_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 300 io/process_stdin_transform_unsubscribe_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
305 io/process_stdout_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator 301 io/process_stdout_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator
306 io/process_sync_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator 302 io/process_sync_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator
307 io/process_working_directory_test: Crash # (throw new ExpectException(message)): Unhandled node 303 io/process_working_directory_test: Crash # (throw new ExpectException(message)): Unhandled node
308 io/raw_datagram_read_all_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node 304 io/raw_datagram_read_all_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
309 io/raw_datagram_socket_test: Crash # Unhandled node 305 io/raw_datagram_socket_test: Crash # Unhandled node
310 io/raw_secure_server_closing_test: Crash # (throw _buildException('asyncEnd() wa s called before asyncStart().')): Unhandled node 306 io/raw_secure_server_closing_test: Crash # (throw _buildException('asyncEnd() wa s called before asyncStart().')): Unhandled node
311 io/raw_secure_server_socket_argument_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator 307 io/raw_secure_server_socket_argument_test: Crash # Instance of 'TypeOperator': u nimplemented in CodeGenerator
312 io/raw_secure_server_socket_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 308 io/raw_secure_server_socket_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
313 io/raw_secure_socket_pause_test: Crash # Unhandled node 309 io/raw_secure_socket_pause_test: Crash # Unhandled node
314 io/raw_secure_socket_test: Crash # Unhandled node 310 io/raw_secure_socket_test: Crash # Unhandled node
315 io/raw_server_socket_cancel_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 311 io/raw_server_socket_cancel_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
316 io/raw_socket_cross_process_test: Crash # (throw new ExpectException(message)): Unhandled node 312 io/raw_socket_cross_process_test: Crash # (throw new ExpectException(message)): Unhandled node
317 io/raw_socket_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 313 io/raw_socket_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
318 io/raw_socket_typed_data_test: Crash # Please triage this failure. 314 io/raw_socket_typed_data_test: Crash # Please triage this failure.
319 io/raw_socket_write_destroy_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator 315 io/raw_socket_write_destroy_test: Crash # Instance of 'TypeOperator': unimplemen ted in CodeGenerator
320 io/read_into_const_list_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 316 io/read_into_const_list_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
321 io/regress_10026_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node 317 io/regress_10026_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
322 io/regress_21160_test: Crash # Unhandled node 318 io/regress_21160_test: Crash # Unhandled node
323 io/regress_21987_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node 319 io/regress_21987_test: Crash # (throw _buildException('asyncEnd() was called bef ore asyncStart().')): Unhandled node
324 io/regress_7191_test: Crash # (throw "Bad exit code"): Unhandled node
325 io/regress_7679_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator 320 io/regress_7679_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator
326 io/regress_8828_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator 321 io/regress_8828_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator
327 io/regress_9194_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator 322 io/regress_9194_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator
328 io/resolve_symbolic_links_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node 323 io/resolve_symbolic_links_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
329 io/secure_bad_certificate_test: Crash # (throw new ExpectException(message)): Un handled node 324 io/secure_bad_certificate_test: Crash # (throw new ExpectException(message)): Un handled node
330 io/secure_builtin_roots_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 325 io/secure_builtin_roots_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
331 io/secure_client_raw_server_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 326 io/secure_client_raw_server_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
332 io/secure_client_server_test: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node 327 io/secure_client_server_test: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node
333 io/secure_multiple_client_server_test: Crash # (throw _buildException('asyncEnd( ) was called before asyncStart().')): Unhandled node 328 io/secure_multiple_client_server_test: Crash # (throw _buildException('asyncEnd( ) was called before asyncStart().')): Unhandled node
334 io/secure_server_client_certificate_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node 329 io/secure_server_client_certificate_test: Crash # (throw _buildException('asyncE nd() was called before asyncStart().')): Unhandled node
335 io/secure_server_client_no_certificate_test: Crash # (throw _buildException('asy ncEnd() was called before asyncStart().')): Unhandled node 330 io/secure_server_client_no_certificate_test: Crash # (throw _buildException('asy ncEnd() was called before asyncStart().')): Unhandled node
336 io/secure_server_closing_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node 331 io/secure_server_closing_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
337 io/secure_server_socket_test: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node 332 io/secure_server_socket_test: Crash # (throw _buildException('asyncEnd() was cal led before asyncStart().')): Unhandled node
338 io/secure_session_resume_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node 333 io/secure_session_resume_test: Crash # (throw _buildException('asyncEnd() was ca lled before asyncStart().')): Unhandled node
339 io/secure_socket_alpn_test: Crash # (throw _buildException('asyncEnd() was calle d before asyncStart().')): Unhandled node 334 io/secure_socket_alpn_test: Crash # (throw _buildException('asyncEnd() was calle d before asyncStart().')): Unhandled node
340 io/secure_socket_argument_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 335 io/secure_socket_argument_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
341 io/secure_socket_bad_data_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node 336 io/secure_socket_bad_data_test: Crash # (throw _buildException('asyncEnd() was c alled before asyncStart().')): Unhandled node
342 io/secure_socket_renegotiate_test: Crash # (throw new ExpectException(message)): Unhandled node 337 io/secure_socket_renegotiate_test: Crash # (throw new ExpectException(message)): Unhandled node
343 io/secure_socket_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator 338 io/secure_socket_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
344 io/secure_unauthorized_test: Crash # Instance of 'TypeOperator': unimplemented i n CodeGenerator 339 io/secure_unauthorized_test: Crash # Instance of 'TypeOperator': unimplemented i n CodeGenerator
345 io/server_socket_reference_issue21383_and_issue21384_test: Crash # (throw _build Exception('asyncEnd() was called before asyncStart().')): Unhandled node
346 io/signals_test: Crash # (throw _buildException('asyncEnd() was called before as yncStart().')): Unhandled node 340 io/signals_test: Crash # (throw _buildException('asyncEnd() was called before as yncStart().')): Unhandled node
347 io/skipping_dart2js_compilations_test: Crash # unsupported element kind: current WorkingDirectory:field 341 io/skipping_dart2js_compilations_test: Crash # unsupported element kind: current WorkingDirectory:field
348 io/sleep_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato r 342 io/sleep_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato r
349 io/snapshot_fail_test: Crash # (throw new ExpectException(message)): Unhandled n ode 343 io/snapshot_fail_test: Crash # (throw new ExpectException(message)): Unhandled n ode
350 io/socket_bind_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node 344 io/socket_bind_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node
351 io/socket_close_test: Crash # Unhandled node 345 io/socket_close_test: Crash # Unhandled node
352 io/socket_cross_process_test: Crash # (throw new ExpectException(message)): Unha ndled node 346 io/socket_cross_process_test: Crash # (throw new ExpectException(message)): Unha ndled node
353 io/socket_exception_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 347 io/socket_exception_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
354 io/socket_info_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator 348 io/socket_info_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
355 io/socket_invalid_arguments_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 349 io/socket_invalid_arguments_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
356 io/socket_ipv6_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node 350 io/socket_ipv6_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node
357 io/socket_many_connections_test: Crash # (throw new ExpectException(message)): U nhandled node 351 io/socket_many_connections_test: Crash # (throw new ExpectException(message)): U nhandled node
358 io/socket_port_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator 352 io/socket_port_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
359 io/socket_source_address_test: Crash # cannot handle async/sync*/async* functio ns 353 io/socket_source_address_test: Crash # cannot handle async/sync*/async* functio ns
360 io/socket_test: Crash # (throw _buildException('asyncEnd() was called before asy ncStart().')): Unhandled node 354 io/socket_test: Crash # (throw _buildException('asyncEnd() was called before asy ncStart().')): Unhandled node
361 io/socket_upgrade_to_secure_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 355 io/socket_upgrade_to_secure_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
362 io/status_file_parser_test: Crash # (throw new Exception('Cannot find test statu s file ${path}')): Unhandled node 356 io/status_file_parser_test: Crash # (throw new Exception('Cannot find test statu s file ${path}')): Unhandled node
363 io/stdin_sync_test: Crash # (throw "Bad output: '${data}'"): Unhandled node
364 io/stdio_nonblocking_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 357 io/stdio_nonblocking_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
365 io/stdout_close_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator 358 io/stdout_close_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator
366 io/stdout_stderr_non_blocking_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator 359 io/stdout_stderr_non_blocking_test: Crash # Instance of 'TypeOperator': unimplem ented in CodeGenerator
367 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator 360 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': unimplemente d in CodeGenerator
368 io/stdout_stderr_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator 361 io/stdout_stderr_test: Crash # Instance of 'TypeOperator': unimplemented in Code Generator
369 io/stream_pipe_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node 362 io/stream_pipe_test: Crash # (throw _buildException('asyncEnd() was called befor e asyncStart().')): Unhandled node
370 io/test_extension_fail_test: Crash # (throw new StateError("bad exit code")): Un handled node 363 io/test_extension_fail_test: Crash # (throw new StateError("bad exit code")): Un handled node
371 io/test_extension_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator 364 io/test_extension_test: Crash # Instance of 'TypeOperator': unimplemented in Cod eGenerator
372 io/test_runner_test: Crash # Unhandled node 365 io/test_runner_test: Crash # Unhandled node
373 io/uri_platform_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator 366 io/uri_platform_test: Crash # Instance of 'TypeOperator': unimplemented in CodeG enerator
374 io/web_socket_error_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 367 io/web_socket_error_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
375 io/web_socket_ping_test: Crash # (throw new StateError('Hash update method calle d after digest was retrieved')): Unhandled node 368 io/web_socket_ping_test: Crash # (throw new StateError('Hash update method calle d after digest was retrieved')): Unhandled node
376 io/web_socket_pipe_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator 369 io/web_socket_pipe_test: Crash # Instance of 'TypeOperator': unimplemented in Co deGenerator
377 io/web_socket_protocol_test: Crash # (throw new ExpectException(message)): Unhan dled node 370 io/web_socket_protocol_test: Crash # (throw new ExpectException(message)): Unhan dled node
378 io/web_socket_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node 371 io/web_socket_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
379 io/web_socket_typed_data_test: Crash # (throw new ExpectException(message)): Unh andled node 372 io/web_socket_typed_data_test: Crash # (throw new ExpectException(message)): Unh andled node
380 io/windows_environment_test: Crash # (throw "Exit code not 0"): Unhandled node 373 io/windows_environment_test: Crash # (throw "Exit code not 0"): Unhandled node
381 io/windows_file_system_async_links_test: Crash # (throw _buildException('asyncEn d() was called before asyncStart().')): Unhandled node 374 io/windows_file_system_async_links_test: Crash # (throw _buildException('asyncEn d() was called before asyncStart().')): Unhandled node
382 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator 375 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': unimpleme nted in CodeGenerator
383 io/zlib_test: Crash # (throw _buildException('asyncEnd() was called before async Start().')): Unhandled node 376 io/zlib_test: Crash # (throw _buildException('asyncEnd() was called before async Start().')): Unhandled node
384 medium_integer_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator 377 medium_integer_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
385 oom_error_stacktrace_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 378 oom_error_stacktrace_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
386 out_of_memory_test: Crash # "on T" catch block 379 out_of_memory_test: Crash # "on T" catch block
387 package/package1_test: Crash # (throw new Error("Not identical")): Unhandled nod e
388 package/package_test: Crash # (throw new Error("libraries were not reached succe ssfully")): Unhandled node
389 priority_queue_stress_test: Crash # cannot compile methods that need interceptor calling convention. 380 priority_queue_stress_test: Crash # cannot compile methods that need interceptor calling convention.
390 status_expression_test: Crash # (throw new ExpectException(message)): Unhandled node 381 status_expression_test: Crash # (throw new ExpectException(message)): Unhandled node
391 typed_array_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener ator 382 typed_array_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener ator
392 verified_mem_test: Crash # unsupported element kind: a:field 383 verified_mem_test: Crash # unsupported element kind: a:field
OLDNEW
« pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart ('K') | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698