unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 4c1be7d0286b4f8d920de084cee504db6adc0b45 2291 bytes (raw)
name: gnu/packages/patches/aws-crt-cpp-disable-networking-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -13,9 +13,9 @@ add_test_case(ApiMultiDefaultCreateDestroy)
 add_test_case(EventLoopResourceSafety)
 add_test_case(ClientBootstrapResourceSafety)
 if (NOT BYO_CRYPTO)
-    add_net_test_case(MqttClientResourceSafety)
+    #add_net_test_case(MqttClientResourceSafety)
     add_net_test_case(MqttClientNewConnectionUninitializedTlsContext)
-    add_net_test_case(TLSContextResourceSafety)
+    #add_net_test_case(TLSContextResourceSafety)
     add_net_test_case(TLSContextUninitializedNewConnectionOptions)
 endif ()
 add_test_case(Base64RoundTrip)
@@ -29,15 +29,15 @@ add_test_case(SHA256ResourceSafety)
 add_test_case(MD5ResourceSafety)
 add_test_case(SHA256HMACResourceSafety)
 if (NOT BYO_CRYPTO)
-    add_net_test_case(HttpDownloadNoBackPressureHTTP1_1)
-    add_net_test_case(HttpDownloadNoBackPressureHTTP2)
-    add_net_test_case(HttpStreamUnActivated)
+    #add_net_test_case(HttpDownloadNoBackPressureHTTP1_1)
+    #add_net_test_case(HttpDownloadNoBackPressureHTTP2)
+    #add_net_test_case(HttpStreamUnActivated)
     add_net_test_case(HttpCreateConnectionInvalidTlsConnectionOptions)
     add_net_test_case(IotPublishSubscribe)
-    add_net_test_case(HttpClientConnectionManagerResourceSafety)
+    #add_net_test_case(HttpClientConnectionManagerResourceSafety)
     add_net_test_case(HttpClientConnectionManagerInvalidTlsConnectionOptions)
-    add_net_test_case(HttpClientConnectionWithPendingAcquisitions)
-    add_net_test_case(HttpClientConnectionWithPendingAcquisitionsAndClosedConnections)
+    #add_net_test_case(HttpClientConnectionWithPendingAcquisitions)
+    #add_net_test_case(HttpClientConnectionWithPendingAcquisitionsAndClosedConnections)
 endif ()
 add_test_case(DefaultResolution)
 add_test_case(OptionalCopySafety)
@@ -55,8 +55,8 @@ add_test_case(TestProviderEnvironmentGet)
 add_test_case(TestProviderProfileGet)
 add_test_case(TestProviderImdsGet)
 if (NOT BYO_CRYPTO)
-    add_net_test_case(TestProviderDefaultChainGet)
-    add_net_test_case(TestProviderDefaultChainManualTlsContextGet)
+    #add_net_test_case(TestProviderDefaultChainGet)
+    #add_net_test_case(TestProviderDefaultChainManualTlsContextGet)
 endif ()
 add_test_case(TestProviderDelegateGet)
 add_test_case(HttpRequestTestCreateDestroy)

debug log:

solving 4c1be7d028 ...
found 4c1be7d028 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).