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 # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
(...skipping 18 matching lines...) Expand all Loading... |
29 # checked mode with no benefit. Skip. | 29 # checked mode with no benefit. Skip. |
30 io/file_fuzz_test: Skip | 30 io/file_fuzz_test: Skip |
31 io/directory_fuzz_test: Skip | 31 io/directory_fuzz_test: Skip |
32 | 32 |
33 [ $runtime == vm && $system == macos ] | 33 [ $runtime == vm && $system == macos ] |
34 # This test fails with "Too many open files" on the Mac OS buildbot. | 34 # This test fails with "Too many open files" on the Mac OS buildbot. |
35 # This is expected as MacOS by default runs with a very low number | 35 # This is expected as MacOS by default runs with a very low number |
36 # of allowed open files ('ulimit -n' says something like 256). | 36 # of allowed open files ('ulimit -n' says something like 256). |
37 io/socket_many_connections_test: Skip | 37 io/socket_many_connections_test: Skip |
38 | 38 |
| 39 [ $runtime == vm && $system == macos && $mode == release] |
| 40 io/raw_secure_server_socket_test: Pass, Timeout # Issue 22658 |
| 41 |
39 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 42 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
40 typed_array_test: Fail # Issue 13921 | 43 typed_array_test: Fail # Issue 13921 |
41 typed_array_int64_uint64_test: Fail # Issue 13921 | 44 typed_array_int64_uint64_test: Fail # Issue 13921 |
42 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 45 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
43 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 46 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
44 package/*: Skip # Do not run those in Dartium. | 47 package/*: Skip # Do not run those in Dartium. |
45 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. | 48 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. |
46 coverage_test: Skip | 49 coverage_test: Skip |
47 full_coverage_test: Skip | 50 full_coverage_test: Skip |
48 http_launch_test: Skip | 51 http_launch_test: Skip |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 163 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
161 | 164 |
162 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] | 165 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] |
163 verified_mem_test: Skip # Not yet implemented. | 166 verified_mem_test: Skip # Not yet implemented. |
164 | 167 |
165 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 168 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
166 full_coverage_test: Skip # Timeout. | 169 full_coverage_test: Skip # Timeout. |
167 io/file_lock_test: Skip # Timeout. | 170 io/file_lock_test: Skip # Timeout. |
168 io/test_runner_test: Skip # Timeout. | 171 io/test_runner_test: Skip # Timeout. |
169 io/http_client_stays_alive_test: Skip # Timeout. | 172 io/http_client_stays_alive_test: Skip # Timeout. |
OLD | NEW |