bug-vc-dwim
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-vc-dwim] release coming soon


From: Jim Meyering
Subject: [Bug-vc-dwim] release coming soon
Date: Sat, 20 Jun 2009 11:32:06 +0200

FYI

Jim Meyering wrote:
...
> I've just pushed some revamp-style changes.
> There are still two failing vc-chlog tests on F10,
...

It was due to my using an old test release of patch.
Updating to latest solved it.

> Also, I am about to make gnulib a submodule.
>
> Here's what "make check" is doing on F10:
>
> Making check in .
> make[1]: Entering directory `/h/meyering/w/co/vc-dwim'
> make[1]: Nothing to be done for `check-am'.
> make[1]: Leaving directory `/h/meyering/w/co/vc-dwim'
> Making check in doc
> make[1]: Entering directory `/h/meyering/w/co/vc-dwim/doc'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/h/meyering/w/co/vc-dwim/doc'
> Making check in man
> make[1]: Entering directory `/h/meyering/w/co/vc-dwim/man'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/h/meyering/w/co/vc-dwim/man'
> Making check in tests
> make[1]: Entering directory `/h/meyering/w/co/vc-dwim/tests'
> make  check-TESTS
> make[2]: Entering directory `/h/meyering/w/co/vc-dwim/tests'
> make[3]: Entering directory `/h/meyering/w/co/vc-dwim/tests'
> PASS: no-vc
> PASS: two-line-attr
> SKIP: symlinked-changelog
> PASS: two-vc
> PASS: git-mv
> PASS: cl-other-user
> PASS: add-empty
> PASS: git-log-summary
> PASS: subdir-middle
> PASS: cl-but-no-diff
> FAIL: t-vc-chlog
> PASS: leading-comment
> PASS: subdir
> PASS: no-star
> FAIL: multiple-chlogs
> PASS: author
> PASS: subdir-cvs
> ===============================================
>    vc-dwim 1.0.42-89bb: tests/test-suite.log
> ===============================================
>
> 2 of 16 tests failed.  (1 test was not run).
>
> .. contents:: :depth: 2
>
>
> SKIP: symlinked-changelog (exit: 77)
> ====================================
>
> + vc-dwim --version
> vc-dwim version 1.0.40-fdfe
> + . ./require-bzr
> ++ have_bzr=1
> +++ sed 1q
> ++ bzr_version='Bazaar (bzr) 1.13.1'
> ++ test 0 '!=' 0
> ++ case $bzr_version in
> ++ have_bzr=0
> ++ test 0 = 0
> ++ echo './symlinked-changelog: skipping this test, since you lack bzr'
> ./symlinked-changelog: skipping this test, since you lack bzr
> ++ exit 77
> ++ exit 77
>
> FAIL: t-vc-chlog (exit: 1)
> ==========================
>
> + vc-chlog --version
> vc-chlog version 1.0.40-fdfe
> + . ./trap-setup
> +++ pwd
> ++ pwd=/h/meyering/w/co/vc-dwim/tests
> +++ echo ./t-vc-chlog
> +++ sed 's,.*/,,'
> ++ t0=t-vc-chlog.tmp
> ++ tmp=t-vc-chlog.tmp/4421
> ++ test '' '!=' set
> ++ trap 'st=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $st' 0
> ++ trap '(exit $?); exit $?' 1 2 13 15
> + mkdir -p t-vc-chlog.tmp/4421
> + cd t-vc-chlog.tmp/4421
> + : diff
> + :
> + diff_u='diff -u'
> + fail=0
> + set -e
> + cat
> + cat
> + cat
> + cat
> + cat
> + cat
> + cat
> + cat
> + cat
> + cat
> + -p0
> + fail=1
> + test yes '!=' yes
> + cat stdout
> + cat stderr
> ./t-vc-chlog: line 345: -p0: command not found
> + test 1 -ne 1
> + st=1
> + cd /h/meyering/w/co/vc-dwim/tests
> + chmod -R u+rwx t-vc-chlog.tmp
> + rm -rf t-vc-chlog.tmp
> + exit 1
>
> FAIL: multiple-chlogs (exit: 1)
> ===============================
>
> + vc-chlog --version
> vc-chlog version 1.0.40-fdfe
> + . ./trap-setup
> +++ pwd
> ++ pwd=/h/meyering/w/co/vc-dwim/tests
> +++ echo ./multiple-chlogs
> +++ sed 's,.*/,,'
> ++ t0=multiple-chlogs.tmp
> ++ tmp=multiple-chlogs.tmp/4439
> ++ test '' '!=' set
> ++ trap 'st=$?; cd "$pwd" && chmod -R u+rwx $t0 && rm -rf $t0 && exit $st' 0
> ++ trap '(exit $?); exit $?' 1 2 13 15
> + mkdir -p multiple-chlogs.tmp/4439
> + cd multiple-chlogs.tmp/4439
> + : diff
> + :
> + diff_u='diff -u'
> + fail=0
> + set -e
> + mkdir sub sub/subb
> + echo bla
> + echo blubb
> + echo baz
> + cat
> + cat
> + run_vc_chlog p1
> + p=p1
> + shift
> + vc-chlog --stdin
> + sed 's/^20[0-9][0-9].*/DATE  NAME  EMAIL/'
> + test yes '!=' yes
> + cat stdout
> DATE  NAME  EMAIL
>
>       * file1:
>
> + cat stderr
> + diff -u expected stdout
> --- expected  2009-06-19 10:52:19.000000000 +0200
> +++ stdout    2009-06-19 10:52:19.000000000 +0200
> @@ -1,5 +1,4 @@
>  DATE  NAME  EMAIL
>
>       * file1:
> -     * sub/file2:
>
> + st=1
> + cd /h/meyering/w/co/vc-dwim/tests
> + chmod -R u+rwx multiple-chlogs.tmp
> + rm -rf multiple-chlogs.tmp
> + exit 1
> ====================================
> 2 of 16 tests failed
> (1 test was not run)
> See tests/test-suite.log
> Please report to address@hidden
> ====================================
> make[3]: *** [test-suite.log] Error 1
> make[3]: Leaving directory `/h/meyering/w/co/vc-dwim/tests'
> make[2]: *** [check-TESTS] Error 2
> make[2]: Leaving directory `/h/meyering/w/co/vc-dwim/tests'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/h/meyering/w/co/vc-dwim/tests'
> make: *** [check-recursive] Error 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]