bug-grep
[Top][All Lists]
Advanced

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

check error


From: Luis Fernando Schultz Xavier da Silveira
Subject: check error
Date: Tue, 02 Dec 2008 11:38:21 -0200
User-agent: Thunderbird 2.0.0.18 (X11/20081122)

I have downloaded grep-2.5.3, configured it with

export CFLAGS="-s -march=pentium-m -Os -fomit-frame-pointer -mmmx -msse -msse2 
-mfpmath=sse -pipe"

./configure \
       --prefix=/home/lfs/tools \
       \
       --disable-nls \
       --disable-perl-regexp \
--without-included-regex
.

Then I compiled it (`make`) and checked it (`make check`).

Some tests failed with trivial test cases. The output follows.

Thank you for your time.

P.S.: The color characters are funny.

============== output for `make check` with irrelevant information stripped 
==========================



Please, do not be alarmed if some of the tests failed.
Report them to <address@hidden>,
with the line number, the name of the file,
and grep version number 'grep --version'.
Thank You.

PASS: warning.sh
PASS: khadafy.sh
PASS: spencer1.sh
PASS: bre.sh
PASS: ere.sh
PASS: pcre.sh
PASS: status.sh
PASS: empty.sh
PASS: options.sh
PASS: backref.sh
PASS: file.sh
Testing:  ../src/grep Word -o -i
 input:  "WordA/wordB/WORDC/"
 output: ""
 expect: "Word/word/WORD/"
FAIL
Testing:  ../src/grep WORD -o -i
 input:  "WordA/wordB/WORDC/"
 output: ""
 expect: "Word/word/WORD/"
FAIL
Testing:  ../src/grep Word --color=always -i
 input:  "WordA/wordb/WORDC/"
 output: "WordA/wordb/WORDC/"
 expect: "WordA/wordb/WORDC/"
FAIL
Testing:  ../src/grep WORD --color=always -i
 input:  "WordA/wordb/WORDC/"
 output: "WordA/wordb/WORDC/"
 expect: "WordA/wordb/WORDC/"
FAIL
FAIL: foad1.sh
SKIP: fmbtest.sh
Test #11:  { ../src/grep -F -n -b -m 5 -C 1 yes; echo "?$?"; sed 's!^!X!'; }
 output:  "2-10-[B02 no ]/3:20:[C03 yes]/4:30:[D04 yes]/5:40:[E05 yes]/6-50-[F06 no 
]/7-60-[G07 no ]/8:70:[H08 yes]/9:80:[I09 yes]/10-90-[J10 no ]/?0/X[J10 no ]/X[K11 no 
]/X[L12 no ]/X[M13 yes]/X[N14 yes]/"
 expect:  "2-10-[B02 no ]/3:20:[C03 yes]/4:30:[D04 yes]/5:40:[E05 yes]/6-50-[F06 no 
]/7-60-[G07 no ]/8:70:[H08 yes]/9:80:[I09 yes]/?0/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 
yes]/X[N14 yes]/"
   FAIL
Test #27:  { ../src/grep -F -n -b -m 2 -v -C 1 yes; echo "?$?"; sed 's!^!X!'; }
 output:  "1:0:[A01 no ]/2:10:[B02 no ]/3-20-[C03 yes]/?0/X[C03 yes]/X[D04 
yes]/X[E05 yes]/X[F06 no ]/X[G07 no ]/X[H08 yes]/X[I09 yes]/X[J10 no ]/X[K11 no ]/X[L12 
no ]/X[M13 yes]/X[N14 yes]/"
 expect:  "1:0:[A01 no ]/2:10:[B02 no ]/?0/X[C03 yes]/X[D04 yes]/X[E05 yes]/X[F06 no 
]/X[G07 no ]/X[H08 yes]/X[I09 yes]/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 yes]/X[N14 
yes]/"
   FAIL
Test #28:  { ../src/grep -F -n -b -m 2 -v -C 1 -o yes; echo "?$?"; sed 
's!^!X!'; }
 output:  "3-25-yes/?0/X[C03 yes]/X[D04 yes]/X[E05 yes]/X[F06 no ]/X[G07 no ]/X[H08 
yes]/X[I09 yes]/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 yes]/X[N14 yes]/"
 expect:  "?0/X[C03 yes]/X[D04 yes]/X[E05 yes]/X[F06 no ]/X[G07 no ]/X[H08 
yes]/X[I09 yes]/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 yes]/X[N14 yes]/"
   FAIL
FAIL: yesno.sh
=================================
2 of 13 tests failed
(1 tests were not run)
Please report to address@hidden
=================================




reply via email to

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