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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 io/http_proxy_advanced_test: SkipByDesign | 434 io/http_proxy_advanced_test: SkipByDesign |
435 io/http_ipv6_test: SkipByDesign | 435 io/http_ipv6_test: SkipByDesign |
436 io/socket_ipv6_test: SkipByDesign | 436 io/socket_ipv6_test: SkipByDesign |
437 io/socket_info_ipv6_test: SkipByDesign | 437 io/socket_info_ipv6_test: SkipByDesign |
438 | 438 |
439 [ $builder_tag == asan ] | 439 [ $builder_tag == asan ] |
440 io/process_detached_test: Pass, Slow | 440 io/process_detached_test: Pass, Slow |
441 io/named_pipe_script_test: RuntimeError | 441 io/named_pipe_script_test: RuntimeError |
442 | 442 |
443 [ $compiler == dartk || $compiler == dartkp ] | 443 [ $compiler == dartk || $compiler == dartkp ] |
| 444 no_support_debugger_test: Skip # kernel-service snapshot not compatible with fla
g disabled |
444 io/http_client_connect_test: Skip # Flaky. | 445 io/http_client_connect_test: Skip # Flaky. |
445 io/http_content_length_test: Skip # Flaky. | 446 io/http_content_length_test: Skip # Flaky. |
446 io/http_proxy_test: Skip # Flaky. | 447 io/http_proxy_test: Skip # Flaky. |
447 io/http_response_deadline_test: Skip # Flaky. | 448 io/http_response_deadline_test: Skip # Flaky. |
448 io/http_reuse_server_port_test: Skip # Flaky. | 449 io/http_reuse_server_port_test: Skip # Flaky. |
449 io/http_server_close_response_after_error_test: Skip # Flaky. | 450 io/http_server_close_response_after_error_test: Skip # Flaky. |
450 io/http_shutdown_test: Skip # Flaky. | 451 io/http_shutdown_test: Skip # Flaky. |
451 io/raw_datagram_socket_test: Skip # Flaky. | 452 io/raw_datagram_socket_test: Skip # Flaky. |
452 io/raw_secure_server_closing_test: Skip # Flaky | 453 io/raw_secure_server_closing_test: Skip # Flaky |
453 io/raw_secure_server_closing_test: Skip # Flaky. | 454 io/raw_secure_server_closing_test: Skip # Flaky. |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 554 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
554 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 555 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
555 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 556 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
556 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 557 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
557 | 558 |
558 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 559 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
559 io/status_file_parser_test: CompileTimeError # Uses mirrors | 560 io/status_file_parser_test: CompileTimeError # Uses mirrors |
560 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 561 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
561 io/test_runner_test: CompileTimeError # Uses mirrors | 562 io/test_runner_test: CompileTimeError # Uses mirrors |
562 status_expression_test: CompileTimeError # Uses mirrors | 563 status_expression_test: CompileTimeError # Uses mirrors |
OLD | NEW |