From: Martin Willi Date: Wed, 24 Sep 2014 13:53:46 +0000 (+0200) Subject: travis: Disable soup in "all" test X-Git-Tag: 5.2.1dr1~44^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab23a0f86a4b72b8aa7a48ed62575ff37f93d187;p=thirdparty%2Fstrongswan.git travis: Disable soup in "all" test On Ubuntu 12.04, there seems to be a resource leak related to pthread keys when initializing glib or related libraries more than once. With our repeated initialization for libstrongswan tests, we hit the following error: Lib (gthread-posix.c): Unexpected error from C library during 'pthread_key_create': Resource temporarily unavailable. The problem is not reproducible on a newer Gnome stack, hence we disable the glib based soup plugin until we have a more recent Ubuntu on Travis. --- diff --git a/scripts/test.sh b/scripts/test.sh index fafda66143..7d62953bbf 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -34,7 +34,7 @@ all) --disable-dumm --disable-kernel-pfroute --disable-keychain --disable-lock-profiler --disable-maemo --disable-padlock --disable-osx-attr --disable-tkm --disable-uci --disable-aikgen - --disable-systemd + --disable-systemd --disable-soup --disable-svc --disable-dbghelp-backtraces --disable-socket-win --disable-kernel-wfp --disable-kernel-iph --disable-winhttp" if test "$LEAK_DETECTIVE" = "yes"; then