[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug report grep-2.5.3
From: |
G. Piunovskaya |
Subject: |
Bug report grep-2.5.3 |
Date: |
Fri, 14 Dec 2007 15:13:52 +0000 |
User-agent: |
Thunderbird 2.0.0.9 (X11/20071031) |
Hi,
Tried to buid grep-2.5.3 on five HP-UX boxes using HP C compilers:
Systems:
PA-RISC: B.11.11, B.11.23 and B.11.31
ITANIUM: B.11.23 and B.11.31
Compilers used: PA-RISC - B.11.X.35098-35101.GP (HP C)
Itanium - A.06.12 (HP C)
_It was OK on all 5 boxes but haven't passed all tests:_
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 w. -o -b
input: "XwA YwB/ZwC/"
output: "4:wA/8:wB/12:wC/"
expect: "1:wA/5:wB/9:wC/"
FAIL
Testing: ../src/grep w. -o -b -i
input: "XwA YwB/ZwC/"
output: "4:wA/8:wB/12:wC/"
expect: "1:wA/5:wB/9:wC/"
FAIL
Testing: ../src/grep w. -o -b -3
input: "XwA YwB/ZwC/"
output: "4:wA/8:wB/12:wC/"
expect: "1:wA/5:wB/9:wC/"
FAIL
Testing: ../src/grep w -F -o -b
input: "XwA YwB/ZwC/"
output: "4:w/8:w/12:w/"
expect: "1:w/5:w/9:w/"
FAIL
Testing: ../src/grep w -F -o -b -i
input: "XwA YwB/ZwC/"
output: "4:w/8:w/12:w/"
expect: "1:w/5:w/9:w/"
FAIL
Testing: ../src/grep w -F -o -b -3
input: "XwA YwB/ZwC/"
output: "4:w/8:w/12:w/"
expect: "1:w/5:w/9:w/"
FAIL
Testing: ../src/grep ^word_* -o
input: "word_word/"
output: ""
expect: "word_/"
FAIL
Testing: ../src/grep Word --color=always -i
input: "WordA/wordb/WORDC/"
output: "-n WordA/wordb/WORDC/"
expect: "WordA/wordb/WORDC/"
FAIL
Testing: ../src/grep word --color=always -i
input: "WordA/wordb/WORDC/"
output: "-n WordA/wordb/WORDC/"
expect: "WordA/wordb/WORDC/"
FAIL
Testing: ../src/grep WORD --color=always -i
input: "WordA/wordb/WORDC/"
output: "-n WordA/wordb/WORDC/"
expect: "WordA/wordb/WORDC/"
FAIL
Testing: ../src/grep ^word_* --color=always
input: "word_word/"
output: ""
expect: "word_word/"
FAIL
Testing: ../src/grep \<word --color=always
input: "wordword/"
output: "-n wordword/"
expect: "wordword/"
FAIL
Testing: ../src/grep ^4$ -m1 -A99
input: "4/40/"
output: ""
expect: "4/40/"
FAIL
Testing: ../src/grep ^4$ -m1 -A99
input: "4/04/"
output: ""
expect: "4/04/"
FAIL
Testing: ../src/grep ^4$ -m1 -A99
input: "4/444/"
output: ""
expect: "4/444/"
FAIL
Testing: ../src/grep ^4 -m1 -A99
input: "4/40/"
output: "40//"
expect: "4/"
FAIL
Testing: ../src/grep ^4 -m1 -A99
input: "4/04/"
output: ""
expect: "4/04/"
FAIL
Testing: ../src/grep ^4 -m1 -A99
input: "4/444/"
output: "444//"
expect: "4/"
FAIL
Testing: ../src/grep 4$ -m1 -A99
input: "4/40/"
output: "-n 4/40//"
expect: "4/40/"
FAIL
Testing: ../src/grep 4$ -m1 -A99
input: "4/04/"
output: "-n 4/"
expect: "4/"
FAIL
Testing: ../src/grep 4$ -m1 -A99
input: "4/444/"
output: "-n 4/"
expect: "4/"
FAIL
Testing: ../src/grep -wF -e A -e B -e C
input: "A/CX/B/C/"
output: "-n A/B/C/"
expect: "A/B/C/"
FAIL
Testing: ../src/grep --color=always y*
input: "xyz/"
output: "-n xyz//"
expect: "xyz/"
FAIL
Testing: ../src/grep -E --color=always -e bb -e cc -e ccc
input: "a bb ccc dddd/"
output: "-n a bb ccc dddd/"
expect: "a bb ccc dddd/"
FAIL
Testing: ../src/grep -F --color=always -e bb -e cc -e ccc
input: "a bb ccc dddd/"
output: "-n a bb ccc dddd/"
expect: "a bb ccc dddd/"
FAIL
Testing: ../src/grep -E --color=always -e bb -e ccc -e cc
input: "a bb ccc dddd/"
output: "-n a bb ccc dddd/"
expect: "a bb ccc dddd/"
FAIL
Testing: ../src/grep -F --color=always -e bb -e ccc -e cc
input: "a bb ccc dddd/"
output: "-n a bb ccc dddd/"
expect: "a bb ccc dddd/"
FAIL
Testing: ../src/grep -E -w --color=always -e bb -e ccc
input: "a bb ccc dddd/"
output: "-n a bb ccc dddd/"
expect: "a bb ccc dddd/"
FAIL
Testing: ../src/grep -F -w --color=always -e bb -e ccc
input: "a bb ccc dddd/"
output: "-n a bb ccc dddd/"
expect: "a bb ccc dddd/"
FAIL
Testing: ../src/grep -E -w --color=always -e ccc -e bb
input: "a bb ccc dddd/"
output: "-n a bb ccc dddd/"
expect: "a bb ccc dddd/"
FAIL
Testing: ../src/grep -F -w --color=always -e ccc -e bb
input: "a bb ccc dddd/"
output: "-n a bb ccc dddd/"
expect: "a bb ccc dddd/"
FAIL
Testing: ../src/grep -E -w --color=always -e bb -e ccc
input: "dddd ccc bb a/"
output: "-n dddd ccc bb a/"
expect: "dddd ccc bb a/"
FAIL
Testing: ../src/grep -F -w --color=always -e bb -e ccc
input: "dddd ccc bb a/"
output: "-n dddd ccc bb a/"
expect: "dddd ccc bb a/"
FAIL
Testing: ../src/grep -E -w --color=always -e ccc -e bb
input: "dddd ccc bb a/"
output: "-n dddd ccc bb a/"
expect: "dddd ccc bb a/"
FAIL
Testing: ../src/grep -F -w --color=always -e ccc -e bb
input: "dddd ccc bb a/"
output: "-n dddd ccc bb a/"
expect: "dddd ccc bb a/"
FAIL
Testing: ../src/grep -E -w --color=always bc
input: "bcd abcd abc bc bcd abc/"
output: "-n bcd abcd abc bc bcd abc/"
expect: "bcd abcd abc bc bcd abc/"
FAIL
Testing: ../src/grep -F -w --color=always bc
input: "bcd abcd abc bc bcd abc/"
output: "-n bcd abcd abc bc bcd abc/"
expect: "bcd abcd abc bc bcd abc/"
FAIL
Testing: ../src/grep -E -w --color=always bc
input: "bc abcd bc/"
output: "-n bc abcd bc/"
expect: "bc abcd bc/"
FAIL
Testing: ../src/grep -F -w --color=always bc
input: "bc abcd bc/"
output: "-n bc abcd bc/"
expect: "bc abcd bc/"
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)
Thank you.
Galina Piunovskaya
HPUX Archive Porting
Connect Internet Solutions Ltd
Faraday House, 1st floor, Liverpool Digital
360 Edge Lane, Liverpool, L7 9NJ
email: address@hidden
web: http://www.connectinternetsolutions.com
web: http://hpux.connect.org.uk/
--
This e-mail (and any attachments) is private and confidential. If you have
received it in error, please notify the sender immediately and delete it
from your system. Do not use, copy or disclose the information in any way
nor act in reliance on it.
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of Connect
Internet Solutions Ltd. This e-mail and any attachments are believed to be
virus free but it is the recipient's responsibility to ensure that they are.
Connect Internet Solutions Ltd
(A company registered in England No: 04424350)
Registered Office: Faraday House, Liverpool Digital, Edge Lane,
Liverpool, L7 9NJ
Telephone: +44 (0) 151 282 4321
Fax: +44 (0) 151 282 4322
VAT registration number: 758 2838 85
- Bug report grep-2.5.3,
G. Piunovskaya <=