From 7564e7945aa46e775bb0dd5a333d9bb2ed6799aa Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Mon, 4 Nov 2019 10:42:36 +0100 Subject: [PATCH] Disable failing tests on hurd --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index ca2d610a..6a0fa802 100755 --- a/debian/rules +++ b/debian/rules @@ -275,6 +275,12 @@ ifneq (,$(findstring kfreebsd,$(DEB_BUILD_ARCH))) rm -f testsuite/tests/lib-systhreads/testpreempt.ml endif endif +ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH))) + sed -i /beat.ml/d testsuite/tests/lib-threads/ocamltests + rm -f testsuite/tests/lib-threads/beat.ml + sed -i /threadsigmask.ml/d testsuite/tests/lib-systhreads/ocamltests + rm -f testsuite/tests/lib-systhreads/threadsigmask.ml +endif ifeq (,$(DEB_TEST_BUILD_PREFIX)) cd testsuite && make all endif -- 2.30.2