| 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 out_of_memory_test: Skip # Issue 2345 | 5 out_of_memory_test: Skip # Issue 2345 |
| 6 | 6 |
| 7 package/invalid_uri_test: Fail, OK # Fails intentionally | 7 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 8 | 8 |
| 9 [ $runtime == vm ] | 9 [ $runtime == vm ] |
| 10 io/test_runner_exit_code_test: Fail, OK # used by both a test and the VM. Can be
reenabled when we replace the precompiled dart executable in tools. | 10 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. |
| 11 status_expression_test: Fail # used by both a test and the VM. Can be reenabled
when we replace the precompiled dart executable in tools. |
| 12 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. |
| 11 | 13 |
| 12 io/directory_non_ascii_test: Fail # Posting non-ascii strings through ports. | 14 io/directory_non_ascii_test: Fail # Posting non-ascii strings through ports. |
| 13 io/file_non_ascii_test: Fail # Posting non-ascii strings through ports. | 15 io/file_non_ascii_test: Fail # Posting non-ascii strings through ports. |
| 14 | 16 |
| 15 [ $runtime == vm && $checked ] | 17 [ $runtime == vm && $checked ] |
| 16 # These tests have type errors on purpose. | 18 # These tests have type errors on purpose. |
| 17 io/process_invalid_arguments_test: Fail, OK | 19 io/process_invalid_arguments_test: Fail, OK |
| 18 io/directory_invalid_arguments_test: Fail, OK | 20 io/directory_invalid_arguments_test: Fail, OK |
| 19 io/file_invalid_arguments_test: Fail, OK | 21 io/file_invalid_arguments_test: Fail, OK |
| 20 io/socket_invalid_arguments_test: Fail, OK | 22 io/socket_invalid_arguments_test: Fail, OK |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 [ $compiler == dart2js && $browser ] | 81 [ $compiler == dart2js && $browser ] |
| 80 *: Skip | 82 *: Skip |
| 81 | 83 |
| 82 [ $compiler == dart2js && $checked ] | 84 [ $compiler == dart2js && $checked ] |
| 83 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 85 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 84 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 86 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 85 | 87 |
| 86 [ $compiler == dart2dart ] | 88 [ $compiler == dart2dart ] |
| 87 # Skip until we stabilize language tests. | 89 # Skip until we stabilize language tests. |
| 88 *: Skip | 90 *: Skip |
| OLD | NEW |