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 io/http_basic_test: Pass, Timeout, Fail # Issue 6393 | 5 io/http_basic_test: Pass, Timeout, Fail # Issue 6393 |
| 6 | 6 |
| 7 out_of_memory_test: Skip # Issue 2345 | 7 out_of_memory_test: Skip # Issue 2345 |
| 8 | 8 |
| 9 package/invalid_uri_test: Fail, OK # Fails intentionally | 9 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 10 | 10 |
| 11 [ $runtime == vm && $checked ] | 11 [ $runtime == vm && $checked ] |
| 12 # These tests have type errors on purpose. | 12 # These tests have type errors on purpose. |
| 13 io/process_invalid_arguments_test: Fail, OK | 13 io/process_invalid_arguments_test: Fail, OK |
| 14 io/directory_invalid_arguments_test: Fail, OK | 14 io/directory_invalid_arguments_test: Fail, OK |
| 15 io/file_invalid_arguments_test: Fail, OK | 15 io/file_invalid_arguments_test: Fail, OK |
| 16 io/socket_invalid_arguments_test: Fail, OK | 16 io/socket_invalid_arguments_test: Fail, OK |
| 17 # These test have type errors on purpose and take very long to run in | 17 # These test have type errors on purpose and take very long to run in |
| 18 # checked mode with no benefit. Skip. | 18 # checked mode with no benefit. Skip. |
| 19 io/file_fuzz_test: Skip | 19 io/file_fuzz_test: Skip |
| 20 io/directory_fuzz_test: Skip | 20 io/directory_fuzz_test: Skip |
| 21 | 21 |
| 22 [ $runtime == vm && $system == linux ] | 22 [ $runtime == vm && $system == linux ] |
| 23 io/test_runner_test: Pass, Fail # Issue 1947 | 23 io/test_runner_test: Pass, Fail # Issue 1947 |
| 24 io/test_skipping_dart2js_compilation__helper: Skip | |
|
ricow1
2012/11/14 08:53:28
You should add a comment here as to why we need to
ahe
2012/11/14 18:46:16
This is not necessary. Only files ending with _te
kustermann
2012/11/16 14:58:42
I'll remove this line. Since the helper dart scrip
kustermann
2012/11/16 14:58:42
Done.
| |
| 24 | 25 |
| 25 [ $runtime == vm && $system == macos ] | 26 [ $runtime == vm && $system == macos ] |
| 26 # This test fails with "Too many open files" on the Mac OS buildbot. | 27 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 27 # This is expected as MacOS by default runs with a very low number | 28 # This is expected as MacOS by default runs with a very low number |
| 28 # of allowed open files ('ulimit -n' says something like 256). | 29 # of allowed open files ('ulimit -n' says something like 256). |
| 29 io/socket_many_connections_test: Skip | 30 io/socket_many_connections_test: Skip |
| 30 | 31 |
| 31 [ $runtime == vm && $system == windows ] | 32 [ $runtime == vm && $system == windows ] |
| 32 io/file_system_links_test: Skip # No links on Windows. | 33 io/file_system_links_test: Skip # No links on Windows. |
| 33 | 34 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 71 [ $compiler == dart2js && $browser ] | 72 [ $compiler == dart2js && $browser ] |
| 72 *: Skip | 73 *: Skip |
| 73 | 74 |
| 74 [ $compiler == dart2js && $checked ] | 75 [ $compiler == dart2js && $checked ] |
| 75 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 76 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 76 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 77 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 77 | 78 |
| 78 [ $compiler == dart2dart ] | 79 [ $compiler == dart2dart ] |
| 79 # Skip until we stabilize language tests. | 80 # Skip until we stabilize language tests. |
| 80 *: Skip | 81 *: Skip |
| OLD | NEW |