| 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 # Fails because checked-in dart executable is not up to date. | 8 # Fails because checked-in dart executable is not up to date. |
| 9 io/test_runner_test: Fail | 9 io/test_runner_test: Fail |
| 10 # Fails because checked-in dart executable is not up to date. | 10 # Fails because checked-in dart executable is not up to date. |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 # checked mode with no benefit. Skip. | 29 # checked mode with no benefit. Skip. |
| 30 io/file_fuzz_test: Skip | 30 io/file_fuzz_test: Skip |
| 31 io/directory_fuzz_test: Skip | 31 io/directory_fuzz_test: Skip |
| 32 | 32 |
| 33 [ $runtime == vm && $system == macos ] | 33 [ $runtime == vm && $system == macos ] |
| 34 # This test fails with "Too many open files" on the Mac OS buildbot. | 34 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 35 # This is expected as MacOS by default runs with a very low number | 35 # This is expected as MacOS by default runs with a very low number |
| 36 # of allowed open files ('ulimit -n' says something like 256). | 36 # of allowed open files ('ulimit -n' says something like 256). |
| 37 io/socket_many_connections_test: Skip | 37 io/socket_many_connections_test: Skip |
| 38 | 38 |
| 39 debugger/basic_debugger_test: Pass, Crash # Issue 10488 | |
| 40 | |
| 41 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines | 39 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines |
| 42 # that are running an earlier version of MacOS. The issue is that the | 40 # that are running an earlier version of MacOS. The issue is that the |
| 43 # old version of MacOS does not expand the precomposed utf-8 it gets | 41 # old version of MacOS does not expand the precomposed utf-8 it gets |
| 44 # from the VM before comparing it to the decomposed utf-8 used for the | 42 # from the VM before comparing it to the decomposed utf-8 used for the |
| 45 # file system. | 43 # file system. |
| 46 io/file_non_ascii_sync_test: Pass, Fail | 44 io/file_non_ascii_sync_test: Pass, Fail |
| 47 io/file_non_ascii_test: Pass, Fail | 45 io/file_non_ascii_test: Pass, Fail |
| 48 io/directory_non_ascii_sync_test: Pass, Fail | 46 io/directory_non_ascii_sync_test: Pass, Fail |
| 49 io/directory_non_ascii_test: Pass, Fail | 47 io/directory_non_ascii_test: Pass, Fail |
| 50 io/process_non_ascii_test: Pass, Fail | 48 io/process_non_ascii_test: Pass, Fail |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 *: Skip | 129 *: Skip |
| 132 | 130 |
| 133 [ $arch == simarm ] | 131 [ $arch == simarm ] |
| 134 *: Skip | 132 *: Skip |
| 135 | 133 |
| 136 [ $arch == mips ] | 134 [ $arch == mips ] |
| 137 *: Skip | 135 *: Skip |
| 138 | 136 |
| 139 [ $arch == simmips ] | 137 [ $arch == simmips ] |
| 140 *: Skip | 138 *: Skip |
| OLD | NEW |