| 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 | 425 |
| 426 [ $builder_tag == no_ipv6 ] | 426 [ $builder_tag == no_ipv6 ] |
| 427 io/raw_datagram_socket_test: SkipByDesign | 427 io/raw_datagram_socket_test: SkipByDesign |
| 428 io/socket_source_address_test: SkipByDesign | 428 io/socket_source_address_test: SkipByDesign |
| 429 io/socket_bind_test: SkipByDesign | 429 io/socket_bind_test: SkipByDesign |
| 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 && $arch == x64 ] | 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_content_length_test: Skip # Flaky. | 440 io/http_content_length_test: Skip # Flaky. |
| 441 io/http_proxy_test: Skip # Flaky. | 441 io/http_proxy_test: Skip # Flaky. |
| 442 io/http_response_deadline_test: Skip # Flaky. | 442 io/http_response_deadline_test: Skip # Flaky. |
| 443 io/http_reuse_server_port_test: Skip # Flaky. | 443 io/http_reuse_server_port_test: Skip # Flaky. |
| 444 io/http_server_close_response_after_error_test: Skip # Flaky. | 444 io/http_server_close_response_after_error_test: Skip # Flaky. |
| 445 io/raw_datagram_socket_test: Skip # Flaky. | 445 io/raw_datagram_socket_test: Skip # Flaky. |
| (...skipping 95 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 | 541 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 | 542 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 | 543 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 | 544 #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 | 545 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 546 | 546 |
| 547 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 547 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 548 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 548 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 549 io/test_runner_test: CompileTimeError # Uses mirrors | 549 io/test_runner_test: CompileTimeError # Uses mirrors |
| 550 | 550 |
| OLD | NEW |