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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 io/test_runner_test: Skip # Timeout. | 200 io/test_runner_test: Skip # Timeout. |
201 io/http_client_stays_alive_test: Skip # Timeout. | 201 io/http_client_stays_alive_test: Skip # Timeout. |
202 | 202 |
203 [ $runtime == vm ] | 203 [ $runtime == vm ] |
204 # Failures in secure networking while NSS is replaced with BoringSSL | 204 # Failures in secure networking while NSS is replaced with BoringSSL |
205 io/https_client_certificate_test: RuntimeError # Issue 24070 | 205 io/https_client_certificate_test: RuntimeError # Issue 24070 |
206 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 | 206 io/secure_server_client_certificate_test: RuntimeError # Issue 24069 |
207 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 | 207 io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 |
208 io/secure_socket_renegotiate_test: RuntimeError | 208 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. | 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. |
210 io/http_proxy_advanced_test: RuntimeError # Issue 24074 | |
211 | 210 |
212 [ $compiler == dart2js && $cps_ir ] | 211 [ $compiler == dart2js && $cps_ir ] |
213 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde
fined | 212 priority_queue_stress_test: RuntimeError # Cannot read property 'length' of unde
fined |
OLD | NEW |