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