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 # Issue 26376 |
| 331 io/file_system_watcher_test: RuntimeError |
| 332 io/uri_platform_test: RuntimeError |
| 333 io/resolve_symbolic_links_test: RuntimeError |
| 334 io/file_stat_test: RuntimeError |
| 335 # Issue #27638 |
| 336 io/raw_datagram_socket_test: RuntimeError |
| 337 io/http_proxy_advanced_test: RuntimeError |
| 338 io/regress_21160_test: RuntimeError |
| 339 io/secure_multiple_client_server_test: RuntimeError |
| 340 io/http_proxy_test: RuntimeError |
| 341 io/secure_session_resume_test: RuntimeError |
| 342 io/raw_secure_server_socket_test: RuntimeError |
| 343 io/raw_secure_server_closing_test: RuntimeError |
| 344 io/raw_secure_socket_pause_test: RuntimeError |
| 345 io/https_server_test: RuntimeError |
| 346 io/secure_server_client_certificate_test: RuntimeError |
| 347 io/secure_socket_alpn_test: RuntimeError |
| 348 io/secure_bad_certificate_test: RuntimeError |
| 349 io/secure_server_socket_test: RuntimeError |
| 350 io/secure_client_server_test: RuntimeError |
| 351 io/socket_upgrade_to_secure_test: RuntimeError |
| 352 io/secure_client_raw_server_test: RuntimeError |
| 353 io/secure_socket_test: RuntimeError |
| 354 io/raw_secure_socket_test: RuntimeError |
| 355 io/https_bad_certificate_test: RuntimeError |
| 356 io/secure_server_closing_test: RuntimeError |
| 357 |
329 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] | 358 [ $runtime == vm || $runtime == dart_app || $runtime == dart_precompiled ] |
330 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 359 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
331 | 360 |
332 [ $hot_reload || $hot_reload_rollback ] | 361 [ $hot_reload || $hot_reload_rollback ] |
333 deferred_transitive_import_error_test: Crash # Uses deferred imports. | 362 deferred_transitive_import_error_test: Crash # Uses deferred imports. |
334 package/*: SkipByDesign # Launches VMs in interesting ways. | 363 package/*: SkipByDesign # Launches VMs in interesting ways. |
335 | 364 |
336 [ $builder_tag == no_ipv6 ] | 365 [ $builder_tag == no_ipv6 ] |
337 io/http_bind_test: Skip | 366 io/http_bind_test: Skip |
338 io/raw_datagram_socket_test: Skip | 367 io/raw_datagram_socket_test: Skip |
339 io/socket_source_address_test: Skip | 368 io/socket_source_address_test: Skip |
340 io/socket_bind_test: Skip | 369 io/socket_bind_test: Skip |
341 io/http_proxy_advanced_test: Skip | 370 io/http_proxy_advanced_test: Skip |
342 io/http_ipv6_test: Skip | 371 io/http_ipv6_test: Skip |
343 io/socket_ipv6_test: Skip | 372 io/socket_ipv6_test: Skip |
OLD | NEW |