on debian 6.0.5 amd64 : . . . PASS: t/self-check-cleanup.tap 5 - post-cleanup removed null-perms testdir PASS: t/self-check-cleanup.tap 6 - pre-cleanup with testdir with zero-perms symlinks PASS: t/self-check-cleanup.tap 7 - pre-cleanup chmod doesn't follow symlinks to files FAIL: t/self-check-cleanup.tap 8 - pre-cleanup chmod doesn't follow symlinks to dirs PASS: t/self-check-cleanup.tap 9 - post-cleanup with testdir with zero-perms symlinks PASS: t/self-check-cleanup.tap 10 - post-cleanup chmod doesn't follow symlinks to files FAIL: t/self-check-cleanup.tap 11 - post-cleanup chmod doesn't follow symlinks to dirs PASS: t/self-check-cleanup.tap 12 - exit trap doesn't clobber exit status 1 PASS: t/self-check-cleanup.tap 13 - testdir not removed if exiting with status 1 PASS: t/self-check-cleanup.tap 14 - exit trap doesn't clobber exit status 2 PASS: t/self-check-cleanup.tap 15 - testdir not removed if exiting with status 2 . . .
============================================================================ Testsuite summary for GNU Automake 1.12.1 ============================================================================ # TOTAL: 2715 # PASS: 2447 # SKIP: 228 # XFAIL: 38 # FAIL: 2 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to [email protected] ============================================================================ find . -type f -name test-suite.log ./t/tap-bad-prog.dir/test-suite.log ./t/parallel-tests-many.dir/test-suite.log ./t/tap-bad-prog-w.dir/test-suite.log ./test-suite.log $ wc -l ./test-suite.log 22063 ./test-suite.log $ wc -l ./t/tap-bad-prog.dir/test-suite.log ./t/parallel-tests-many.dir/test-suite.log ./t/tap-bad-prog-w.dir/test-suite.log 35 ./t/tap-bad-prog.dir/test-suite.log 14 ./t/parallel-tests-many.dir/test-suite.log 32 ./t/tap-bad-prog-w.dir/test-suite.log 81 total $ cat ./t/tap-bad-prog.dir/test-suite.log ======================================== tap-bad-prog 1.0: ./test-suite.log ======================================== # TOTAL: 6 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 6 .. contents:: :depth: 2 ERROR: none =========== ./tap-driver: line 143: ./none.test: No such file or directory ERROR: none.test - missing test plan ERROR: none.test - exited with status 127 (command not found?) ERROR: noread ============= ./tap-driver: line 143: ./noread.test: Permission denied ERROR: noread.test - missing test plan ERROR: noread.test - exited with status 126 ERROR: noexec ============= ./tap-driver: line 143: ./noexec.test: Permission denied ERROR: noexec.test - missing test plan ERROR: noexec.test - exited with status 126 $ $ $ cat ./t/parallel-tests-many.dir/test-suite.log =============================================== parallel-tests-many 1.0: ./test-suite.log =============================================== # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 $ $ cat ./t/tap-bad-prog-w.dir/test-suite.log ========================================== tap-bad-prog-w 1.0: ./test-suite.log ========================================== # TOTAL: 3 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 3 .. contents:: :depth: 2 ERROR: none =========== ERROR: none.test - couldn't execute test script ERROR: none.test - missing test plan ERROR: noread ============= ERROR: noread.test - couldn't execute test script ERROR: noread.test - missing test plan ERROR: noexec ============= ERROR: noexec.test - couldn't execute test script ERROR: noexec.test - missing test plan Let me know what else is needed . Dennis
