| 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 | 322 |
| 323 # SIMDBC interpreter doesn't support lazy linking of natives. | 323 # SIMDBC interpreter doesn't support lazy linking of natives. |
| 324 link_natives_lazily_test: SkipByDesign | 324 link_natives_lazily_test: SkipByDesign |
| 325 | 325 |
| 326 # SIMDBC interpreter doesn't support --no_lazy_dispatchers | 326 # SIMDBC interpreter doesn't support --no_lazy_dispatchers |
| 327 no_lazy_dispatchers_test: SkipByDesign | 327 no_lazy_dispatchers_test: SkipByDesign |
| 328 | 328 |
| 329 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 329 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 330 # Issue 26376 | 330 # Issue 26376 |
| 331 io/file_system_watcher_test: RuntimeError | 331 io/file_system_watcher_test: RuntimeError |
| 332 io/uri_platform_test: RuntimeError | |
| 333 io/resolve_symbolic_links_test: RuntimeError | 332 io/resolve_symbolic_links_test: RuntimeError |
| 334 io/file_stat_test: RuntimeError | 333 io/file_stat_test: RuntimeError |
| 335 # Issue #27638 | 334 # Issue #27638 |
| 336 io/raw_datagram_socket_test: RuntimeError | 335 io/raw_datagram_socket_test: RuntimeError |
| 337 io/http_proxy_advanced_test: RuntimeError | 336 io/http_proxy_advanced_test: RuntimeError |
| 338 io/regress_21160_test: RuntimeError | 337 io/regress_21160_test: RuntimeError |
| 339 io/secure_multiple_client_server_test: RuntimeError | 338 io/secure_multiple_client_server_test: RuntimeError |
| 340 io/http_proxy_test: RuntimeError | 339 io/http_proxy_test: RuntimeError |
| 341 io/secure_session_resume_test: RuntimeError | 340 io/secure_session_resume_test: RuntimeError |
| 342 io/raw_secure_server_socket_test: RuntimeError | 341 io/raw_secure_server_socket_test: RuntimeError |
| (...skipping 20 matching lines...) Expand all Loading... |
| 363 package/*: SkipByDesign # Launches VMs in interesting ways. | 362 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 364 | 363 |
| 365 [ $builder_tag == no_ipv6 ] | 364 [ $builder_tag == no_ipv6 ] |
| 366 io/http_bind_test: Skip | 365 io/http_bind_test: Skip |
| 367 io/raw_datagram_socket_test: Skip | 366 io/raw_datagram_socket_test: Skip |
| 368 io/socket_source_address_test: Skip | 367 io/socket_source_address_test: Skip |
| 369 io/socket_bind_test: Skip | 368 io/socket_bind_test: Skip |
| 370 io/http_proxy_advanced_test: Skip | 369 io/http_proxy_advanced_test: Skip |
| 371 io/http_ipv6_test: Skip | 370 io/http_ipv6_test: Skip |
| 372 io/socket_ipv6_test: Skip | 371 io/socket_ipv6_test: Skip |
| OLD | NEW |