| 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 package/package_isolate_test: Fail # Issue 7520. | 8 package/package_isolate_test: Fail # Issue 7520. |
| 9 | 9 |
| 10 [ $runtime == vm && $checked ] | 10 [ $runtime == vm && $checked ] |
| 11 # These tests have type errors on purpose. | 11 # These tests have type errors on purpose. |
| 12 io/process_invalid_arguments_test: Fail, OK | 12 io/process_invalid_arguments_test: Fail, OK |
| 13 io/directory_invalid_arguments_test: Fail, OK | 13 io/directory_invalid_arguments_test: Fail, OK |
| 14 io/file_invalid_arguments_test: Fail, OK | 14 io/file_invalid_arguments_test: Fail, OK |
| 15 io/socket_invalid_arguments_test: Fail, OK | 15 io/socket_invalid_arguments_test: Fail, OK |
| 16 # These test have type errors on purpose and take very long to run in | 16 # These test have type errors on purpose and take very long to run in |
| 17 # checked mode with no benefit. Skip. | 17 # checked mode with no benefit. Skip. |
| 18 io/file_fuzz_test: Skip | 18 io/file_fuzz_test: Skip |
| 19 io/directory_fuzz_test: Skip | 19 io/directory_fuzz_test: Skip |
| 20 | 20 |
| 21 [ $runtime == vm && $system == linux ] | |
| 22 io/test_runner_test: Pass, Fail # Issue 1947 | |
| 23 | |
| 24 [ $runtime == vm && $system == macos ] | 21 [ $runtime == vm && $system == macos ] |
| 25 # This test fails with "Too many open files" on the Mac OS buildbot. | 22 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 26 # This is expected as MacOS by default runs with a very low number | 23 # This is expected as MacOS by default runs with a very low number |
| 27 # of allowed open files ('ulimit -n' says something like 256). | 24 # of allowed open files ('ulimit -n' says something like 256). |
| 28 io/socket_many_connections_test: Skip | 25 io/socket_many_connections_test: Skip |
| 29 | 26 |
| 30 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines | 27 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines |
| 31 # that are running an earlier version of MacOS. The issue is that the | 28 # that are running an earlier version of MacOS. The issue is that the |
| 32 # old version of MacOS does not expand the precomposed utf-8 it gets | 29 # old version of MacOS does not expand the precomposed utf-8 it gets |
| 33 # from the VM before comparing it to the decomposed utf-8 used for the | 30 # from the VM before comparing it to the decomposed utf-8 used for the |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 [ $compiler == dart2js && $browser ] | 105 [ $compiler == dart2js && $browser ] |
| 109 *: Skip | 106 *: Skip |
| 110 | 107 |
| 111 [ $compiler == dart2js && $checked ] | 108 [ $compiler == dart2js && $checked ] |
| 112 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 109 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 113 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 110 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 114 | 111 |
| 115 [ $compiler == dart2dart ] | 112 [ $compiler == dart2dart ] |
| 116 # Skip until we stabilize language tests. | 113 # Skip until we stabilize language tests. |
| 117 *: Skip | 114 *: Skip |
| OLD | NEW |