| 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 packages_file_test: Skip # Issue 26715 | 10 packages_file_test: Skip # Issue 26715 |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip | 302 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip |
| 303 package/scenarios/packages_option_only/packages_option_only_test: Skip | 303 package/scenarios/packages_option_only/packages_option_only_test: Skip |
| 304 | 304 |
| 305 [ $arch == simdbc || $arch == simdbc64 ] | 305 [ $arch == simdbc || $arch == simdbc64 ] |
| 306 # SIMDBC interpreter doesn't support lazy linking of natives. | 306 # SIMDBC interpreter doesn't support lazy linking of natives. |
| 307 link_natives_lazily_test: SkipByDesign | 307 link_natives_lazily_test: SkipByDesign |
| 308 | 308 |
| 309 # SIMDBC interpreter doesn't support --no_lazy_dispatchers | 309 # SIMDBC interpreter doesn't support --no_lazy_dispatchers |
| 310 no_lazy_dispatchers_test: SkipByDesign | 310 no_lazy_dispatchers_test: SkipByDesign |
| 311 | 311 |
| 312 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 312 [ $system == android ] |
| 313 # Issue 26376 | 313 # Issue 26376 |
| 314 io/platform_resolved_executable_test: RuntimeError |
| 315 io/process_path_test: RuntimeError |
| 316 io/file_test: RuntimeError |
| 317 io/process_path_environment_test: RuntimeError |
| 314 io/file_system_watcher_test: RuntimeError | 318 io/file_system_watcher_test: RuntimeError |
| 315 io/resolve_symbolic_links_test: RuntimeError | 319 io/resolve_symbolic_links_test: RuntimeError |
| 316 io/file_stat_test: RuntimeError | 320 io/file_stat_test: RuntimeError |
| 317 # Issue #27638 | 321 # Issue 27638 |
| 318 io/raw_datagram_socket_test: RuntimeError | 322 io/raw_datagram_socket_test: RuntimeError |
| 319 io/http_proxy_advanced_test: RuntimeError | 323 io/http_proxy_advanced_test: RuntimeError |
| 320 io/regress_21160_test: RuntimeError | 324 io/regress_21160_test: RuntimeError |
| 321 io/secure_multiple_client_server_test: RuntimeError | 325 io/secure_multiple_client_server_test: RuntimeError |
| 322 io/http_proxy_test: RuntimeError | 326 io/http_proxy_test: RuntimeError |
| 323 io/secure_session_resume_test: RuntimeError | 327 io/secure_session_resume_test: RuntimeError |
| 324 io/raw_secure_server_socket_test: RuntimeError | 328 io/raw_secure_server_socket_test: RuntimeError |
| 325 io/raw_secure_server_closing_test: RuntimeError | 329 io/raw_secure_server_closing_test: RuntimeError |
| 326 io/raw_secure_socket_pause_test: RuntimeError | 330 io/raw_secure_socket_pause_test: RuntimeError |
| 327 io/https_server_test: RuntimeError | 331 io/https_server_test: RuntimeError |
| (...skipping 20 matching lines...) Expand all Loading... |
| 348 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. | 352 io/skipping_dart2js_compilations_test: Pass, Slow # Slow. |
| 349 | 353 |
| 350 [ $builder_tag == no_ipv6 ] | 354 [ $builder_tag == no_ipv6 ] |
| 351 io/http_bind_test: Skip | 355 io/http_bind_test: Skip |
| 352 io/raw_datagram_socket_test: Skip | 356 io/raw_datagram_socket_test: Skip |
| 353 io/socket_source_address_test: Skip | 357 io/socket_source_address_test: Skip |
| 354 io/socket_bind_test: Skip | 358 io/socket_bind_test: Skip |
| 355 io/http_proxy_advanced_test: Skip | 359 io/http_proxy_advanced_test: Skip |
| 356 io/http_ipv6_test: Skip | 360 io/http_ipv6_test: Skip |
| 357 io/socket_ipv6_test: Skip | 361 io/socket_ipv6_test: Skip |
| OLD | NEW |