Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: tests/standalone/standalone.status

Issue 1764403002: Set up for mac native secure sockets (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/io/security_context.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 41f4d09544d2733510a54ab8a0ded533a5795115..2803decbf990d80db0344b5a1fdeb97d71029add 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -44,6 +44,32 @@ io/directory_fuzz_test: Skip
# This is expected as MacOS by default runs with a very low number
# of allowed open files ('ulimit -n' says something like 256).
io/socket_many_connections_test: Skip
+# These tests are failing while the Mac secure sockets implementation is
+# migrated from BoringSSL to SecureTransport.
+io/socket_upgrade_to_secure_test: Fail
+io/secure_socket_test: Fail
+io/secure_unauthorized_test: Fail
+io/security_context_argument_test: Fail
+io/secure_session_resume_test: Fail
+io/secure_socket_alpn_test: Fail
+io/secure_server_socket_test: Fail
+io/secure_server_closing_test: Fail
+io/secure_server_client_certificate_test: Fail
+io/secure_multiple_client_server_test: Fail
+io/secure_client_server_test: Fail
+io/secure_builtin_roots_test: Fail
+io/secure_client_raw_server_test: Fail
+io/secure_bad_certificate_test: Fail
+io/regress_21160_test: Fail
+io/raw_secure_socket_test: Fail
+io/raw_secure_socket_pause_test: Fail
+io/raw_secure_server_socket_test: Fail
+io/raw_secure_server_closing_test: Fail
+io/https_unauthorized_test: Fail
+io/https_server_test: Fail
+io/https_bad_certificate_test: Fail
+io/http_proxy_test: Fail
+io/http_proxy_advanced_test: Fail
[ $runtime == vm && $system == linux ]
# These tests have started timing out and issue 25649 has been filed to
« no previous file with comments | « sdk/lib/io/security_context.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698