[Pkg-ocaml-maint-commits] [SCM] bin-prot packaging branch, master, updated. debian/1.2.24-1-12-g8301999

Stephane Glondu steph at glondu.net
Mon Jun 27 13:57:44 UTC 2011


The following commit has been merged in the master branch:
commit 67becb1c4fc203c2ffdf17f364d85557b8c32349
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jun 27 15:23:33 2011 +0200

    Temporarily disable bigstring tests

diff --git a/debian/patches/0001-Disable-bigstring-tests-temporary-measure.patch b/debian/patches/0001-Disable-bigstring-tests-temporary-measure.patch
new file mode 100644
index 0000000..299e57f
--- /dev/null
+++ b/debian/patches/0001-Disable-bigstring-tests-temporary-measure.patch
@@ -0,0 +1,37 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Mon, 27 Jun 2011 15:21:47 +0200
+Subject: Disable bigstring tests (temporary measure)
+
+They are failing because of changes in comparisons of big arrays in
+OCaml 3.12.1...
+---
+ lib_test/bin_prot_test.ml |   15 ---------------
+ 1 files changed, 0 insertions(+), 15 deletions(-)
+
+diff --git a/lib_test/bin_prot_test.ml b/lib_test/bin_prot_test.ml
+index 75b7f31..d245f69 100644
+--- a/lib_test/bin_prot_test.ml
++++ b/lib_test/bin_prot_test.ml
+@@ -854,21 +854,6 @@ module Make (Spec : SPEC) (Read : Reader_spec) (Write : Writer_spec) = struct
+               ]
+           );
+ 
+-        "bigstring" >::
+-          (fun () ->
+-            let n = 128 in
+-            let header = 3 in
+-            let size = header + n in
+-            let bstr = mk_bigstring n in
+-            check_all size "bigstring"
+-              Read.bin_read_bigstring
+-              Write.bin_write_bigstring
+-              [
+-                (bstr, "[| ... |]", size);
+-                (mk_bigstring 0, "[||]", 1);
+-              ]
+-          );
+-
+         "variant_tag" >::
+           (fun () ->
+             check_all 4 "variant_tag"
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4623feb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Disable-bigstring-tests-temporary-measure.patch

-- 
bin-prot packaging



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