summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/gnunet/disable-broken-tests.patch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-08-24 18:48:09 +0000
committerLudovic Courtès <ludo@gnu.org>2008-08-24 18:48:09 +0000
commiteddce10d13f29eb55bbce4910a21683e5bc7e3ea (patch)
treed8bdc4eed21058f4be53db0c422578fdcf02626a /pkgs/applications/networking/p2p/gnunet/disable-broken-tests.patch
parenta5deaa8e0779c2043f87b5885a7c48437346e1ea (diff)
downloadnixlib-eddce10d13f29eb55bbce4910a21683e5bc7e3ea.tar
nixlib-eddce10d13f29eb55bbce4910a21683e5bc7e3ea.tar.gz
nixlib-eddce10d13f29eb55bbce4910a21683e5bc7e3ea.tar.bz2
nixlib-eddce10d13f29eb55bbce4910a21683e5bc7e3ea.tar.lz
nixlib-eddce10d13f29eb55bbce4910a21683e5bc7e3ea.tar.xz
nixlib-eddce10d13f29eb55bbce4910a21683e5bc7e3ea.tar.zst
nixlib-eddce10d13f29eb55bbce4910a21683e5bc7e3ea.zip
Add GNUnet, GNU's anonymous peer-to-peer communication framework.
svn path=/nixpkgs/trunk/; revision=12699
Diffstat (limited to 'pkgs/applications/networking/p2p/gnunet/disable-broken-tests.patch')
-rw-r--r--pkgs/applications/networking/p2p/gnunet/disable-broken-tests.patch52
1 files changed, 52 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/gnunet/disable-broken-tests.patch b/pkgs/applications/networking/p2p/gnunet/disable-broken-tests.patch
new file mode 100644
index 000000000000..b17fb81657cb
--- /dev/null
+++ b/pkgs/applications/networking/p2p/gnunet/disable-broken-tests.patch
@@ -0,0 +1,52 @@
+This patch disables tests that appear to be broken or cannot run in the
+chroot.
+
+  * `timertest' fails without any message, which would indicate
+     something fishy in the test itself.
+
+  * `httptest' fails because it can't resolve some hostname.
+
+  * `hostlisttest' fails to connect to the daemon:
+     "Could not establish connection with peer."
+
+diff --git a/src/util/threads/Makefile.in b/src/util/threads/Makefile.in
+index d14152d..4bf6550 100644
+--- a/src/util/threads/Makefile.in
++++ b/src/util/threads/Makefile.in
+@@ -38,7 +38,7 @@ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+ host_triplet = @host@
+ check_PROGRAMS = semaphoretest$(EXEEXT) shutdowntest$(EXEEXT) \
+-	shutdowntest2$(EXEEXT) timertest$(EXEEXT)
++	shutdowntest2$(EXEEXT)
+ subdir = src/util/threads
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+
+diff --git a/src/applications/bootstrap_http/Makefile.in b/src/applications/bootstrap_http/Makefile.in
+index 29800af..ad5c6a1 100644
+--- a/src/applications/bootstrap_http/Makefile.in
++++ b/src/applications/bootstrap_http/Makefile.in
+@@ -37,7 +37,7 @@ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+ host_triplet = @host@
+-check_PROGRAMS = httptest$(EXEEXT)
++check_PROGRAMS =
+ subdir = src/applications/bootstrap_http
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+
+diff --git a/src/applications/hostlist/Makefile.in b/src/applications/hostlist/Makefile.in
+index 126df5e..2317c60 100644
+--- a/src/applications/hostlist/Makefile.in
++++ b/src/applications/hostlist/Makefile.in
+@@ -37,7 +37,7 @@ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+ host_triplet = @host@
+-check_PROGRAMS = hostlisttest$(EXEEXT)
++check_PROGRAMS =
+ subdir = src/applications/hostlist
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4