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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 io/http_proxy_advanced_test: SkipByDesign | 343 io/http_proxy_advanced_test: SkipByDesign |
344 io/http_ipv6_test: SkipByDesign | 344 io/http_ipv6_test: SkipByDesign |
345 io/socket_ipv6_test: SkipByDesign | 345 io/socket_ipv6_test: SkipByDesign |
346 io/socket_info_ipv6_test: SkipByDesign | 346 io/socket_info_ipv6_test: SkipByDesign |
347 | 347 |
348 [ $builder_tag == asan ] | 348 [ $builder_tag == asan ] |
349 io/process_detached_test: Pass, Slow | 349 io/process_detached_test: Pass, Slow |
350 io/named_pipe_script_test: RuntimeError | 350 io/named_pipe_script_test: RuntimeError |
351 | 351 |
352 [ $compiler == dartk || $compiler == dartkp ] | 352 [ $compiler == dartk || $compiler == dartkp ] |
| 353 io/file_system_watcher_test: Fail # dartbug.com/30528 |
353 io/http_client_connect_test: Skip # Flaky. | 354 io/http_client_connect_test: Skip # Flaky. |
354 io/http_content_length_test: Skip # Flaky. | 355 io/http_content_length_test: Skip # Flaky. |
355 io/http_proxy_test: Skip # Flaky. | 356 io/http_proxy_test: Skip # Flaky. |
356 io/http_response_deadline_test: Skip # Flaky. | 357 io/http_response_deadline_test: Skip # Flaky. |
357 io/http_reuse_server_port_test: Skip # Flaky. | 358 io/http_reuse_server_port_test: Skip # Flaky. |
358 io/http_server_close_response_after_error_test: Skip # Flaky. | 359 io/http_server_close_response_after_error_test: Skip # Flaky. |
359 io/http_shutdown_test: Skip # Flaky. | 360 io/http_shutdown_test: Skip # Flaky. |
360 io/raw_datagram_socket_test: Skip # Flaky. | 361 io/raw_datagram_socket_test: Skip # Flaky. |
361 io/raw_secure_server_closing_test: Skip # Flaky | 362 io/raw_secure_server_closing_test: Skip # Flaky |
362 io/raw_secure_server_closing_test: Skip # Flaky. | 363 io/raw_secure_server_closing_test: Skip # Flaky. |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 | 467 package/scenarios/packages_dir_only/packages_dir_only_test: Fail # Unable to par
se package files Flutter Issue 9115 |
467 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 | 468 package/scenarios/both_dir_and_file/prefers_packages_file_test: Fail # Unable to
parse package files Flutter Issue 9115 |
468 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 469 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
469 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 470 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
470 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 471 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
471 | 472 |
472 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 473 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
473 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 474 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
474 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 475 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
475 io/test_runner_test: CompileTimeError # Uses mirrors | 476 io/test_runner_test: CompileTimeError # Uses mirrors |
OLD | NEW |