| 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/secure_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 io/secure_stream_test: Pass, Timeout # Issue 6730. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 # file system. | 36 # file system. |
| 37 io/file_non_ascii_sync_test: Pass, Fail | 37 io/file_non_ascii_sync_test: Pass, Fail |
| 38 io/file_non_ascii_test: Pass, Fail | 38 io/file_non_ascii_test: Pass, Fail |
| 39 io/directory_non_ascii_sync_test: Pass, Fail | 39 io/directory_non_ascii_sync_test: Pass, Fail |
| 40 io/directory_non_ascii_test: Pass, Fail | 40 io/directory_non_ascii_test: Pass, Fail |
| 41 io/process_non_ascii_test: Pass, Fail | 41 io/process_non_ascii_test: Pass, Fail |
| 42 | 42 |
| 43 [ $runtime == vm && $system == windows ] | 43 [ $runtime == vm && $system == windows ] |
| 44 io/file_system_links_test: Skip # No links on Windows. | 44 io/file_system_links_test: Skip # No links on Windows. |
| 45 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 | 45 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 |
| 46 io/secure_server_test: Pass, Crash, Timeout # Issue 6893 |
| 46 | 47 |
| 47 [ $compiler == none && $runtime == drt ] | 48 [ $compiler == none && $runtime == drt ] |
| 48 io/*: Skip # Don't run tests using dart:io in the browser | 49 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 | 50 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 50 package/*: Skip # Do not run those in Dartium. | 51 package/*: Skip # Do not run those in Dartium. |
| 51 | 52 |
| 52 [ $compiler == dartc ] | 53 [ $compiler == dartc ] |
| 53 *: Skip | 54 *: Skip |
| 54 | 55 |
| 55 [ $compiler == frog ] | 56 [ $compiler == frog ] |
| (...skipping 29 matching lines...) Expand all Loading... |
| 85 [ $compiler == dart2js && $browser ] | 86 [ $compiler == dart2js && $browser ] |
| 86 *: Skip | 87 *: Skip |
| 87 | 88 |
| 88 [ $compiler == dart2js && $checked ] | 89 [ $compiler == dart2js && $checked ] |
| 89 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 90 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 90 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 91 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 91 | 92 |
| 92 [ $compiler == dart2dart ] | 93 [ $compiler == dart2dart ] |
| 93 # Skip until we stabilize language tests. | 94 # Skip until we stabilize language tests. |
| 94 *: Skip | 95 *: Skip |
| OLD | NEW |