| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 package/package_isolate_test: Fail # Issue 7520. | 8 package/package_isolate_test: Fail # Issue 7520. |
| 9 io/test_runner_test: Pass, Fail # Issue 1947 | 9 io/test_runner_test: Pass, Fail # Issue 1947 |
| 10 io/http_connection_close_test: Skip # TODO(sgjesse): Find the issue with r17064 | 10 io/http_connection_close_test: Skip # TODO(sgjesse): Find the issue with r17064 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 io/directory_non_ascii_sync_test: Pass, Fail | 36 io/directory_non_ascii_sync_test: Pass, Fail |
| 37 io/directory_non_ascii_test: Pass, Fail | 37 io/directory_non_ascii_test: Pass, Fail |
| 38 io/process_non_ascii_test: Pass, Fail | 38 io/process_non_ascii_test: Pass, Fail |
| 39 | 39 |
| 40 [ $runtime == vm && $system == windows ] | 40 [ $runtime == vm && $system == windows ] |
| 41 io/file_system_links_test: Skip # No links on Windows. | 41 io/file_system_links_test: Skip # No links on Windows. |
| 42 io/test_extension_fail_test: Fail # Issue 7157 | 42 io/test_extension_fail_test: Fail # Issue 7157 |
| 43 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 | 43 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 |
| 44 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 | 44 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 |
| 45 io/directory_list_nonexistent_test: Skip # Issue 7157 | 45 io/directory_list_nonexistent_test: Skip # Issue 7157 |
| 46 io/web_socket_test: Skip # Issue 7157 |
| 47 io/web_socket_no_secure_test: Pass # Issue 7157 - Remove test when fixed. |
| 46 | 48 |
| 47 [ $compiler == none && $runtime == drt ] | 49 [ $compiler == none && $runtime == drt ] |
| 48 io/*: Skip # Don't run tests using dart:io in the browser | 50 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 | 51 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 50 package/*: Skip # Do not run those in Dartium. | 52 package/*: Skip # Do not run those in Dartium. |
| 51 debugger/*: Skip # Do not run standalone debugger tests in browser. | 53 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 52 | 54 |
| 53 [ $compiler == dartc ] | 55 [ $compiler == dartc ] |
| 54 | 56 |
| 55 # package test issue 7392 | 57 # package test issue 7392 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 [ $compiler == dart2js && $browser ] | 109 [ $compiler == dart2js && $browser ] |
| 108 *: Skip | 110 *: Skip |
| 109 | 111 |
| 110 [ $compiler == dart2js && $checked ] | 112 [ $compiler == dart2js && $checked ] |
| 111 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 112 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 113 | 115 |
| 114 [ $compiler == dart2dart ] | 116 [ $compiler == dart2dart ] |
| 115 # Skip until we stabilize language tests. | 117 # Skip until we stabilize language tests. |
| 116 *: Skip | 118 *: Skip |
| OLD | NEW |