| 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 io/tls_socket_test: Pass, Timeout # Issue 6730. | 9 io/secure_socket_test: Pass, Timeout # Issue 6730. |
| 10 io/secure_stream_test: Pass, Timeout # Issue 6730. |
| 10 | 11 |
| 11 [ $runtime == vm && $checked ] | 12 [ $runtime == vm && $checked ] |
| 12 # These tests have type errors on purpose. | 13 # These tests have type errors on purpose. |
| 13 io/process_invalid_arguments_test: Fail, OK | 14 io/process_invalid_arguments_test: Fail, OK |
| 14 io/directory_invalid_arguments_test: Fail, OK | 15 io/directory_invalid_arguments_test: Fail, OK |
| 15 io/file_invalid_arguments_test: Fail, OK | 16 io/file_invalid_arguments_test: Fail, OK |
| 16 io/socket_invalid_arguments_test: Fail, OK | 17 io/socket_invalid_arguments_test: Fail, OK |
| 17 # These test have type errors on purpose and take very long to run in | 18 # These test have type errors on purpose and take very long to run in |
| 18 # checked mode with no benefit. Skip. | 19 # checked mode with no benefit. Skip. |
| 19 io/file_fuzz_test: Skip | 20 io/file_fuzz_test: Skip |
| (...skipping 14 matching lines...) Expand all Loading... |
| 34 # from the VM before comparing it to the decomposed utf-8 used for the | 35 # from the VM before comparing it to the decomposed utf-8 used for the |
| 35 # file system. | 36 # file system. |
| 36 io/file_non_ascii_sync_test: Pass, Fail | 37 io/file_non_ascii_sync_test: Pass, Fail |
| 37 io/file_non_ascii_test: Pass, Fail | 38 io/file_non_ascii_test: Pass, Fail |
| 38 io/directory_non_ascii_sync_test: Pass, Fail | 39 io/directory_non_ascii_sync_test: Pass, Fail |
| 39 io/directory_non_ascii_test: Pass, Fail | 40 io/directory_non_ascii_test: Pass, Fail |
| 40 io/process_non_ascii_test: Pass, Fail | 41 io/process_non_ascii_test: Pass, Fail |
| 41 | 42 |
| 42 [ $runtime == vm && $system == windows ] | 43 [ $runtime == vm && $system == windows ] |
| 43 io/file_system_links_test: Skip # No links on Windows. | 44 io/file_system_links_test: Skip # No links on Windows. |
| 44 io/tls_server_test: Pass, Crash # Issue 6893 | 45 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 |
| 45 io/secure_server_stream_test: Pass, Crash # Issue 6893 | |
| 46 | 46 |
| 47 [ $compiler == none && $runtime == drt ] | 47 [ $compiler == none && $runtime == drt ] |
| 48 io/*: Skip # Don't run tests using dart:io in the browser | 48 io/*: Skip # Don't run tests using dart:io in the browser |
| 49 crypto/*: Skip # Don't run tests using dart:io in the browser | 49 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 50 package/*: Skip # Do not run those in Dartium. | 50 package/*: Skip # Do not run those in Dartium. |
| 51 | 51 |
| 52 [ $compiler == dartc ] | 52 [ $compiler == dartc ] |
| 53 *: Skip | 53 *: Skip |
| 54 | 54 |
| 55 [ $compiler == frog ] | 55 [ $compiler == frog ] |
| (...skipping 28 matching lines...) Expand all Loading... |
| 84 [ $compiler == dart2js && $browser ] | 84 [ $compiler == dart2js && $browser ] |
| 85 *: Skip | 85 *: Skip |
| 86 | 86 |
| 87 [ $compiler == dart2js && $checked ] | 87 [ $compiler == dart2js && $checked ] |
| 88 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 88 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 89 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 89 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 90 | 90 |
| 91 [ $compiler == dart2dart ] | 91 [ $compiler == dart2dart ] |
| 92 # Skip until we stabilize language tests. | 92 # Skip until we stabilize language tests. |
| 93 *: Skip | 93 *: Skip |
| OLD | NEW |