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