| OLD | NEW |
| 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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 | 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 io/http_proxy_advanced_test: SkipByDesign | 430 io/http_proxy_advanced_test: SkipByDesign |
| 431 io/http_ipv6_test: SkipByDesign | 431 io/http_ipv6_test: SkipByDesign |
| 432 io/socket_ipv6_test: SkipByDesign | 432 io/socket_ipv6_test: SkipByDesign |
| 433 io/socket_info_ipv6_test: SkipByDesign | 433 io/socket_info_ipv6_test: SkipByDesign |
| 434 | 434 |
| 435 [ $builder_tag == asan ] | 435 [ $builder_tag == asan ] |
| 436 io/process_detached_test: Pass, Slow | 436 io/process_detached_test: Pass, Slow |
| 437 io/named_pipe_script_test: RuntimeError | 437 io/named_pipe_script_test: RuntimeError |
| 438 | 438 |
| 439 [ $compiler == dartk || $compiler == dartkp ] | 439 [ $compiler == dartk || $compiler == dartkp ] |
| 440 io/http_client_connect_test: Skip # Flaky. |
| 440 io/http_content_length_test: Skip # Flaky. | 441 io/http_content_length_test: Skip # Flaky. |
| 441 io/http_proxy_test: Skip # Flaky. | 442 io/http_proxy_test: Skip # Flaky. |
| 442 io/http_response_deadline_test: Skip # Flaky. | 443 io/http_response_deadline_test: Skip # Flaky. |
| 443 io/http_reuse_server_port_test: Skip # Flaky. | 444 io/http_reuse_server_port_test: Skip # Flaky. |
| 444 io/http_server_close_response_after_error_test: Skip # Flaky. | 445 io/http_server_close_response_after_error_test: Skip # Flaky. |
| 446 io/http_shutdown_test: Skip # Flaky. |
| 445 io/raw_datagram_socket_test: Skip # Flaky. | 447 io/raw_datagram_socket_test: Skip # Flaky. |
| 448 io/raw_secure_server_closing_test: Skip # Flaky |
| 449 io/raw_secure_server_closing_test: Skip # Flaky. |
| 450 io/secure_server_closing_test: Skip # Flaky. |
| 451 io/web_socket_error_test: Skip # Flaky |
| 452 io/web_socket_ping_test: Skip # Flaky. |
| 446 io/web_socket_test: Skip # Flaky. | 453 io/web_socket_test: Skip # Flaky. |
| 447 | 454 |
| 448 regress_29350_test: MissingCompileTimeError | 455 regress_29350_test: MissingCompileTimeError |
| 449 assert_test: RuntimeError | 456 assert_test: RuntimeError |
| 450 io/compile_all_test: Crash | 457 io/compile_all_test: Crash |
| 451 io/http_cookie_test: RuntimeError | 458 io/http_cookie_test: RuntimeError |
| 452 io/http_proxy_advanced_test: RuntimeError | 459 io/http_proxy_advanced_test: RuntimeError |
| 453 io/socket_many_connections_test: RuntimeError | 460 io/socket_many_connections_test: RuntimeError |
| 454 map_insert_remove_oom_test: Crash | 461 map_insert_remove_oom_test: Crash |
| 455 package/package1_test: CompileTimeError | 462 package/package1_test: CompileTimeError |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 548 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
| 542 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 549 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
| 543 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 550 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 544 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 551 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 545 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 552 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 546 | 553 |
| 547 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 554 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 548 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 555 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 549 io/test_runner_test: CompileTimeError # Uses mirrors | 556 io/test_runner_test: CompileTimeError # Uses mirrors |
| 550 | 557 |
| OLD | NEW |