| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 && $checked ] | 7 [ $runtime == vm && $checked ] |
| 8 # These tests have type errors on purpose. | 8 # These tests have type errors on purpose. |
| 9 io/process_invalid_arguments_test: Fail, OK | 9 io/process_invalid_arguments_test: Fail, OK |
| 10 io/directory_invalid_arguments_test: Fail, OK | 10 io/directory_invalid_arguments_test: Fail, OK |
| 11 io/file_invalid_arguments_test: Fail, OK | 11 io/file_invalid_arguments_test: Fail, OK |
| 12 io/socket_invalid_arguments_test: Fail, OK | 12 io/socket_invalid_arguments_test: Fail, OK |
| 13 # These test have type errors on purpose and take very long to run in | 13 # These test have type errors on purpose and take very long to run in |
| 14 # checked mode with no benefit. Skip. | 14 # checked mode with no benefit. Skip. |
| 15 io/file_fuzz_test: Skip | 15 io/file_fuzz_test: Skip |
| 16 io/directory_fuzz_test: Skip | 16 io/directory_fuzz_test: Skip |
| 17 | 17 |
| 18 [ $runtime == vm && $system == linux ] | 18 [ $runtime == vm && $system == linux ] |
| 19 io/test_runner_test: Pass, Fail # Issue 1947 | 19 io/test_runner_test: Pass, Fail # Issue 1947 |
| 20 | 20 |
| 21 [ $runtime == vm && $system == macos ] | 21 [ $runtime == vm && $system == macos ] |
| 22 # 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. |
| 23 # 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 |
| 24 # of allowed open files ('ulimit -n' says something like 256). | 24 # of allowed open files ('ulimit -n' says something like 256). |
| 25 io/socket_many_connections_test: Skip | 25 io/socket_many_connections_test: Skip |
| 26 io/http_auth_test: Skip # Issue 7183 | |
| 27 | 26 |
| 28 # 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 |
| 29 # 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 |
| 30 # 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 |
| 31 # 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 |
| 32 # file system. | 31 # file system. |
| 33 io/file_non_ascii_sync_test: Pass, Fail | 32 io/file_non_ascii_sync_test: Pass, Fail |
| 34 io/file_non_ascii_test: Pass, Fail | 33 io/file_non_ascii_test: Pass, Fail |
| 35 io/directory_non_ascii_sync_test: Pass, Fail | 34 io/directory_non_ascii_sync_test: Pass, Fail |
| 36 io/directory_non_ascii_test: Pass, Fail | 35 io/directory_non_ascii_test: Pass, Fail |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 [ $compiler == dart2js && $browser ] | 85 [ $compiler == dart2js && $browser ] |
| 87 *: Skip | 86 *: Skip |
| 88 | 87 |
| 89 [ $compiler == dart2js && $checked ] | 88 [ $compiler == dart2js && $checked ] |
| 90 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 89 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 91 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 90 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 92 | 91 |
| 93 [ $compiler == dart2dart ] | 92 [ $compiler == dart2dart ] |
| 94 # Skip until we stabilize language tests. | 93 # Skip until we stabilize language tests. |
| 95 *: Skip | 94 *: Skip |
| OLD | NEW |