[Pkg-javascript-commits] [node-tap] branch master updated (66a9909 -> 83307e0)
Ximin Luo
infinity0 at debian.org
Mon Aug 31 02:38:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to branch master
in repository node-tap.
from 66a9909 Release
new 4d55352 Imported Upstream version 0.7.1
new 6846190 Merge tag 'upstream/0.7.1'
new 44876f1 update changelog, update patches
new 83307e0 update VCS URL, update dh compat
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 2 +-
bin/tap.js | 7 ++-
debian/changelog | 7 +++
debian/compat | 2 +-
debian/control | 5 +--
debian/patches/mitigate_test_segv.patch | 6 +--
debian/patches/use_available_modules.patch | 4 +-
lib/tap-assert.js | 23 +++++++++-
lib/tap-global-harness.js | 12 ++++++
lib/tap-harness.js | 10 +++--
lib/tap-producer.js | 4 +-
lib/tap-results.js | 39 +++++++++--------
lib/tap-runner.js | 9 ++--
package.json | 14 +++---
test/debug-test.js | 5 ++-
test/{deep.js => deep-strict.js} | 18 ++++----
test/deep.js | 24 +++++------
test/exit-code.js | 69 ++++++++++++++++++++++++++++++
test/expose-gc-test.js | 23 ++++++----
test/fixtures/fail-correct-exit.js | 4 ++
test/fixtures/fail-exit.js | 4 ++
test/fixtures/fail-zero-exit.js | 4 ++
test/fixtures/success.js | 3 ++
test/fixtures/todo-skip-descriptions.js | 4 ++
test/fixtures/trivial-success.js | 1 +
test/nested-async.js | 36 ++++++++++++++++
test/nested-test.js | 3 +-
test/not-executed.sh | 1 +
test/result-trap.js | 13 ++----
test/segv.js | 3 +-
test/test-assert-todo-skip.js | 13 ++++++
test/test-directives.js | 48 +++++++++++++++++++++
test/test-skip.js | 5 +++
test/valid-command.js | 2 +-
34 files changed, 334 insertions(+), 93 deletions(-)
copy test/{deep.js => deep-strict.js} (56%)
create mode 100644 test/exit-code.js
create mode 100644 test/fixtures/fail-correct-exit.js
create mode 100644 test/fixtures/fail-exit.js
create mode 100644 test/fixtures/fail-zero-exit.js
create mode 100644 test/fixtures/success.js
create mode 100644 test/fixtures/todo-skip-descriptions.js
create mode 100644 test/fixtures/trivial-success.js
create mode 100644 test/nested-async.js
create mode 100644 test/test-assert-todo-skip.js
create mode 100644 test/test-directives.js
create mode 100644 test/test-skip.js
--
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