gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: Softer one test for macOS


From: gnunet
Subject: [libmicrohttpd] branch master updated: Softer one test for macOS
Date: Sat, 26 Dec 2020 13:10:49 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new d734eb8b Softer one test for macOS
d734eb8b is described below

commit d734eb8b5a89c2b4a9f830020411618767556d72
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Dec 26 15:09:35 2020 +0300

    Softer one test for macOS
---
 src/testcurl/test_post_loop.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/testcurl/test_post_loop.c b/src/testcurl/test_post_loop.c
index 831d8821..73441c54 100644
--- a/src/testcurl/test_post_loop.c
+++ b/src/testcurl/test_post_loop.c
@@ -48,7 +48,12 @@
 #define POST_DATA \
   "<?xml version='1.0' ?>\n<xml>\n<data-id>1</data-id>\n</xml>\n"
 
+#ifndef __APPLE__
 #define LOOPCOUNT 1000
+#else  /* __APPLE__ */
+/* FIXME: macOS may fail in this test with "unable to connect". Investigate 
deeper? */
+#define LOOPCOUNT 200
+#endif /* __APPLE__ */
 
 static int oneone;
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]