| 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 io/http_proxy_advanced_test: SkipByDesign | 429 io/http_proxy_advanced_test: SkipByDesign |
| 430 io/http_ipv6_test: SkipByDesign | 430 io/http_ipv6_test: SkipByDesign |
| 431 io/socket_ipv6_test: SkipByDesign | 431 io/socket_ipv6_test: SkipByDesign |
| 432 io/socket_info_ipv6_test: SkipByDesign | 432 io/socket_info_ipv6_test: SkipByDesign |
| 433 | 433 |
| 434 [ $builder_tag == asan && $arch == x64 ] | 434 [ $builder_tag == asan && $arch == x64 ] |
| 435 io/process_detached_test: Pass, Slow | 435 io/process_detached_test: Pass, Slow |
| 436 io/named_pipe_script_test: RuntimeError | 436 io/named_pipe_script_test: RuntimeError |
| 437 | 437 |
| 438 [ $compiler == dartk || $compiler == dartkp ] | 438 [ $compiler == dartk || $compiler == dartkp ] |
| 439 io/http_content_length_test: Skip # Flaky. |
| 439 io/http_proxy_test: Skip # Flaky. | 440 io/http_proxy_test: Skip # Flaky. |
| 440 io/http_response_deadline_test: Skip # Flaky. | 441 io/http_response_deadline_test: Skip # Flaky. |
| 441 io/http_reuse_server_port_test: Skip # Flaky. | 442 io/http_reuse_server_port_test: Skip # Flaky. |
| 442 io/http_server_close_response_after_error_test: Skip # Flaky. | 443 io/http_server_close_response_after_error_test: Skip # Flaky. |
| 443 io/raw_datagram_socket_test: Skip # Flaky. | 444 io/raw_datagram_socket_test: Skip # Flaky. |
| 445 io/web_socket_test: Skip # Flaky. |
| 444 | 446 |
| 445 assert_test: RuntimeError | 447 assert_test: RuntimeError |
| 446 io/compile_all_test: Crash | 448 io/compile_all_test: Crash |
| 447 io/http_cookie_test: RuntimeError | 449 io/http_cookie_test: RuntimeError |
| 448 io/http_proxy_advanced_test: RuntimeError | 450 io/http_proxy_advanced_test: RuntimeError |
| 449 io/socket_many_connections_test: RuntimeError | 451 io/socket_many_connections_test: RuntimeError |
| 450 map_insert_remove_oom_test: Crash | 452 map_insert_remove_oom_test: Crash |
| 451 package/package1_test: CompileTimeError | 453 package/package1_test: CompileTimeError |
| 452 package/package_test: CompileTimeError | 454 package/package_test: CompileTimeError |
| 453 package/scenarios/invalid/invalid_utf8_test: CompileTimeError | 455 package/scenarios/invalid/invalid_utf8_test: CompileTimeError |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 539 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
| 538 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 540 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
| 539 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 541 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 540 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 542 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 541 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 543 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 542 | 544 |
| 543 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 545 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 544 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 546 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 545 io/test_runner_test: CompileTimeError # Uses mirrors | 547 io/test_runner_test: CompileTimeError # Uses mirrors |
| 546 | 548 |
| OLD | NEW |