| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 128613b66fa88cf295d9b455dde6a3efea367ba8..9bb7ec381f60ca4ec6547bb7e9c615bc3317cc9f 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -196,3 +196,11 @@ io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync
|
| io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
|
| priority_queue_stress_test: RuntimeError # Cannot read property 'length' of undefined
|
| +
|
| +[ $runtime == vm ]
|
| +# Failures in secure networking while NSS is replaced with BoringSSL
|
| +io/https_client_certificate_test: RuntimeError # Issue 24070
|
| +io/secure_server_client_certificate_test: RuntimeError # Issue 24069
|
| +io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069
|
| +io/secure_socket_renegotiate_test: RuntimeError
|
| +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 stream.
|
|
|