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 19 matching lines...) Expand all Loading... |
30 io/process_invalid_arguments_test: Fail, OK | 30 io/process_invalid_arguments_test: Fail, OK |
31 io/directory_invalid_arguments_test: Fail, OK | 31 io/directory_invalid_arguments_test: Fail, OK |
32 io/file_invalid_arguments_test: Fail, OK | 32 io/file_invalid_arguments_test: Fail, OK |
33 io/internet_address_invalid_arguments_test: Fail, OK | 33 io/internet_address_invalid_arguments_test: Fail, OK |
34 io/socket_invalid_arguments_test: Fail, OK | 34 io/socket_invalid_arguments_test: Fail, OK |
35 io/stdout_bad_argument_test: Fail, OK | 35 io/stdout_bad_argument_test: Fail, OK |
36 # These test have type errors on purpose and take very long to run in | 36 # These test have type errors on purpose and take very long to run in |
37 # checked mode with no benefit. Skip. | 37 # checked mode with no benefit. Skip. |
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 noopt_test: Skip # Issue 24336 |
40 | 41 |
41 [ $runtime == vm && $system == macos ] | 42 [ $runtime == vm && $system == macos ] |
42 # This test fails with "Too many open files" on the Mac OS buildbot. | 43 # 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 | 44 # This is expected as MacOS by default runs with a very low number |
44 # of allowed open files ('ulimit -n' says something like 256). | 45 # of allowed open files ('ulimit -n' says something like 256). |
45 io/socket_many_connections_test: Skip | 46 io/socket_many_connections_test: Skip |
46 | 47 |
47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 48 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
48 typed_array_test: Fail # Issue 13921 | 49 typed_array_test: Fail # Issue 13921 |
49 typed_array_int64_uint64_test: Fail # Issue 13921 | 50 typed_array_int64_uint64_test: Fail # Issue 13921 |
50 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 51 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
51 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 52 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
52 package/*: Skip # Do not run those in Dartium. | 53 package/*: Skip # Do not run those in Dartium. |
53 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. | 54 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. |
54 coverage_test: Skip | 55 coverage_test: Skip |
55 full_coverage_test: Skip | 56 full_coverage_test: Skip |
56 http_launch_test: Skip | 57 http_launch_test: Skip |
57 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 58 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. | 59 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
59 javascript_compatibility_errors_test: Skip | 60 javascript_compatibility_errors_test: Skip |
60 javascript_compatibility_warnings_test: Skip | 61 javascript_compatibility_warnings_test: Skip |
61 oom_error_stacktrace_test: Skip | 62 oom_error_stacktrace_test: Skip |
62 out_of_memory_test: Skip | 63 out_of_memory_test: Skip |
63 verbose_gc_to_bmu_test: Skip | 64 verbose_gc_to_bmu_test: Skip |
64 precompilation_test: Skip # Standalone only test. | 65 precompilation_test: Skip # Standalone only test. |
| 66 noopt_test: Skip # Standalone only test. |
65 | 67 |
66 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 68 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
67 javascript_int_overflow_literal_test/01: Fail, OK | 69 javascript_int_overflow_literal_test/01: Fail, OK |
68 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 70 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
69 | 71 |
70 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 72 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
71 io/file_constructor_test: fail | 73 io/file_constructor_test: fail |
72 | 74 |
73 # This is runtime test. | 75 # This is runtime test. |
74 io/process_exit_negative_test: Skip | 76 io/process_exit_negative_test: Skip |
(...skipping 23 matching lines...) Expand all Loading... |
98 javascript_int_overflow_test: Skip | 100 javascript_int_overflow_test: Skip |
99 javascript_int_overflow_literal_test: Skip | 101 javascript_int_overflow_literal_test: Skip |
100 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 102 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
101 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 103 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
102 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 104 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
103 javascript_compatibility_errors_test: Skip | 105 javascript_compatibility_errors_test: Skip |
104 javascript_compatibility_warnings_test: Skip | 106 javascript_compatibility_warnings_test: Skip |
105 unboxed_int_converter_test: Skip | 107 unboxed_int_converter_test: Skip |
106 pair_location_remapping_test: Skip | 108 pair_location_remapping_test: Skip |
107 precompilation_test: Skip # Standalone only test. | 109 precompilation_test: Skip # Standalone only test. |
| 110 noopt_test: Skip # Standalone only test. |
108 | 111 |
109 [ $runtime == vm && $arch == ia32] | 112 [ $runtime == vm && $arch == ia32] |
110 precompilation_test: Skip # Not expected to pass on ia32. | 113 precompilation_test: Skip # Not expected to pass on ia32. |
| 114 noopt_test: Skip # Not expected to pass on ia32. |
111 | 115 |
112 [ $runtime == vm && $arch == arm] | 116 [ $runtime == vm && $arch == arm] |
113 precompilation_test: Skip # Issue 24427 | 117 precompilation_test: Skip # Issue 24427 |
114 | 118 |
115 [ $compiler == dart2js && $jscl ] | 119 [ $compiler == dart2js && $jscl ] |
116 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 120 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
117 deoptimization_test: RuntimeError, OK # Requires bigint. | 121 deoptimization_test: RuntimeError, OK # Requires bigint. |
118 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 122 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
119 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 123 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
120 | 124 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 [ $runtime == vm ] | 204 [ $runtime == vm ] |
201 # Failures in secure networking while NSS is replaced with BoringSSL | 205 # Failures in secure networking while NSS is replaced with BoringSSL |
202 io/https_client_certificate_test: RuntimeError # Issue 24070 | 206 io/https_client_certificate_test: RuntimeError # Issue 24070 |
203 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 | 207 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 |
204 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 | 208 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 |
205 io/secure_socket_renegotiate_test: RuntimeError | 209 io/secure_socket_renegotiate_test: RuntimeError |
206 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. | 210 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. |
207 | 211 |
208 [ $compiler == dart2js && $cps_ir ] | 212 [ $compiler == dart2js && $cps_ir ] |
209 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde
fined | 213 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde
fined |
OLD | NEW |