[Pkg-haskell-commits] darcs: darcs: Disable test-issue1763 on the advice of upstream. Something wicked is going on in the test harness which causes it to fail, even though the functionality is fine. Another option seems to be to run the test suite using zsh.

Iain Lane laney at debian.org
Mon Oct 10 08:34:44 UTC 2011


Mon Oct 10 08:14:32 UTC 2011  Iain Lane <laney at debian.org>
  * Disable test-issue1763 on the advice of upstream. Something wicked is going on in the test harness which causes it to fail, even though the functionality is fine. Another option seems to be to run the test suite using zsh.
  Ignore-this: 451415a1ad2723821ceff024ebf823e6

    M ./changelog +4
    A ./patches/disable-test1763
    M ./patches/series +1

Mon Oct 10 08:14:32 UTC 2011  Iain Lane <laney at debian.org>
  * Disable test-issue1763 on the advice of upstream. Something wicked is going on in the test harness which causes it to fail, even though the functionality is fine. Another option seems to be to run the test suite using zsh.
  Ignore-this: 451415a1ad2723821ceff024ebf823e6
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2011-10-10 08:34:44.367829207 +0000
+++ new-darcs//changelog	2011-10-10 08:34:44.455833030 +0000
@@ -1,6 +1,10 @@
 darcs (2.5.2-5) UNRELEASED; urgency=low
 
   * Remove test-issue1763-use-tmpdir: failed to work
+  * Disable test-issue1763 on the advice of upstream. Something wicked is
+    going on in the test harness which causes it to fail, even though the
+    functionality is fine. Another option seems to be to run the test suite
+    using zsh.
 
  -- Iain Lane <laney at debian.org>  Mon, 10 Oct 2011 09:07:00 +0100
 
diff -rN -u old-darcs//patches/disable-test1763 new-darcs//patches/disable-test1763
--- old-darcs//patches/disable-test1763	1970-01-01 00:00:00.000000000 +0000
+++ new-darcs//patches/disable-test1763	2011-10-10 08:34:44.431832188 +0000
@@ -0,0 +1,17 @@
+Description: The test harness doesn't seem to be able to run this test, even though it is fine
+Forwarded: not-needed
+Author: Iain Lane <laney at debian.org>
+
+Index: darcs/tests/issue1763-pull-fails-on-non-ascii-filenames.sh
+===================================================================
+--- darcs.orig/tests/issue1763-pull-fails-on-non-ascii-filenames.sh	2011-10-10 09:09:05.902661166 +0100
++++ darcs/tests/issue1763-pull-fails-on-non-ascii-filenames.sh	2011-10-10 09:11:11.805775883 +0100
+@@ -25,6 +25,8 @@
+ ## CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ ## SOFTWARE.
+ 
++exit 200
++
+ . lib
+ 
+ abort_windows # FIXME! We should figure out what's going on here
diff -rN -u old-darcs//patches/series new-darcs//patches/series
--- old-darcs//patches/series	2011-10-10 08:34:44.363829837 +0000
+++ new-darcs//patches/series	2011-10-10 08:34:44.435832546 +0000
@@ -3,3 +3,4 @@
 skip-external.sh-test
 relax-regex-compat-version
 tests-use-bash
+disable-test1763





More information about the Pkg-haskell-commits mailing list