| 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 424 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
| 425 package/*: SkipByDesign # Launches VMs in interesting ways. | 425 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 426 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. | 426 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. |
| 427 io/test_runner_test: Pass, Slow # Slow. | 427 io/test_runner_test: Pass, Slow # Slow. |
| 428 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. | 428 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. |
| 429 | 429 |
| 430 [ $builder_tag == no_ipv6 ] | 430 [ $builder_tag == no_ipv6 ] |
| 431 io/raw_datagram_socket_test: SkipByDesign | 431 io/raw_datagram_socket_test: SkipByDesign |
| 432 io/socket_source_address_test: SkipByDesign | 432 io/socket_source_address_test: SkipByDesign |
| 433 io/socket_bind_test: SkipByDesign | 433 io/socket_bind_test: SkipByDesign |
| 434 io/http_loopback_test: SkipByDesign |
| 434 io/http_proxy_advanced_test: SkipByDesign | 435 io/http_proxy_advanced_test: SkipByDesign |
| 435 io/http_ipv6_test: SkipByDesign | 436 io/http_ipv6_test: SkipByDesign |
| 436 io/socket_ipv6_test: SkipByDesign | 437 io/socket_ipv6_test: SkipByDesign |
| 437 io/socket_info_ipv6_test: SkipByDesign | 438 io/socket_info_ipv6_test: SkipByDesign |
| 438 | 439 |
| 439 [ $builder_tag == asan ] | 440 [ $builder_tag == asan ] |
| 440 io/process_detached_test: Pass, Slow | 441 io/process_detached_test: Pass, Slow |
| 441 io/named_pipe_script_test: RuntimeError | 442 io/named_pipe_script_test: RuntimeError |
| 442 | 443 |
| 443 [ $compiler == dartk || $compiler == dartkp ] | 444 [ $compiler == dartk || $compiler == dartkp ] |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 556 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
| 556 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 557 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 557 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 558 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 558 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 559 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 559 | 560 |
| 560 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 561 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 561 io/status_file_parser_test: CompileTimeError # Uses mirrors | 562 io/status_file_parser_test: CompileTimeError # Uses mirrors |
| 562 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 563 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 563 io/test_runner_test: CompileTimeError # Uses mirrors | 564 io/test_runner_test: CompileTimeError # Uses mirrors |
| 564 status_expression_test: CompileTimeError # Uses mirrors | 565 status_expression_test: CompileTimeError # Uses mirrors |
| OLD | NEW |