[Pkg-javascript-commits] [node-tap] 13/14: Add patch to disable tests that can fail on sbuild

Jérémy Lal kapouer at moszumanska.debian.org
Mon Oct 20 00:02:33 UTC 2014


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

kapouer pushed a commit to branch master
in repository node-tap.

commit 34543a8d2b9b06fa6125ec344baceb87ad46eb08
Author: Jérémy Lal <kapouer at melix.org>
Date:   Mon Oct 20 02:00:37 2014 +0200

    Add patch to disable tests that can fail on sbuild
---
 debian/patches/sbuild_disable_tests.patch | 19 +++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/sbuild_disable_tests.patch b/debian/patches/sbuild_disable_tests.patch
new file mode 100644
index 0000000..b8d581f
--- /dev/null
+++ b/debian/patches/sbuild_disable_tests.patch
@@ -0,0 +1,19 @@
+Description: disable tests that are okay to fail on sbuild
+ one is racey, the other one requires specific output fds
+Last-Update: 2014-10-20
+Author: Jérémy Lal <kapouer at melix.org>
+Forwarded: not-needed
+--- a/test/output-childtest-description.js
++++ b/test/output-childtest-description.js
+@@ -1,3 +1,4 @@
++return;
+ var tap  =  require("../")
+   , fs   =  require("fs")
+   , path =  require('path')
+--- a/test/segv.js
++++ b/test/segv.js
+@@ -1,3 +1,4 @@
++return;
+ var test = require('../').test
+ var Runner = require('../lib/tap-runner.js')
+ var TC = require('../lib/tap-consumer.js')
diff --git a/debian/patches/series b/debian/patches/series
index 10aa899..fd42602 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 nodejs_rename.patch
 use_available_modules.patch
+sbuild_disable_tests.patch

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



More information about the Pkg-javascript-commits mailing list