| 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 io/secure_client_server_test: RuntimeError | 401 io/secure_client_server_test: RuntimeError |
| 402 io/socket_upgrade_to_secure_test: RuntimeError | 402 io/socket_upgrade_to_secure_test: RuntimeError |
| 403 io/secure_client_raw_server_test: RuntimeError | 403 io/secure_client_raw_server_test: RuntimeError |
| 404 io/secure_socket_test: RuntimeError | 404 io/secure_socket_test: RuntimeError |
| 405 io/raw_secure_socket_test: RuntimeError | 405 io/raw_secure_socket_test: RuntimeError |
| 406 io/https_bad_certificate_test: RuntimeError | 406 io/https_bad_certificate_test: RuntimeError |
| 407 io/secure_server_closing_test: RuntimeError | 407 io/secure_server_closing_test: RuntimeError |
| 408 # The Android command runner doesn't correctly handle non-UTF8 formatted output. | 408 # The Android command runner doesn't correctly handle non-UTF8 formatted output. |
| 409 # https://github.com/dart-lang/sdk/issues/28872 | 409 # https://github.com/dart-lang/sdk/issues/28872 |
| 410 io/non_utf8_output_test: Skip | 410 io/non_utf8_output_test: Skip |
| 411 io/locale_name_test: RuntimeError # Issue 29211 | |
| 412 | 411 |
| 413 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc
h == arm] | 412 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc
h == arm] |
| 414 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426 | 413 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426 |
| 415 | 414 |
| 416 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 415 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 417 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 416 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 418 | 417 |
| 419 [ $hot_reload || $hot_reload_rollback ] | 418 [ $hot_reload || $hot_reload_rollback ] |
| 420 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 419 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
| 421 package/*: SkipByDesign # Launches VMs in interesting ways. | 420 package/*: SkipByDesign # Launches VMs in interesting ways. |
| (...skipping 119 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 | 540 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 | 541 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 | 542 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 | 543 #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 | 544 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 546 | 545 |
| 547 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 546 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 548 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 547 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 549 io/test_runner_test: CompileTimeError # Uses mirrors | 548 io/test_runner_test: CompileTimeError # Uses mirrors |
| 550 | 549 |
| OLD | NEW |