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 |
321 # SIMDBC interpreter doesn't support lazy linking of natives. | 324 # SIMDBC interpreter doesn't support lazy linking of natives. |
322 link_natives_lazily_test: SkipByDesign | 325 link_natives_lazily_test: SkipByDesign |
323 | 326 |
324 # SIMDBC interpreter doesn't support --no_lazy_dispatchers | 327 # SIMDBC interpreter doesn't support --no_lazy_dispatchers |
325 no_lazy_dispatchers_test: SkipByDesign | 328 no_lazy_dispatchers_test: SkipByDesign |
326 | 329 |
327 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 330 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
328 io/*: Skip # Issue #26376 | 331 io/*: Skip # Issue #26376 |
329 | 332 |
330 typed_data_isolate_test: Skip # Issue #26376 | 333 typed_data_isolate_test: Skip # Issue #26376 |
(...skipping 11 matching lines...) Expand all Loading... |
342 package/*: SkipByDesign # Launches VMs in interesting ways. | 345 package/*: SkipByDesign # Launches VMs in interesting ways. |
343 | 346 |
344 [ $builder_tag == no_ipv6 ] | 347 [ $builder_tag == no_ipv6 ] |
345 io/http_bind_test: Skip | 348 io/http_bind_test: Skip |
346 io/raw_datagram_socket_test: Skip | 349 io/raw_datagram_socket_test: Skip |
347 io/socket_source_address_test: Skip | 350 io/socket_source_address_test: Skip |
348 io/socket_bind_test: Skip | 351 io/socket_bind_test: Skip |
349 io/http_proxy_advanced_test: Skip | 352 io/http_proxy_advanced_test: Skip |
350 io/http_ipv6_test: Skip | 353 io/http_ipv6_test: Skip |
351 io/socket_ipv6_test: Skip | 354 io/socket_ipv6_test: Skip |
OLD | NEW |