| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 package/scenarios/invalid/same_package_twice_test: Skip | 311 package/scenarios/invalid/same_package_twice_test: Skip |
| 312 package/scenarios/invalid/non_existent_packages_file_test: Skip | 312 package/scenarios/invalid/non_existent_packages_file_test: Skip |
| 313 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip | 313 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip |
| 314 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip | 314 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip |
| 315 package/scenarios/packages_option_only/packages_option_only_test: Skip | 315 package/scenarios/packages_option_only/packages_option_only_test: Skip |
| 316 | 316 |
| 317 [ $arch == simdbc || $arch == simdbc64 ] | 317 [ $arch == simdbc || $arch == simdbc64 ] |
| 318 # TODO(vegorov) SIMDBC interpreter doesn't support coverage yet. | 318 # TODO(vegorov) SIMDBC interpreter doesn't support coverage yet. |
| 319 full_coverage_test: Skip | 319 full_coverage_test: Skip |
| 320 | 320 |
| 321 [ $arch == simdbc64 ] | |
| 322 io/test_extension_test: Fail # Issue #27480 | |
| 323 | |
| 324 # SIMDBC interpreter doesn't support lazy linking of natives. | 321 # SIMDBC interpreter doesn't support lazy linking of natives. |
| 325 link_natives_lazily_test: SkipByDesign | 322 link_natives_lazily_test: SkipByDesign |
| 326 | 323 |
| 327 # SIMDBC interpreter doesn't support --no_lazy_dispatchers | 324 # SIMDBC interpreter doesn't support --no_lazy_dispatchers |
| 328 no_lazy_dispatchers_test: SkipByDesign | 325 no_lazy_dispatchers_test: SkipByDesign |
| 329 | 326 |
| 330 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 327 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 331 io/*: Skip # Issue #26376 | 328 io/*: Skip # Issue #26376 |
| 332 | 329 |
| 333 typed_data_isolate_test: Skip # Issue #26376 | 330 typed_data_isolate_test: Skip # Issue #26376 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 345 package/*: SkipByDesign # Launches VMs in interesting ways. | 342 package/*: SkipByDesign # Launches VMs in interesting ways. |
| 346 | 343 |
| 347 [ $builder_tag == no_ipv6 ] | 344 [ $builder_tag == no_ipv6 ] |
| 348 io/http_bind_test: Skip | 345 io/http_bind_test: Skip |
| 349 io/raw_datagram_socket_test: Skip | 346 io/raw_datagram_socket_test: Skip |
| 350 io/socket_source_address_test: Skip | 347 io/socket_source_address_test: Skip |
| 351 io/socket_bind_test: Skip | 348 io/socket_bind_test: Skip |
| 352 io/http_proxy_advanced_test: Skip | 349 io/http_proxy_advanced_test: Skip |
| 353 io/http_ipv6_test: Skip | 350 io/http_ipv6_test: Skip |
| 354 io/socket_ipv6_test: Skip | 351 io/socket_ipv6_test: Skip |
| OLD | NEW |