[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, experimental/master, updated. debian/4.00.0__dev15+12379-1-19-g8329789

Stephane Glondu steph at glondu.net
Thu Jun 14 06:47:43 UTC 2012


The following commit has been merged in the experimental/master branch:
commit 40d64394bd467988db278420349d370f44a8f430
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jun 13 15:49:41 2012 +0200

    Skip broken test

diff --git a/debian/rules b/debian/rules
index db89c5a..cf6fe27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -309,6 +309,8 @@ ifeq (,$(DEB_TEST_BUILD_PREFIX))
 	  && dh_installdirs \
 	  && $(TESTRULES) install-stamp \
 	  && cp -a debian/tmp/* ..
+# Broken test (see http://caml.inria.fr/mantis/view.php?id=5648)
+	rm -f $(TESTDIR)/ocaml-*/testsuite/tests/lib-threads/test4.ml
 # Thread tests seem to hang on buildds, but cannot reproduce elsewhere
 ifneq (,$(findstring kfreebsd,$(DEB_BUILD_ARCH)))
 	rm -rf $(TESTDIR)/ocaml-*/testsuite/tests/lib-threads

-- 
OCaml packaging



More information about the Pkg-ocaml-maint-commits mailing list