| 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 io/file_non_ascii_test: Fail # Posting non-ascii strings through ports. | 5 io/file_non_ascii_test: Fail # Posting non-ascii strings through ports. |
| 6 io/directory_non_ascii_test: Fail # Posting non-ascii strings through ports. | 6 io/directory_non_ascii_test: Fail # Posting non-ascii strings through ports. |
| 7 | 7 |
| 8 out_of_memory_test: Skip # Issue 2345 | 8 out_of_memory_test: Skip # Issue 2345 |
| 9 | 9 |
| 10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 io/test_runner_test: Pass, Fail # Issue 1947 | 24 io/test_runner_test: Pass, Fail # Issue 1947 |
| 25 | 25 |
| 26 [ $runtime == vm && $system == macos ] | 26 [ $runtime == vm && $system == macos ] |
| 27 # This test fails with "Too many open files" on the Mac OS buildbot. | 27 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 28 # This is expected as MacOS by default runs with a very low number | 28 # This is expected as MacOS by default runs with a very low number |
| 29 # of allowed open files ('ulimit -n' says something like 256). | 29 # of allowed open files ('ulimit -n' says something like 256). |
| 30 io/socket_many_connections_test: Skip | 30 io/socket_many_connections_test: Skip |
| 31 | 31 |
| 32 io/file_non_ascii_sync_test: Fail # issue 6702 | 32 io/file_non_ascii_sync_test: Fail # issue 6702 |
| 33 io/directory_non_ascii_sync_test: Fail # issue 6702 | 33 io/directory_non_ascii_sync_test: Fail # issue 6702 |
| 34 io/process_non_ascii_test: Fail # issue 6702 |
| 34 | 35 |
| 35 [ $runtime == vm && $system == windows ] | 36 [ $runtime == vm && $system == windows ] |
| 36 io/file_system_links_test: Skip # No links on Windows. | 37 io/file_system_links_test: Skip # No links on Windows. |
| 37 | 38 |
| 38 [ $compiler == none && $runtime == drt ] | 39 [ $compiler == none && $runtime == drt ] |
| 39 io/*: Skip # Don't run tests using dart:io in the browser | 40 io/*: Skip # Don't run tests using dart:io in the browser |
| 40 crypto/*: Skip # Don't run tests using dart:io in the browser | 41 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 41 package/*: Skip # Do not run those in Dartium. | 42 package/*: Skip # Do not run those in Dartium. |
| 42 | 43 |
| 43 [ $compiler == dartc ] | 44 [ $compiler == dartc ] |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 [ $compiler == dart2js && $browser ] | 76 [ $compiler == dart2js && $browser ] |
| 76 *: Skip | 77 *: Skip |
| 77 | 78 |
| 78 [ $compiler == dart2js && $checked ] | 79 [ $compiler == dart2js && $checked ] |
| 79 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 80 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 80 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 81 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 81 | 82 |
| 82 [ $compiler == dart2dart ] | 83 [ $compiler == dart2dart ] |
| 83 # Skip until we stabilize language tests. | 84 # Skip until we stabilize language tests. |
| 84 *: Skip | 85 *: Skip |
| OLD | NEW |