| 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 io/secure_bad_certificate_test: RuntimeError | 354 io/secure_bad_certificate_test: RuntimeError |
| 355 io/secure_server_socket_test: RuntimeError | 355 io/secure_server_socket_test: RuntimeError |
| 356 io/secure_client_server_test: RuntimeError | 356 io/secure_client_server_test: RuntimeError |
| 357 io/socket_upgrade_to_secure_test: RuntimeError | 357 io/socket_upgrade_to_secure_test: RuntimeError |
| 358 io/secure_client_raw_server_test: RuntimeError | 358 io/secure_client_raw_server_test: RuntimeError |
| 359 io/secure_socket_test: RuntimeError | 359 io/secure_socket_test: RuntimeError |
| 360 io/raw_secure_socket_test: RuntimeError | 360 io/raw_secure_socket_test: RuntimeError |
| 361 io/https_bad_certificate_test: RuntimeError | 361 io/https_bad_certificate_test: RuntimeError |
| 362 io/secure_server_closing_test: RuntimeError | 362 io/secure_server_closing_test: RuntimeError |
| 363 | 363 |
| 364 [ $system == android && $runtime == dart_precompiled && $mode == release && $arc
h == arm] |
| 365 io/stdout_stderr_non_blocking_test: Pass, Timeout # Issue 28426 |
| 366 |
| 364 [ $runtime == vm || $runtime == dart_precompiled ] | 367 [ $runtime == vm || $runtime == dart_precompiled ] |
| 365 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 368 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 366 | 369 |
| 367 [ $hot_reload || $hot_reload_rollback ] | 370 [ $hot_reload || $hot_reload_rollback ] |
| 368 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 371 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
| 369 package/*: SkipByDesign # Launches VMs in interesting ways. | 372 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 370 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. | 373 io/raw_datagram_read_all_test: Pass, Fail # Timing dependent. |
| 371 io/test_runner_test: Pass, Slow # Slow. | 374 io/test_runner_test: Pass, Slow # Slow. |
| 372 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. | 375 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. |
| 373 | 376 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 388 io/directory_fuzz_test: Fail # Issue 28350 | 391 io/directory_fuzz_test: Fail # Issue 28350 |
| 389 io/directory_list_nonexistent_test: Fail # Issue 28350 | 392 io/directory_list_nonexistent_test: Fail # Issue 28350 |
| 390 io/stdout_bad_argument_test: Fail # Issue 28353 | 393 io/stdout_bad_argument_test: Fail # Issue 28353 |
| 391 io/file_blocking_lock_test: Fail # Issue 28353 | 394 io/file_blocking_lock_test: Fail # Issue 28353 |
| 392 | 395 |
| 393 io/process_sync_test: RuntimeError | 396 io/process_sync_test: RuntimeError |
| 394 io/signals_test: RuntimeError | 397 io/signals_test: RuntimeError |
| 395 io/regress_7191_test: RuntimeError | 398 io/regress_7191_test: RuntimeError |
| 396 io/named_pipe_script_test: RuntimeError | 399 io/named_pipe_script_test: RuntimeError |
| 397 io/http_server_close_response_after_error_test: RuntimeError | 400 io/http_server_close_response_after_error_test: RuntimeError |
| OLD | NEW |