| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 io/dart_std_io_pipe_test: Skip | 198 io/dart_std_io_pipe_test: Skip |
| 199 io/dart_std_io_pipe_test: Skip | 199 io/dart_std_io_pipe_test: Skip |
| 200 io/file_blocking_lock_test: Skip | 200 io/file_blocking_lock_test: Skip |
| 201 io/file_lock_test: Skip | 201 io/file_lock_test: Skip |
| 202 io/file_read_special_device_test: Skip | 202 io/file_read_special_device_test: Skip |
| 203 io/http_client_stays_alive_test: Skip | 203 io/http_client_stays_alive_test: Skip |
| 204 io/http_response_deadline_test: Skip | 204 io/http_response_deadline_test: Skip |
| 205 io/http_server_close_response_after_error_test: Skip | 205 io/http_server_close_response_after_error_test: Skip |
| 206 io/https_unauthorized_test: Skip | 206 io/https_unauthorized_test: Skip |
| 207 io/named_pipe_script_test: Skip | 207 io/named_pipe_script_test: Skip |
| 208 io/platform_resolved_executable_test: Skip |
| 208 io/print_sync_test: Skip | 209 io/print_sync_test: Skip |
| 209 io/process_check_arguments_test: Skip | 210 io/process_check_arguments_test: Skip |
| 210 io/process_detached_test: Skip | 211 io/process_detached_test: Skip |
| 211 io/process_environment_test: Skip | 212 io/process_environment_test: Skip |
| 212 io/process_non_ascii_test: Skip | 213 io/process_non_ascii_test: Skip |
| 213 io/process_run_output_test: Skip | 214 io/process_run_output_test: Skip |
| 214 io/process_set_exit_code_test: Skip | 215 io/process_set_exit_code_test: Skip |
| 215 io/process_shell_test: Skip | 216 io/process_shell_test: Skip |
| 216 io/process_stderr_test: Skip | 217 io/process_stderr_test: Skip |
| 217 io/process_stdin_transform_unsubscribe_test: Skip | 218 io/process_stdin_transform_unsubscribe_test: Skip |
| (...skipping 248 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 |