- ./autogen.sh
- mingw32-configure --without-gnutls-version-check CFLAGS=-g
- make -j4
-# These tests seem to fail due to wine failing to start; setting as XFAIL
-# since these never run before this patch set.
- - make VERBOSE=1 -j4 check XFAIL_TESTS="sigterm dtls-psk"
+# Setup wine path so tests won't fail due to unresolved dll dependencies
+ - export WINEPATH=/usr/i686-w64-mingw32/sys-root/mingw/bin\;.
+ - make VERBOSE=1 -j4 check
tags:
- shared
except:
- ./autogen.sh
- mingw32-configure --without-gnutls --with-openssl --without-openssl-version-check CFLAGS=-g
- make -j4
-# These tests seem to fail due to wine failing to start; setting as XFAIL
-# since these never run before this patch set. bad_dtls_test fails due
-# to an issue in fedora's openssl.
- - make VERBOSE=1 -j4 check XFAIL_TESTS="sigterm dtls-psk bad_dtls_test.exe"
+# Setup wine path so tests won't fail due to unresolved dll dependencies
+ - export WINEPATH=/usr/i686-w64-mingw32/sys-root/mingw/bin\;.
+ - make VERBOSE=1 -j4 check
tags:
- shared
except:
- ./autogen.sh
- mingw64-configure --without-gnutls-version-check CFLAGS=-g
- make -j4
-# These tests seem to fail due to wine failing to start; setting as XFAIL
-# since these never run before this patch set.
- - make VERBOSE=1 -j4 check XFAIL_TESTS="sigterm dtls-psk"
+# Setup wine path so tests won't fail due to unresolved dll dependencies
+ - export WINEPATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin\;.
+ - make VERBOSE=1 -j4 check
tags:
- shared
except:
- ./autogen.sh
- mingw64-configure --without-gnutls --with-openssl --without-openssl-version-check CFLAGS=-g
- make -j4
-# These tests seem to fail due to wine failing to start; setting as XFAIL
-# since these never run before this patch set. bad_dtls_test fails due
-# to an issue in fedora's openssl.
- - make VERBOSE=1 -j4 check XFAIL_TESTS="sigterm dtls-psk bad_dtls_test.exe"
+# Setup wine path so tests won't fail due to unresolved dll dependencies
+ - export WINEPATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin\;.
+ - make VERBOSE=1 -j4 check
tags:
- shared
except: