| 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 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 package/package_isolate_test: Fail # Issue 7520. | 8 package/package_isolate_test: Fail # Issue 7520. |
| 9 io/test_runner_test: Pass, Fail # Issue 1947 | 9 io/test_runner_test: Pass, Fail # Issue 1947 |
| 10 io/http_connection_close_test: Skip # TODO(sgjesse): Find the issue with r17064 |
| 10 | 11 |
| 11 [ $runtime == vm && $checked ] | 12 [ $runtime == vm && $checked ] |
| 12 # These tests have type errors on purpose. | 13 # These tests have type errors on purpose. |
| 13 io/process_invalid_arguments_test: Fail, OK | 14 io/process_invalid_arguments_test: Fail, OK |
| 14 io/directory_invalid_arguments_test: Fail, OK | 15 io/directory_invalid_arguments_test: Fail, OK |
| 15 io/file_invalid_arguments_test: Fail, OK | 16 io/file_invalid_arguments_test: Fail, OK |
| 16 io/socket_invalid_arguments_test: Fail, OK | 17 io/socket_invalid_arguments_test: Fail, OK |
| 17 # These test have type errors on purpose and take very long to run in | 18 # These test have type errors on purpose and take very long to run in |
| 18 # checked mode with no benefit. Skip. | 19 # checked mode with no benefit. Skip. |
| 19 io/file_fuzz_test: Skip | 20 io/file_fuzz_test: Skip |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 [ $compiler == dart2js && $browser ] | 107 [ $compiler == dart2js && $browser ] |
| 107 *: Skip | 108 *: Skip |
| 108 | 109 |
| 109 [ $compiler == dart2js && $checked ] | 110 [ $compiler == dart2js && $checked ] |
| 110 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 111 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 111 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 112 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 112 | 113 |
| 113 [ $compiler == dart2dart ] | 114 [ $compiler == dart2dart ] |
| 114 # Skip until we stabilize language tests. | 115 # Skip until we stabilize language tests. |
| 115 *: Skip | 116 *: Skip |
| OLD | NEW |