| 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 byte_array_test: Skip # Srdjan looking at it. | 8 byte_array_test: Skip # Srdjan looking at it. |
| 9 | 9 |
| 10 [ $runtime == vm && $checked ] | 10 [ $runtime == vm && $checked ] |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 # from the VM before comparing it to the decomposed utf-8 used for the | 34 # from the VM before comparing it to the decomposed utf-8 used for the |
| 35 # file system. | 35 # file system. |
| 36 io/file_non_ascii_sync_test: Pass, Fail | 36 io/file_non_ascii_sync_test: Pass, Fail |
| 37 io/file_non_ascii_test: Pass, Fail | 37 io/file_non_ascii_test: Pass, Fail |
| 38 io/directory_non_ascii_sync_test: Pass, Fail | 38 io/directory_non_ascii_sync_test: Pass, Fail |
| 39 io/directory_non_ascii_test: Pass, Fail | 39 io/directory_non_ascii_test: Pass, Fail |
| 40 io/process_non_ascii_test: Pass, Fail | 40 io/process_non_ascii_test: Pass, Fail |
| 41 | 41 |
| 42 [ $runtime == vm && $system == windows ] | 42 [ $runtime == vm && $system == windows ] |
| 43 io/file_system_links_test: Skip # No links on Windows. | 43 io/file_system_links_test: Skip # No links on Windows. |
| 44 io/test_extension_fail_test: Fail # Issue 7157 | 44 #io/test_extension_fail_test: Fail # Issue 7157 |
| 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, Fail, Timeout # Issue 6893 | 46 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893 |
| 47 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 | 47 #io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 |
| 48 io/secure_socket_bad_certificate_test: Pass, Crash, Timeout # Issue 7157 | 48 #io/secure_socket_bad_certificate_test: Pass, Crash, Timeout # Issue 7157 |
| 49 | 49 |
| 50 [ $compiler == none && $runtime == drt ] | 50 [ $compiler == none && $runtime == drt ] |
| 51 io/*: Skip # Don't run tests using dart:io in the browser | 51 io/*: Skip # Don't run tests using dart:io in the browser |
| 52 crypto/*: Skip # Don't run tests using dart:io in the browser | 52 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 53 package/*: Skip # Do not run those in Dartium. | 53 package/*: Skip # Do not run those in Dartium. |
| 54 | 54 |
| 55 [ $compiler == dartc ] | 55 [ $compiler == dartc ] |
| 56 *: Skip | 56 *: Skip |
| 57 | 57 |
| 58 [ $compiler == frog ] | 58 [ $compiler == frog ] |
| (...skipping 30 matching lines...) Expand all Loading... |
| 89 [ $compiler == dart2js && $browser ] | 89 [ $compiler == dart2js && $browser ] |
| 90 *: Skip | 90 *: Skip |
| 91 | 91 |
| 92 [ $compiler == dart2js && $checked ] | 92 [ $compiler == dart2js && $checked ] |
| 93 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 93 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 94 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 94 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 95 | 95 |
| 96 [ $compiler == dart2dart ] | 96 [ $compiler == dart2dart ] |
| 97 # Skip until we stabilize language tests. | 97 # Skip until we stabilize language tests. |
| 98 *: Skip | 98 *: Skip |
| OLD | NEW |