| 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 11 matching lines...) Expand all Loading... |
| 22 | 22 |
| 23 [ $runtime == vm && $system == linux ] | 23 [ $runtime == vm && $system == linux ] |
| 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 |
| 33 io/directory_non_ascii_sync_test: Fail # issue 6702 |
| 34 |
| 32 [ $runtime == vm && $system == windows ] | 35 [ $runtime == vm && $system == windows ] |
| 33 io/file_system_links_test: Skip # No links on Windows. | 36 io/file_system_links_test: Skip # No links on Windows. |
| 34 | 37 |
| 35 [ $compiler == none && $runtime == drt ] | 38 [ $compiler == none && $runtime == drt ] |
| 36 io/*: Skip # Don't run tests using dart:io in the browser | 39 io/*: Skip # Don't run tests using dart:io in the browser |
| 37 crypto/*: Skip # Don't run tests using dart:io in the browser | 40 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 38 package/*: Skip # Do not run those in Dartium. | 41 package/*: Skip # Do not run those in Dartium. |
| 39 | 42 |
| 40 [ $compiler == dartc ] | 43 [ $compiler == dartc ] |
| 41 *: Skip | 44 *: Skip |
| (...skipping 30 matching lines...) Expand all Loading... |
| 72 [ $compiler == dart2js && $browser ] | 75 [ $compiler == dart2js && $browser ] |
| 73 *: Skip | 76 *: Skip |
| 74 | 77 |
| 75 [ $compiler == dart2js && $checked ] | 78 [ $compiler == dart2js && $checked ] |
| 76 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 79 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 77 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 80 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 78 | 81 |
| 79 [ $compiler == dart2dart ] | 82 [ $compiler == dart2dart ] |
| 80 # Skip until we stabilize language tests. | 83 # Skip until we stabilize language tests. |
| 81 *: Skip | 84 *: Skip |
| OLD | NEW |