| 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. | |
| 8 # When the test scripts are updated, and the precompiled dart executable is | |
| 9 # updated, they will be re-enabled. Issue 7724. | |
| 10 io/test_runner_test: Pass, Fail | |
| 11 io/test_runner_exit_code_test: Pass, Fail | |
| 12 status_expression_test: Pass, Fail | |
| 13 io/status_file_parser_test: Pass, Fail | |
| 14 io/skipping_dart2js_compilations_test: Pass, Fail | |
| 15 | |
| 16 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 17 package/package_isolate_test: Fail # Issue 7520. | 8 package/package_isolate_test: Fail # Issue 7520. |
| 18 | 9 |
| 19 [ $runtime == vm && $checked ] | 10 [ $runtime == vm && $checked ] |
| 20 # These tests have type errors on purpose. | 11 # These tests have type errors on purpose. |
| 21 io/process_invalid_arguments_test: Fail, OK | 12 io/process_invalid_arguments_test: Fail, OK |
| 22 io/directory_invalid_arguments_test: Fail, OK | 13 io/directory_invalid_arguments_test: Fail, OK |
| 23 io/file_invalid_arguments_test: Fail, OK | 14 io/file_invalid_arguments_test: Fail, OK |
| 24 io/socket_invalid_arguments_test: Fail, OK | 15 io/socket_invalid_arguments_test: Fail, OK |
| 25 # These test have type errors on purpose and take very long to run in | 16 # These test have type errors on purpose and take very long to run in |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 [ $compiler == dart2js && $browser ] | 110 [ $compiler == dart2js && $browser ] |
| 120 *: Skip | 111 *: Skip |
| 121 | 112 |
| 122 [ $compiler == dart2js && $checked ] | 113 [ $compiler == dart2js && $checked ] |
| 123 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 114 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 124 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 115 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 125 | 116 |
| 126 [ $compiler == dart2dart ] | 117 [ $compiler == dart2dart ] |
| 127 # Skip until we stabilize language tests. | 118 # Skip until we stabilize language tests. |
| 128 *: Skip | 119 *: Skip |
| OLD | NEW |