| 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 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | |
| 330 io/*: Skip # Issue #26376 | |
| 331 | |
| 332 typed_data_isolate_test: Skip # Issue #26376 | |
| 333 typed_array_test: Skip # Issue #26376 | |
| 334 typed_array_int64_uint64_test: Skip # Issue #26376 | |
| 335 | |
| 336 oom_error_stacktrace_test: Skip # Issue #26377 | |
| 337 out_of_memory_test: Skip # Issue #26377 | |
| 338 | |
| 339 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] | 329 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] |
| 340 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 330 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 341 | 331 |
| 342 [ $hot_reload || $hot_reload_rollback ] | 332 [ $hot_reload || $hot_reload_rollback ] |
| 343 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 333 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
| 344 package/*: SkipByDesign # Launches VMs in interesting ways. | 334 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 345 | 335 |
| 346 [ $builder_tag == no_ipv6 ] | 336 [ $builder_tag == no_ipv6 ] |
| 347 io/http_bind_test: Skip | 337 io/http_bind_test: Skip |
| 348 io/raw_datagram_socket_test: Skip | 338 io/raw_datagram_socket_test: Skip |
| 349 io/socket_source_address_test: Skip | 339 io/socket_source_address_test: Skip |
| 350 io/socket_bind_test: Skip | 340 io/socket_bind_test: Skip |
| 351 io/http_proxy_advanced_test: Skip | 341 io/http_proxy_advanced_test: Skip |
| 352 io/http_ipv6_test: Skip | 342 io/http_ipv6_test: Skip |
| 353 io/socket_ipv6_test: Skip | 343 io/socket_ipv6_test: Skip |
| OLD | NEW |