Chromium Code Reviews| 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 io/skipping_dart2js_compilations_test: Fail | |
|
ricow1
2013/01/24 09:04:28
why?
kustermann
2013/01/29 08:43:32
Because this test uses RunningProcess, which I cha
| |
| 8 | |
| 7 [ $runtime == vm ] | 9 [ $runtime == vm ] |
| 8 package/package_isolate_test: Fail # Issue 7520. | 10 package/package_isolate_test: Fail # Issue 7520. |
| 9 io/test_runner_test: Pass, Fail # Issue 1947 | 11 io/test_runner_test: Pass, Fail # Issue 1947 |
| 10 | 12 |
| 11 [ $runtime == vm && $checked ] | 13 [ $runtime == vm && $checked ] |
| 12 # These tests have type errors on purpose. | 14 # These tests have type errors on purpose. |
| 13 io/process_invalid_arguments_test: Fail, OK | 15 io/process_invalid_arguments_test: Fail, OK |
| 14 io/directory_invalid_arguments_test: Fail, OK | 16 io/directory_invalid_arguments_test: Fail, OK |
| 15 io/file_invalid_arguments_test: Fail, OK | 17 io/file_invalid_arguments_test: Fail, OK |
| 16 io/socket_invalid_arguments_test: Fail, OK | 18 io/socket_invalid_arguments_test: Fail, OK |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 109 [ $compiler == dart2js && $browser ] | 111 [ $compiler == dart2js && $browser ] |
| 110 *: Skip | 112 *: Skip |
| 111 | 113 |
| 112 [ $compiler == dart2js && $checked ] | 114 [ $compiler == dart2js && $checked ] |
| 113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 115 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 116 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 115 | 117 |
| 116 [ $compiler == dart2dart ] | 118 [ $compiler == dart2dart ] |
| 117 # Skip until we stabilize language tests. | 119 # Skip until we stabilize language tests. |
| 118 *: Skip | 120 *: Skip |
| OLD | NEW |