aboutsummaryrefslogtreecommitdiff
Disable tests who fail because they have to run as root.

--- libusb-0.1.12/tests/Makefile.in	2006-03-04 03:54:06.000000000 +0100
+++ libusb-0.1.12/tests/Makefile.in	2017-07-13 16:17:45.201728019 +0200
@@ -255,8 +255,8 @@
 hub_strings_LDADD = $(top_builddir)/libusbpp.la @OSLIBS@
 driver_name_SOURCES = driver_name.cpp
 driver_name_LDADD = $(top_builddir)/libusbpp.la @OSLIBS@
-TESTS = testlibusb descriptor_test id_test find_hubs find_mice \
-		get_resolution hub_strings $(OS_SPECIFIC)
+TESTS = testlibusb descriptor_test id_test find_hubs find_mice
+		#get_resolution hub_strings $(OS_SPECIFIC)
 
 XFAIL_TESTS = get_resolution hub_strings $(OS_SPECIFIC_XFAIL)
 all: all-am
span>Tobias Geerinckx-Rice 2021-10-04gnu: wireguard-tools: Update to 1.0.20210914....* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210914. [arguments]: Don't explicitly return #t from phases. Re-indent not to exceed 80 columns. Tobias Geerinckx-Rice 2021-07-12gnu: strongswan: Update to 5.9.3....* gnu/packages/vpn.scm (strongswan): Update to 5.9.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Domagoj Stolfa 2021-07-07gnu: Add bitmask....* gnu/packages/vpn.scm (bitmask): New variable. Co-authored-by: jgart <jgart@dismail.de> Raghav Gururajan 2021-06-25gnu: strongswan: Invoke absolute file names in ‘ipsec’ launcher....* gnu/packages/vpn.scm (strongswan)[arguments]: Include the ‘ipsec’ launcher script in the 'patch-command-file-names phase. [inputs]: Add coreutils. Tobias Geerinckx-Rice 2021-06-20gnu: openvpn: Update to 2.5.3....* gnu/packages/vpn.scm (openvpn): Update to 2.5.3. Signed-off-by: Brice Waegeneire <brice@waegenei.re> Solene Rapenne 2021-06-19gnu: Add missing imports to (gnu packages vpn)....This follows up on c85ed0e758d7fa230c08dba6b95c65ceac098d50. * gnu/packages/vpn.scm: Import (gnu packages curl), (gnu packages gnome), and (gnu packages multiprecision). * gnu/packages/networking.scm: Remove unused (gnu packages multiprecision) import. f Tobias Geerinckx-Rice 2021-06-19gnu: Move strongswan to (gnu packages vpn)....See <https://logs.guix.gnu.org/guix/2021-06-19.log#015517>. * gnu/packages/networking.scm (strongswan): Move from here… * gnu/packages/vpn.scm (strongswan): …to here. Tobias Geerinckx-Rice 2021-04-27gnu: wireguard-tools: Update to 1.0.20210424....* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210424. Tobias Geerinckx-Rice 2021-04-22gnu: openvpn: Update to 2.5.2....* gnu/packages/vpn.scm (openvpn): Update to 2.5.2. Tobias Geerinckx-Rice 2021-04-22gnu: openconnect-sso: Update to 0.7.3....* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.3. Tobias Geerinckx-Rice 2021-04-13gnu: openconnect-sso: Update to 0.7.2....* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.2. [arguments]: Remove 'adjust-package-version-requirements phase. Efraim Flashner 2021-03-29gnu: wireguard-tools: Update to 1.0.20210315....* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210315. Tobias Geerinckx-Rice 2021-03-13gnu: wireguard-tools: Update to 1.0.20210223....* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210223. Tobias Geerinckx-Rice 2021-03-11gnu: openvpn: Update to 2.5.1 [security fixes]....Non-exhaustively, fixes CVE-2020-7224. * gnu/packages/vpn.scm (openvpn): Update to 2.5.1. Léo Le Bouter