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 # WARNING: | 5 # WARNING: |
6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
8 # prefix. | 8 # prefix. |
9 | 9 |
10 package/invalid_uri_test: Fail, OK # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
11 | 11 |
12 [ $runtime == vm ] | 12 [ $runtime == vm ] |
13 package/package_isolate_test: Fail # http://dartbug.com/7520. | 13 package/package_isolate_test: Fail # http://dartbug.com/7520. |
14 | 14 |
15 [ $runtime == vm && $checked ] | 15 [ $runtime == vm && $checked ] |
16 # These tests have type errors on purpose. | 16 # These tests have type errors on purpose. |
17 io/process_invalid_arguments_test: Fail, OK | 17 io/process_invalid_arguments_test: Fail, OK |
18 io/directory_invalid_arguments_test: Fail, OK | 18 io/directory_invalid_arguments_test: Fail, OK |
19 io/file_invalid_arguments_test: Fail, OK | 19 io/file_invalid_arguments_test: Fail, OK |
20 io/socket_invalid_arguments_test: Fail, OK | 20 io/socket_invalid_arguments_test: Fail, OK |
21 io/stdout_bad_argument_test: Fail, OK | 21 io/stdout_bad_argument_test: Fail, OK |
22 # These test have type errors on purpose and take very long to run in | 22 # These test have type errors on purpose and take very long to run in |
23 # checked mode with no benefit. Skip. | 23 # checked mode with no benefit. Skip. |
24 io/file_fuzz_test: Skip | 24 io/file_fuzz_test: Skip |
25 io/directory_fuzz_test: Skip | 25 io/directory_fuzz_test: Skip |
26 | 26 |
| 27 [ $runtime == vm && $system == windows ] |
| 28 vmservice/multiple_isolate_list_test: Fail, Pass # http://dartbug.com/12124 |
| 29 |
27 [ $runtime == vm && $system == macos ] | 30 [ $runtime == vm && $system == macos ] |
28 # This test fails with "Too many open files" on the Mac OS buildbot. | 31 # This test fails with "Too many open files" on the Mac OS buildbot. |
29 # This is expected as MacOS by default runs with a very low number | 32 # This is expected as MacOS by default runs with a very low number |
30 # of allowed open files ('ulimit -n' says something like 256). | 33 # of allowed open files ('ulimit -n' says something like 256). |
31 io/socket_many_connections_test: Skip | 34 io/socket_many_connections_test: Skip |
32 | 35 |
33 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines | 36 # These tests pass on MacOS 10.8.2 but fails on the buildbot machines |
34 # that are running an earlier version of MacOS. The issue is that the | 37 # that are running an earlier version of MacOS. The issue is that the |
35 # old version of MacOS does not expand the precomposed utf-8 it gets | 38 # old version of MacOS does not expand the precomposed utf-8 it gets |
36 # from the VM before comparing it to the decomposed utf-8 used for the | 39 # from the VM before comparing it to the decomposed utf-8 used for the |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 [ $arch == mips ] | 157 [ $arch == mips ] |
155 *: Skip | 158 *: Skip |
156 | 159 |
157 [ $arch == simmips ] | 160 [ $arch == simmips ] |
158 io/file_fuzz_test: Pass, Timeout | 161 io/file_fuzz_test: Pass, Timeout |
159 io/web_socket_test: Pass, Slow | 162 io/web_socket_test: Pass, Slow |
160 io/http_server_response_test: Pass, Slow | 163 io/http_server_response_test: Pass, Slow |
161 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 164 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
162 oom_error_stacktrace_test: Skip # Fails on Linux | 165 oom_error_stacktrace_test: Skip # Fails on Linux |
163 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 166 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
OLD | NEW |