| 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 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: Fail, Pass | 10 io/test_runner_test: Pass, Fail |
| 11 io/test_runner_exit_code_test: Fail | 11 io/test_runner_exit_code_test: Pass, Fail |
| 12 status_expression_test: Fail | 12 status_expression_test: Pass, Fail |
| 13 io/status_file_parser_test: Fail | 13 io/status_file_parser_test: Pass, Fail |
| 14 io/skipping_dart2js_compilations_test: Pass, Fail |
| 14 | 15 |
| 15 [ $runtime == vm ] | 16 [ $runtime == vm ] |
| 16 package/package_isolate_test: Fail # Issue 7520. | 17 package/package_isolate_test: Fail # Issue 7520. |
| 17 | 18 |
| 18 io/skipping_dart2js_compilations_test: Fail # used by both a test and the VM. Ca
n be reenabled when we replace the precompiled dart executable in tools. | |
| 19 | |
| 20 [ $runtime == vm && $checked ] | 19 [ $runtime == vm && $checked ] |
| 21 # These tests have type errors on purpose. | 20 # These tests have type errors on purpose. |
| 22 io/process_invalid_arguments_test: Fail, OK | 21 io/process_invalid_arguments_test: Fail, OK |
| 23 io/directory_invalid_arguments_test: Fail, OK | 22 io/directory_invalid_arguments_test: Fail, OK |
| 24 io/file_invalid_arguments_test: Fail, OK | 23 io/file_invalid_arguments_test: Fail, OK |
| 25 io/socket_invalid_arguments_test: Fail, OK | 24 io/socket_invalid_arguments_test: Fail, OK |
| 26 # These test have type errors on purpose and take very long to run in | 25 # These test have type errors on purpose and take very long to run in |
| 27 # checked mode with no benefit. Skip. | 26 # checked mode with no benefit. Skip. |
| 28 io/file_fuzz_test: Skip | 27 io/file_fuzz_test: Skip |
| 29 io/directory_fuzz_test: Skip | 28 io/directory_fuzz_test: Skip |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 [ $compiler == dart2js && $browser ] | 119 [ $compiler == dart2js && $browser ] |
| 121 *: Skip | 120 *: Skip |
| 122 | 121 |
| 123 [ $compiler == dart2js && $checked ] | 122 [ $compiler == dart2js && $checked ] |
| 124 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 123 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 125 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 124 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 126 | 125 |
| 127 [ $compiler == dart2dart ] | 126 [ $compiler == dart2dart ] |
| 128 # Skip until we stabilize language tests. | 127 # Skip until we stabilize language tests. |
| 129 *: Skip | 128 *: Skip |
| OLD | NEW |