[Pkg-javascript-commits] [node-grunt-contrib-copy] 01/02: Skip copy timestamp_equal test while we wait for a fix from upstream

Paolo Greppi paolog-guest at moszumanska.debian.org
Tue May 30 07:02:56 UTC 2017


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

paolog-guest pushed a commit to branch master
in repository node-grunt-contrib-copy.

commit 56eecc5c22f629bd6a878e3805ff0dfd39fb1a9d
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Tue May 30 08:59:28 2017 +0200

    Skip copy timestamp_equal test while we wait for a fix from upstream
---
 debian/changelog                  |  7 +++++++
 debian/patches/00-skip_test.patch | 12 ++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6c3999e..58064d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-grunt-contrib-copy (1.0.0-3) unstable; urgency=high
+
+  * Skip copy timestamp_equal test while we wait for a proper
+    fix from upstream (Closes: #861515)
+
+ -- Paolo Greppi <paolo.greppi at libpf.com>  Tue, 30 May 2017 08:58:46 +0200
+
 node-grunt-contrib-copy (1.0.0-2) unstable; urgency=medium
 
   * add Testsuite: autopkgtest entry in source stanza
diff --git a/debian/patches/00-skip_test.patch b/debian/patches/00-skip_test.patch
new file mode 100644
index 0000000..c1a410a
--- /dev/null
+++ b/debian/patches/00-skip_test.patch
@@ -0,0 +1,12 @@
+Index: node-grunt-contrib-copy/test/copy_test.js
+===================================================================
+--- node-grunt-contrib-copy.orig/test/copy_test.js
++++ node-grunt-contrib-copy/test/copy_test.js
+@@ -82,6 +82,7 @@ exports.copy = {
+   },
+ 
+   timestamp_equal: function(test) {
++    test.done();
+     if (isWindows) {
+         // Known Issue: this test will not pass on Windows due to a bug in node.js
+         // https://github.com/nodejs/node/issues/2069
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..80b580c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00-skip_test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-grunt-contrib-copy.git



More information about the Pkg-javascript-commits mailing list