| 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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 # These test have type errors on purpose and take very long to run in | 37 # These test have type errors on purpose and take very long to run in |
| 38 # checked mode with no benefit. Skip. | 38 # checked mode with no benefit. Skip. |
| 39 io/file_fuzz_test: Skip | 39 io/file_fuzz_test: Skip |
| 40 io/directory_fuzz_test: Skip | 40 io/directory_fuzz_test: Skip |
| 41 | 41 |
| 42 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $system == macos ] | 42 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $system == macos ] |
| 43 # This test fails with "Too many open files" on the Mac OS buildbot. | 43 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 44 # This is expected as MacOS by default runs with a very low number | 44 # This is expected as MacOS by default runs with a very low number |
| 45 # of allowed open files ('ulimit -n' says something like 256). | 45 # of allowed open files ('ulimit -n' says something like 256). |
| 46 io/socket_many_connections_test: Skip | 46 io/socket_many_connections_test: Skip |
| 47 # Client certs and/or PKCS12 certs working locally but not on buildbot. | 47 # Re-enable once the bots have been updated. Issue #26057 |
| 48 io/secure_server_client_certificate_test: Pass, Fail | 48 io/secure_server_client_certificate_test: Skip |
| 49 | 49 |
| 50 [ $runtime == vm && $system == linux ] | 50 [ $runtime == vm && $system == linux ] |
| 51 # These tests have started timing out and issue 25649 has been filed to | 51 # These tests have started timing out and issue 25649 has been filed to |
| 52 # investigate, skipping these tests temporarily to get the bots to be | 52 # investigate, skipping these tests temporarily to get the bots to be |
| 53 # green again. | 53 # green again. |
| 54 io/http_proxy_test: Skip | 54 io/http_proxy_test: Skip |
| 55 io/secure_builtin_roots_test: Skip | 55 io/secure_builtin_roots_test: Skip |
| 56 | 56 |
| 57 | 57 |
| 58 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 58 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 # Following tests are skipped on dart_product as package mapping is not supporte
d. | 293 # Following tests are skipped on dart_product as package mapping is not supporte
d. |
| 294 [ $runtime == dart_product ] | 294 [ $runtime == dart_product ] |
| 295 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip | 295 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip |
| 296 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip | 296 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip |
| 297 package/scenarios/invalid/invalid_utf8_test: Skip | 297 package/scenarios/invalid/invalid_utf8_test: Skip |
| 298 package/scenarios/invalid/same_package_twice_test: Skip | 298 package/scenarios/invalid/same_package_twice_test: Skip |
| 299 package/scenarios/invalid/non_existent_packages_file_test: Skip | 299 package/scenarios/invalid/non_existent_packages_file_test: Skip |
| 300 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip | 300 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip |
| 301 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip | 301 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip |
| 302 package/scenarios/packages_option_only/packages_option_only_test: Skip | 302 package/scenarios/packages_option_only/packages_option_only_test: Skip |
| OLD | NEW |