| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 io/stdin_sync_test: Skip | 293 io/stdin_sync_test: Skip |
| 294 io/stdio_implicit_close_test: Skip | 294 io/stdio_implicit_close_test: Skip |
| 295 io/stdio_nonblocking_test: Skip | 295 io/stdio_nonblocking_test: Skip |
| 296 io/test_extension_test: Skip | 296 io/test_extension_test: Skip |
| 297 io/test_extension_fail_test: Skip | 297 io/test_extension_fail_test: Skip |
| 298 verbose_gc_to_bmu_test: Skip | 298 verbose_gc_to_bmu_test: Skip |
| 299 | 299 |
| 300 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd
art_precompiled_runtime' | 300 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd
art_precompiled_runtime' |
| 301 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory
relative to the script. | 301 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory
relative to the script. |
| 302 | 302 |
| 303 [ $runtime == vm && $system == windows ] | |
| 304 io/process_stdin_transform_unsubscribe_test: Pass, Timeout # Issue 28707 | |
| 305 | |
| 306 [ $runtime == vm && $system == windows && $mode == release ] | 303 [ $runtime == vm && $system == windows && $mode == release ] |
| 307 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim
eout. | 304 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim
eout. |
| 308 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. | 305 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. |
| 309 | 306 |
| 310 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu
ilder_tag == asan ] | 307 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu
ilder_tag == asan ] |
| 311 io/socket_close_test: Pass, Timeout # Issue 28502: timeout. | 308 io/socket_close_test: Pass, Timeout # Issue 28502: timeout. |
| 312 | 309 |
| 313 [ $runtime == dart_precompiled || $mode == product ] | 310 [ $runtime == dart_precompiled || $mode == product ] |
| 314 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors | 311 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
| 315 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | 312 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 io/socket_source_address_test: SkipByDesign | 400 io/socket_source_address_test: SkipByDesign |
| 404 io/socket_bind_test: SkipByDesign | 401 io/socket_bind_test: SkipByDesign |
| 405 io/http_proxy_advanced_test: SkipByDesign | 402 io/http_proxy_advanced_test: SkipByDesign |
| 406 io/http_ipv6_test: SkipByDesign | 403 io/http_ipv6_test: SkipByDesign |
| 407 io/socket_ipv6_test: SkipByDesign | 404 io/socket_ipv6_test: SkipByDesign |
| 408 io/socket_info_ipv6_test: SkipByDesign | 405 io/socket_info_ipv6_test: SkipByDesign |
| 409 | 406 |
| 410 [ $builder_tag == asan && $arch == x64 ] | 407 [ $builder_tag == asan && $arch == x64 ] |
| 411 io/process_detached_test: Pass, Slow | 408 io/process_detached_test: Pass, Slow |
| 412 io/named_pipe_script_test: RuntimeError | 409 io/named_pipe_script_test: RuntimeError |
| OLD | NEW |