From 91b257b6fa81e07e2ef1f65cca07da083f1f8f82 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 30 Jul 2020 11:30:33 +0200 Subject: [PATCH] Unconditionally disable testpreempt test --- debian/rules | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index 48b85aeb..ba4d5efd 100755 --- a/debian/rules +++ b/debian/rules @@ -279,14 +279,10 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES))) sed -i /almabench.ml/d testsuite/tests/misc-unsafe/ocamltests rm -f testsuite/tests/misc-unsafe/almabench.ml endif -ifeq ($(OCAMLMAJOR),4.08) -ifneq (,$(findstring kfreebsd,$(DEB_BUILD_ARCH))) -# We temporarily disable testpreempt test which should be fixed in 4.09 -# See https://github.com/ocaml/ocaml/pull/8849 +# testpreempt test is too unreliable. +# It failed at least once on kfreebsd and amd64. sed -i /testpreempt.ml/d testsuite/tests/lib-systhreads/ocamltests 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 -- 2.30.2