| 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 27 matching lines...) Expand all Loading... |
| 38 io/file_fuzz_test: Skip | 38 io/file_fuzz_test: Skip |
| 39 io/directory_fuzz_test: Skip | 39 io/directory_fuzz_test: Skip |
| 40 | 40 |
| 41 [ $runtime == vm && $system == macos ] | 41 [ $runtime == vm && $system == macos ] |
| 42 # This test fails with "Too many open files" on the Mac OS buildbot. | 42 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 43 # This is expected as MacOS by default runs with a very low number | 43 # This is expected as MacOS by default runs with a very low number |
| 44 # of allowed open files ('ulimit -n' says something like 256). | 44 # of allowed open files ('ulimit -n' says something like 256). |
| 45 io/socket_many_connections_test: Skip | 45 io/socket_many_connections_test: Skip |
| 46 | 46 |
| 47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 48 typed_array_test: Fail # Issue 13921 | 48 typed_array_test: Skip # Passes mysteriously, issues 24990, 13921 |
| 49 typed_array_int64_uint64_test: Fail # Issue 13921 | 49 typed_array_int64_uint64_test: Skip # Passes mysteriously, issues 24990, 13921 |
| 50 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 50 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 51 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 51 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 52 package/*: Skip # Do not run those in Dartium. | 52 package/*: Skip # Do not run those in Dartium. |
| 53 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. | 53 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. |
| 54 coverage_test: Skip | 54 coverage_test: Skip |
| 55 full_coverage_test: Skip | 55 full_coverage_test: Skip |
| 56 http_launch_test: Skip | 56 http_launch_test: Skip |
| 57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| 58 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 58 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| 59 javascript_compatibility_errors_test: Skip | 59 javascript_compatibility_errors_test: Skip |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 [ $runtime == vm ] | 213 [ $runtime == vm ] |
| 214 # Failures in secure networking while NSS is replaced with BoringSSL | 214 # Failures in secure networking while NSS is replaced with BoringSSL |
| 215 io/https_client_certificate_test: RuntimeError # Issue 24070 | 215 io/https_client_certificate_test: RuntimeError # Issue 24070 |
| 216 io/secure_socket_renegotiate_test: RuntimeError | 216 io/secure_socket_renegotiate_test: RuntimeError |
| 217 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
just puts a READ_CLOSED on the stream, rather than signaling an error on the str
eam. | 217 io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection
just puts a READ_CLOSED on the stream, rather than signaling an error on the str
eam. |
| 218 | 218 |
| 219 [ $noopt ] | 219 [ $noopt ] |
| 220 map_literal_oom_test: Pass, Crash # Issue 24678 | 220 map_literal_oom_test: Pass, Crash # Issue 24678 |
| 221 javascript*: SkipByDesign # JS overflow flag unsupported | 221 javascript*: SkipByDesign # JS overflow flag unsupported |
| 222 io/web_socket_test: Pass, RuntimeError # Issue 24674 | 222 io/web_socket_test: Pass, RuntimeError # Issue 24674 |
| OLD | NEW |