| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 [ $arch == simdbc || $arch == simdbc64 ] | 319 [ $arch == simdbc || $arch == simdbc64 ] |
| 320 # TODO(vegorov) SIMDBC interpreter doesn't support coverage yet. | 320 # TODO(vegorov) SIMDBC interpreter doesn't support coverage yet. |
| 321 full_coverage_test: Skip | 321 full_coverage_test: Skip |
| 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 [ $runtime == dart_precompiled || $runtime == dart_app ] |
| 330 io/http_server_response_test: Skip # OOM - Issue 27633 |
| 331 |
| 329 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] | 332 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] |
| 330 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 333 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 331 | 334 |
| 332 [ $hot_reload || $hot_reload_rollback ] | 335 [ $hot_reload || $hot_reload_rollback ] |
| 333 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 336 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
| 334 package/*: SkipByDesign # Launches VMs in interesting ways. | 337 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 335 | 338 |
| 336 [ $builder_tag == no_ipv6 ] | 339 [ $builder_tag == no_ipv6 ] |
| 337 io/http_bind_test: Skip | 340 io/http_bind_test: Skip |
| 338 io/raw_datagram_socket_test: Skip | 341 io/raw_datagram_socket_test: Skip |
| 339 io/socket_source_address_test: Skip | 342 io/socket_source_address_test: Skip |
| 340 io/socket_bind_test: Skip | 343 io/socket_bind_test: Skip |
| 341 io/http_proxy_advanced_test: Skip | 344 io/http_proxy_advanced_test: Skip |
| 342 io/http_ipv6_test: Skip | 345 io/http_ipv6_test: Skip |
| 343 io/socket_ipv6_test: Skip | 346 io/socket_ipv6_test: Skip |
| OLD | NEW |