| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 io/secure_client_server_test: RuntimeError | 397 io/secure_client_server_test: RuntimeError |
| 398 io/socket_upgrade_to_secure_test: RuntimeError | 398 io/socket_upgrade_to_secure_test: RuntimeError |
| 399 io/secure_client_raw_server_test: RuntimeError | 399 io/secure_client_raw_server_test: RuntimeError |
| 400 io/secure_socket_test: RuntimeError | 400 io/secure_socket_test: RuntimeError |
| 401 io/raw_secure_socket_test: RuntimeError | 401 io/raw_secure_socket_test: RuntimeError |
| 402 io/https_bad_certificate_test: RuntimeError | 402 io/https_bad_certificate_test: RuntimeError |
| 403 io/secure_server_closing_test: RuntimeError | 403 io/secure_server_closing_test: RuntimeError |
| 404 # The Android command runner doesn't correctly handle non-UTF8 formatted output. | 404 # The Android command runner doesn't correctly handle non-UTF8 formatted output. |
| 405 # https://github.com/dart-lang/sdk/issues/28872 | 405 # https://github.com/dart-lang/sdk/issues/28872 |
| 406 io/non_utf8_output_test: Skip | 406 io/non_utf8_output_test: Skip |
| 407 io/locale_name_test: RuntimeError # Issue 29211 |
| 407 | 408 |
| 408 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc
h == arm] | 409 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc
h == arm] |
| 409 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426 | 410 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426 |
| 410 | 411 |
| 411 [ $runtime == vm || $runtime == dart_precompiled ] | 412 [ $runtime == vm || $runtime == dart_precompiled ] |
| 412 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 413 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 413 | 414 |
| 414 [ $hot_reload || $hot_reload_rollback ] | 415 [ $hot_reload || $hot_reload_rollback ] |
| 415 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 416 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
| 416 package/*: SkipByDesign # Launches VMs in interesting ways. | 417 package/*: SkipByDesign # Launches VMs in interesting ways. |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 io/uri_platform_test: DartkCrash | 454 io/uri_platform_test: DartkCrash |
| 454 map_insert_remove_oom_test: Crash | 455 map_insert_remove_oom_test: Crash |
| 455 package/package1_test: CompileTimeError | 456 package/package1_test: CompileTimeError |
| 456 package/package_test: CompileTimeError | 457 package/package_test: CompileTimeError |
| 457 package/scenarios/invalid/invalid_package_name_test: DartkCrash | 458 package/scenarios/invalid/invalid_package_name_test: DartkCrash |
| 458 package/scenarios/invalid/invalid_utf8_test: DartkCrash | 459 package/scenarios/invalid/invalid_utf8_test: DartkCrash |
| 459 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash | 460 package/scenarios/invalid/non_existent_packages_file_test: DartkCrash |
| 460 package/scenarios/invalid/same_package_twice_test: DartkCrash | 461 package/scenarios/invalid/same_package_twice_test: DartkCrash |
| 461 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError | 462 package/scenarios/packages_dir_only/packages_dir_only_test: CompileTimeError |
| 462 verbose_gc_to_bmu_test: RuntimeError | 463 verbose_gc_to_bmu_test: RuntimeError |
| OLD | NEW |