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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 | 43 |
44 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ] | 44 [ ($runtime == vm || $runtime == dart_precompiled) && $system == macos ] |
45 # This test fails with "Too many open files" on the Mac OS buildbot. | 45 # This test fails with "Too many open files" on the Mac OS buildbot. |
46 # This is expected as MacOS by default runs with a very low number | 46 # This is expected as MacOS by default runs with a very low number |
47 # of allowed open files ('ulimit -n' says something like 256). | 47 # of allowed open files ('ulimit -n' says something like 256). |
48 io/socket_many_connections_test: Skip | 48 io/socket_many_connections_test: Skip |
49 # Re-enable once the bots have been updated. Issue #26057 | 49 # Re-enable once the bots have been updated. Issue #26057 |
50 io/secure_server_client_certificate_test: Skip | 50 io/secure_server_client_certificate_test: Skip |
51 io/socket_test: Pass, Timeout # Issue 27453 | 51 io/socket_test: Pass, Timeout # Issue 27453 |
52 | 52 |
| 53 # This test sometimes hangs on Mac. |
| 54 io/raw_server_socket_cancel_test: Skip # Issue 28182 |
| 55 |
53 [ $runtime == vm && $system == linux ] | 56 [ $runtime == vm && $system == linux ] |
54 # These tests have started timing out and issue 25649 has been filed to | 57 # These tests have started timing out and issue 25649 has been filed to |
55 # investigate, skipping these tests temporarily to get the bots to be | 58 # investigate, skipping these tests temporarily to get the bots to be |
56 # green again. | 59 # green again. |
57 io/http_proxy_test: Skip | 60 io/http_proxy_test: Skip |
58 io/secure_builtin_roots_test: Skip | 61 io/secure_builtin_roots_test: Skip |
59 | 62 |
60 | 63 |
61 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 64 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
62 typed_array_test: RuntimeError, OK # Uses Isolate.spawn | 65 typed_array_test: RuntimeError, OK # Uses Isolate.spawn |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 | 361 |
359 [ $builder_tag == no_ipv6 ] | 362 [ $builder_tag == no_ipv6 ] |
360 io/http_bind_test: SkipByDesign | 363 io/http_bind_test: SkipByDesign |
361 io/raw_datagram_socket_test: SkipByDesign | 364 io/raw_datagram_socket_test: SkipByDesign |
362 io/socket_source_address_test: SkipByDesign | 365 io/socket_source_address_test: SkipByDesign |
363 io/socket_bind_test: SkipByDesign | 366 io/socket_bind_test: SkipByDesign |
364 io/http_proxy_advanced_test: SkipByDesign | 367 io/http_proxy_advanced_test: SkipByDesign |
365 io/http_ipv6_test: SkipByDesign | 368 io/http_ipv6_test: SkipByDesign |
366 io/socket_ipv6_test: SkipByDesign | 369 io/socket_ipv6_test: SkipByDesign |
367 io/socket_info_ipv6_test: SkipByDesign | 370 io/socket_info_ipv6_test: SkipByDesign |
OLD | NEW |