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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 full_coverage_test: SkipSlow # Times out. Issue 20352 | 150 full_coverage_test: SkipSlow # Times out. Issue 20352 |
151 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. | 151 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. |
152 | 152 |
153 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] | 153 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] |
154 assert_test: Fail # Issue 14651. | 154 assert_test: Fail # Issue 14651. |
155 | 155 |
156 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 156 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
157 javascript_int_overflow_literal_test/01: Fail # Issue 14651. | 157 javascript_int_overflow_literal_test/01: Fail # Issue 14651. |
158 javascript_int_overflow_test: Fail # Issue 14651. | 158 javascript_int_overflow_test: Fail # Issue 14651. |
159 | 159 |
| 160 [ $compiler == none && $runtime == drt ] |
| 161 map_literal_oom_test: RuntimeError # Issue 24571 |
| 162 |
160 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 163 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
161 io/directory_invalid_arguments_test: StaticWarning | 164 io/directory_invalid_arguments_test: StaticWarning |
162 io/process_invalid_arguments_test: StaticWarning | 165 io/process_invalid_arguments_test: StaticWarning |
163 io/raw_secure_server_socket_argument_test: StaticWarning | 166 io/raw_secure_server_socket_argument_test: StaticWarning |
164 io/secure_socket_argument_test: StaticWarning | 167 io/secure_socket_argument_test: StaticWarning |
165 io/stdout_bad_argument_test: StaticWarning | 168 io/stdout_bad_argument_test: StaticWarning |
166 package/package1_test: StaticWarning | 169 package/package1_test: StaticWarning |
167 package/package_test: StaticWarning | 170 package/package_test: StaticWarning |
168 package/scenarios/packages_dir_only/packages_dir_only_test: StaticWarning | 171 package/scenarios/packages_dir_only/packages_dir_only_test: StaticWarning |
169 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning | 172 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 [ $runtime == vm ] | 206 [ $runtime == vm ] |
204 # Failures in secure networking while NSS is replaced with BoringSSL | 207 # Failures in secure networking while NSS is replaced with BoringSSL |
205 io/https_client_certificate_test: RuntimeError # Issue 24070 | 208 io/https_client_certificate_test: RuntimeError # Issue 24070 |
206 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 | 209 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 |
207 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 | 210 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 |
208 io/secure_socket_renegotiate_test: RuntimeError | 211 io/secure_socket_renegotiate_test: RuntimeError |
209 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. | 212 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 | 213 |
211 [ $compiler == dart2js && $cps_ir ] | 214 [ $compiler == dart2js && $cps_ir ] |
212 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde
fined | 215 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde
fined |
OLD | NEW |