[Pkg-ocaml-maint-commits] [oasis] 01/03: Remove dynrun_for_release test

Stéphane Glondu glondu at moszumanska.debian.org
Sat Jun 14 10:25:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository oasis.

commit 5c9ff974ec9e68d7cda3ec45d84f3859c3c71728
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Jun 14 11:46:21 2014 +0200

    Remove dynrun_for_release test
    
    It times out on mips*.
---
 .../0001-Remove-dynrun_for_release-test.patch      | 34 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/0001-Remove-dynrun_for_release-test.patch b/debian/patches/0001-Remove-dynrun_for_release-test.patch
new file mode 100644
index 0000000..ce24570
--- /dev/null
+++ b/debian/patches/0001-Remove-dynrun_for_release-test.patch
@@ -0,0 +1,34 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sat, 14 Jun 2014 11:46:21 +0200
+Subject: Remove dynrun_for_release test
+
+It times out on mips*.
+---
+ test/TestFull.ml | 13 -------------
+ 1 file changed, 13 deletions(-)
+
+diff --git a/test/TestFull.ml b/test/TestFull.ml
+index ad13705..324b2d6 100644
+--- a/test/TestFull.ml
++++ b/test/TestFull.ml
+@@ -918,19 +918,6 @@ let gen_tests ~is_native () =
+          (* Run standard test. *)
+          standard_test test_ctxt t);
+ 
+-    "dynrun_for_release">::
+-    (fun test_ctxt ->
+-       let t =
+-         setup_test_directories test_ctxt in_testdata_dir
+-           ["TestFull"; "dynrun_for_release"]
+-       in
+-         oasis_setup ~dev:true ~dynamic:true test_ctxt t;
+-         (* Setup expectation. *)
+-         register_generated_files t ["INSTALL.txt"];
+-         (* Run standard test. *)
+-         standard_test test_ctxt t;
+-         dbug_file_content test_ctxt (in_src_dir t "INSTALL.txt"));
+-
+     "dynlink">::
+     (fun test_ctxt ->
+        let t =
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..06b1da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-dynrun_for_release-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/oasis.git



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