| 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 # These tests fail because the test scripts do not use the new streams library. | 7 # These tests fail because the test scripts do not use the new streams library. |
| 8 # When the test scripts are updated, and the precompiled dart executable is | 8 # When the test scripts are updated, and the precompiled dart executable is |
| 9 # updated, they will be re-enabled. Issue 7724. | 9 # updated, they will be re-enabled. Issue 7724. |
| 10 io/test_runner_test: Pass, Fail | 10 io/test_runner_test: Pass, Fail |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 # file system. | 43 # file system. |
| 44 io/file_non_ascii_sync_test: Pass, Fail | 44 io/file_non_ascii_sync_test: Pass, Fail |
| 45 io/file_non_ascii_test: Pass, Fail | 45 io/file_non_ascii_test: Pass, Fail |
| 46 io/directory_non_ascii_sync_test: Pass, Fail | 46 io/directory_non_ascii_sync_test: Pass, Fail |
| 47 io/directory_non_ascii_test: Pass, Fail | 47 io/directory_non_ascii_test: Pass, Fail |
| 48 io/process_non_ascii_test: Pass, Fail | 48 io/process_non_ascii_test: Pass, Fail |
| 49 | 49 |
| 50 [ $runtime == vm && $system == windows ] | 50 [ $runtime == vm && $system == windows ] |
| 51 io/file_system_links_test: Skip # No links on Windows. | 51 io/file_system_links_test: Skip # No links on Windows. |
| 52 io/test_extension_fail_test: Fail # Issue 7157 | 52 io/test_extension_fail_test: Fail # Issue 7157 |
| 53 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 | |
| 54 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893 | |
| 55 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 | 53 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 |
| 56 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 | 54 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 |
| 57 io/directory_list_nonexistent_test: Skip # Issue 7157 | 55 io/directory_list_nonexistent_test: Skip # Issue 7157 |
| 58 | 56 |
| 59 [ $compiler == none && $runtime == drt ] | 57 [ $compiler == none && $runtime == drt ] |
| 60 io/*: Skip # Don't run tests using dart:io in the browser | 58 io/*: Skip # Don't run tests using dart:io in the browser |
| 61 crypto/*: Skip # Don't run tests using dart:io in the browser | 59 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 62 package/*: Skip # Do not run those in Dartium. | 60 package/*: Skip # Do not run those in Dartium. |
| 63 debugger/*: Skip # Do not run standalone debugger tests in browser. | 61 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 64 | 62 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 [ $compiler == dart2js && $browser ] | 117 [ $compiler == dart2js && $browser ] |
| 120 *: Skip | 118 *: Skip |
| 121 | 119 |
| 122 [ $compiler == dart2js && $checked ] | 120 [ $compiler == dart2js && $checked ] |
| 123 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 121 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 124 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 122 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 125 | 123 |
| 126 [ $compiler == dart2dart ] | 124 [ $compiler == dart2dart ] |
| 127 # Skip until we stabilize language tests. | 125 # Skip until we stabilize language tests. |
| 128 *: Skip | 126 *: Skip |
| OLD | NEW |