Chromium Code Reviews| 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 [ $runtime == vm ] | |
| 8 package/package_isolate_test: Fail # Issue 7520. | |
|
siva
2012/12/20 21:26:40
I don'see any failure when running the test on the
floitsch
2012/12/21 09:41:36
On my machine I get 1 failure, and the buildbots s
| |
| 9 | |
| 7 [ $runtime == vm && $checked ] | 10 [ $runtime == vm && $checked ] |
| 8 # These tests have type errors on purpose. | 11 # These tests have type errors on purpose. |
| 9 io/process_invalid_arguments_test: Fail, OK | 12 io/process_invalid_arguments_test: Fail, OK |
| 10 io/directory_invalid_arguments_test: Fail, OK | 13 io/directory_invalid_arguments_test: Fail, OK |
| 11 io/file_invalid_arguments_test: Fail, OK | 14 io/file_invalid_arguments_test: Fail, OK |
| 12 io/socket_invalid_arguments_test: Fail, OK | 15 io/socket_invalid_arguments_test: Fail, OK |
| 13 # These test have type errors on purpose and take very long to run in | 16 # These test have type errors on purpose and take very long to run in |
| 14 # checked mode with no benefit. Skip. | 17 # checked mode with no benefit. Skip. |
| 15 io/file_fuzz_test: Skip | 18 io/file_fuzz_test: Skip |
| 16 io/directory_fuzz_test: Skip | 19 io/directory_fuzz_test: Skip |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 105 [ $compiler == dart2js && $browser ] | 108 [ $compiler == dart2js && $browser ] |
| 106 *: Skip | 109 *: Skip |
| 107 | 110 |
| 108 [ $compiler == dart2js && $checked ] | 111 [ $compiler == dart2js && $checked ] |
| 109 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 112 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 110 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 113 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 111 | 114 |
| 112 [ $compiler == dart2dart ] | 115 [ $compiler == dart2dart ] |
| 113 # Skip until we stabilize language tests. | 116 # Skip until we stabilize language tests. |
| 114 *: Skip | 117 *: Skip |
| OLD | NEW |