[Pkg-ocaml-maint-commits] [ocaml] 01/03: Disable faulty test cases
Stéphane Glondu
glondu at moszumanska.debian.org
Thu Oct 30 10:05:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch experimental/master
in repository ocaml.
commit 8f65b02c05261e3eb32630bc6eae123e0dbc01ed
Author: Stephane Glondu <steph at glondu.net>
Date: Tue Oct 28 09:43:15 2014 +0100
Disable faulty test cases
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 16afb68..04b5b64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -276,6 +276,8 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
rm -rf testsuite/tests/tool-debugger/basic/
rm -rf testsuite/tests/tool-debugger/find-artifacts/
rm -rf testsuite/tests/tool-debugger/no_debug_event/
+ : # FIXME: see http://caml.inria.fr/mantis/view.php?id=6630
+ rm -rf testsuite/tests/prim-bigstring
ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
rm -f testsuite/tests/misc-unsafe/almabench.ml
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git
More information about the Pkg-ocaml-maint-commits
mailing list