[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Please report to address@hidden
From: |
Younes Younes |
Subject: |
Re: Please report to address@hidden |
Date: |
Mon, 03 Mar 2008 11:21:29 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20070802) |
Hi Ralf,
the test file is instsh2.test
hier is the report
good luck
with kind regards
Younes
==================================Begin
date: Saturday, March 1, 2008 2:34:59 PM MET
sh-3.00$ env TESTS=instsh2.test VERBOSE=yes make -e check
make defs aclocal-1.10 automake-1.10
`defs' is up to date.
`aclocal-1.10' is up to date.
`automake-1.10' is up to date.
make check-TESTS
/home/younes/built/automake-1.10.1/tests:/usr/local/bin:/usr/ccs/bin:/usr/ucb:/usr/bin:/usr/sfw/bin:/opt/csw/bin:/usr/openwin/bin:/usr/lang/bin:/opt/csw/php5/bin:/home/ini/younes/bin
=== Running test ./instsh2.test
+ pwd
/home/younes/built/automake-1.10.1/tests/testSubDir
+ set -e
+ ./install-sh
./install-sh: no input file specified.
+ ./install-sh -m 644 dest
./install-sh: no input file specified.
+ ./install-sh -d
+ ./install-sh -d d0
+ test -d d0
+ ./install-sh -d d1 d2 d3 d4
+ test -d d1
+ test -d d2
+ test -d d3
+ test -d d4
+ ./install-sh -d p1/p2/p3 p4//p5//p6//
+ test -d p1/p2/p3
+ test -d p4/p5/p6
+ :
+ ./install-sh -c -m 644 x y
+ test -f x
+ test -f y
+ ./install-sh -m 644 y z
+ test -f y
+ test -f z
+ ./install-sh -m 644 -c x z d1
+ test -f x
+ test -f z
+ test -f d1/x
+ test -f d1/z
+ ./install-sh -m 644 x z d2//
+ test -f x
+ test -f z
+ test -f d2/x
+ test -f d2/z
+ ./install-sh -t d3 -m 644 x z
+ test -f x
+ test -f z
+ test -f d3/x
+ test -f d3/z
+ ./install-sh -t d4// -m 644 x z
+ test -f x
+ test -f z
+ test -f d4/x
+ test -f d4/z
+ ./install-sh -T x d3/y
+ test -f x
+ test -f d3/y
+ ./install-sh -T x d3
./install-sh: d3: Is a directory
+ ./install-sh -T x d4//
./install-sh: d4//: Is a directory
+ echo foo
+ ./install-sh -C file d1
+ touch -t 198309271735.59 d1/file
TZ=UTC0
usage: touch [-amcf] file ...
FAIL: instsh2.test
=====================================
1 of 1 tests failed
Please report to address@hidden
=====================================
*** Error code 1
The following command caused the error:
failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
srcdir=.; export srcdir; \
list=' instsh2.test '; \
if test -n "$list"; then \
for tst in $list; do \
if test -f ./$tst; then dir=./; \
elif test -f $tst; then dir=; \
else dir="./"; fi; \
if ${dir}$tst; then \
all=`expr $all + 1`; \
case " auxdir2.test cond17.test txinfo5.test " in \
*$ws$tst$ws*) \
xpass=`expr $xpass + 1`; \
failed=`expr $failed + 1`; \
echo "XPASS: $tst"; \
;; \
*) \
echo "PASS: $tst"; \
;; \
esac; \
elif test $? -ne 77; then \
all=`expr $all + 1`; \
case " auxdir2.test cond17.test txinfo5.test " in \
*$ws$tst$ws*) \
xfail=`expr $xfail + 1`; \
echo "XFAIL: $tst"; \
;; \
*) \
failed=`expr $failed + 1`; \
echo "FAIL: $tst"; \
;; \
esac; \
else \
skip=`expr $skip + 1`; \
echo "SKIP: $tst"; \
fi; \
done; \
if test "$failed" -eq 0; then \
if test "$xfail" -eq 0; then \
banner="All $all tests passed"; \
else \
banner="All $all tests behaved as expected ($xfail expected
failures)"; \
fi; \
else \
if test "$xpass" -eq 0; then \
banner="$failed of $all tests failed"; \
else \
banner="$failed of $all tests did not behave as expected ($xpass
unexpected passes)"; \
fi; \
fi; \
dashes="$banner"; \
skipped=""; \
if test "$skip" -ne 0; then \
skipped="($skip tests were not run)"; \
test `echo "$skipped" | wc -c` -le `echo "$banner" | wc -c` || \
dashes="$skipped"; \
fi; \
report=""; \
if test "$failed" -ne 0 && test -n "address@hidden"; then \
report="Please report to address@hidden"; \
test `echo "$report" | wc -c` -le `echo "$banner" | wc -c` || \
dashes="$report"; \
fi; \
dashes=`echo "$dashes" | sed s/./=/g`; \
echo "$dashes"; \
echo "$banner"; \
test -z "$skipped" || echo "$skipped"; \
test -z "$report" || echo "$report"; \
echo "$dashes"; \
test "$failed" -eq 0; \
else :; fi
make: Fatal error: Command failed for target `check-TESTS'
Current working directory /home/younes/built/automake-1.10.1/tests
*** Error code 1
make: Fatal error: Command failed for target `check-am'
===================================End
Ralf Wildenhues wrote:
Hi Younes,
* Younes Younes wrote on Fri, Feb 29, 2008 at 10:48:06AM CET:
=====================================
1 of 540 tests failed
(74 tests were not run)
Please report to address@hidden
=====================================
Thanks for the report. Can you look at the output before that to find out
which test failed? Say its name was foo.test, can you then post the
output of
cd tests
env TESTS=foo.test VERBOSE=yes make -e check
please?
Thanks,
Ralf
younes.vcf
Description: Vcard
- Re: Please report to address@hidden,
Younes Younes <=