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