Hello Some of the test while running make check failed. My machine: SunOS 5.10 Generic_137111-08 sun4u sparc SUNW,Sun-Fire-V490 Solaris grep version: GNU grep 2.5.4 Output:
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 w. input: "wA wB/" output: "-n wA wB/" expect: "wA wB/" FAIL Testing: ../src/grep w. -h input: "wA wB/" output: "-n wA wB/" expect: "wA wB/" FAIL Testing: ../src/grep w. -H -h input: "wA wB/" output: "-n wA wB/" expect: "wA wB/" FAIL Testing: ../src/grep w. -H input: "wA wB/" output: "(standard input):-n wA wB/" expect: "(standard input):wA wB/" FAIL Testing: ../src/grep w. -h -H input: "wA wB/" output: "(standard input):-n wA wB/" expect: "(standard input):wA wB/" 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 [01;31m[KWord[m[KA/[01;31m[Kword[m[Kb/[01;31m[KWORD[m[KC/" expect: "[01;31m[KWord[m[KA/[01;31m[Kword[m[Kb/[01;31m[KWORD[m[KC/" FAIL Testing: ../src/grep ^word_* --color=always input: "word_word/" output: "" expect: "[01;31m[Kword_[m[Kword/" FAIL Testing: ../src/grep \<word --color=always input: "wordword/" output: "-n [01;31m[Kword[m[Kword/" expect: "[01;31m[Kword[m[Kword/" 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 x[01;31m[Ky[m[Kz//" expect: "x[01;31m[Ky[m[Kz/" FAIL Testing: ../src/grep -E --color=always -e bb -e cc -e ccc input: "a bb ccc dddd/" output: "-n a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" expect: "a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" FAIL Testing: ../src/grep -F --color=always -e bb -e cc -e ccc input: "a bb ccc dddd/" output: "-n a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" expect: "a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" FAIL Testing: ../src/grep -E --color=always -e bb -e ccc -e cc input: "a bb ccc dddd/" output: "-n a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" expect: "a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" FAIL Testing: ../src/grep -F --color=always -e bb -e ccc -e cc input: "a bb ccc dddd/" output: "-n a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" expect: "a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" FAIL Testing: ../src/grep -E -w --color=always -e bb -e ccc input: "a bb ccc dddd/" output: "-n a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" expect: "a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" FAIL Testing: ../src/grep -F -w --color=always -e bb -e ccc input: "a bb ccc dddd/" output: "-n a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" expect: "a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" FAIL Testing: ../src/grep -E -w --color=always -e ccc -e bb input: "a bb ccc dddd/" output: "-n a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" expect: "a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" FAIL Testing: ../src/grep -F -w --color=always -e ccc -e bb input: "a bb ccc dddd/" output: "-n a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" expect: "a [01;31m[Kbb[m[K [01;31m[Kccc[m[K dddd/" FAIL Testing: ../src/grep -E -w --color=always -e bb -e ccc input: "dddd ccc bb a/" output: "-n dddd [01;31m[Kccc[m[K [01;31m[Kbb[m[K a/" expect: "dddd [01;31m[Kccc[m[K [01;31m[Kbb[m[K a/" FAIL Testing: ../src/grep -F -w --color=always -e bb -e ccc input: "dddd ccc bb a/" output: "-n dddd [01;31m[Kccc[m[K [01;31m[Kbb[m[K a/" expect: "dddd [01;31m[Kccc[m[K [01;31m[Kbb[m[K a/" FAIL Testing: ../src/grep -E -w --color=always -e ccc -e bb input: "dddd ccc bb a/" output: "-n dddd [01;31m[Kccc[m[K [01;31m[Kbb[m[K a/" expect: "dddd [01;31m[Kccc[m[K [01;31m[Kbb[m[K a/" FAIL Testing: ../src/grep -F -w --color=always -e ccc -e bb input: "dddd ccc bb a/" output: "-n dddd [01;31m[Kccc[m[K [01;31m[Kbb[m[K a/" expect: "dddd [01;31m[Kccc[m[K [01;31m[Kbb[m[K a/" FAIL Testing: ../src/grep -E -w --color=always bc input: "bcd abcd abc bc bcd abc/" output: "-n bcd abcd abc [01;31m[Kbc[m[K bcd abc/" expect: "bcd abcd abc [01;31m[Kbc[m[K bcd abc/" FAIL Testing: ../src/grep -F -w --color=always bc input: "bcd abcd abc bc bcd abc/" output: "-n bcd abcd abc [01;31m[Kbc[m[K bcd abc/" expect: "bcd abcd abc [01;31m[Kbc[m[K bcd abc/" FAIL Testing: ../src/grep -E -w --color=always bc input: "bc abcd bc/" output: "-n [01;31m[Kbc[m[K abcd [01;31m[Kbc[m[K/" expect: "[01;31m[Kbc[m[K abcd [01;31m[Kbc[m[K/" FAIL Testing: ../src/grep -F -w --color=always bc input: "bc abcd bc/" output: "-n [01;31m[Kbc[m[K abcd [01;31m[Kbc[m[K/" expect: "[01;31m[Kbc[m[K abcd [01;31m[Kbc[m[K/" FAIL FAIL: foad1.sh SKIP: fmbtest.sh PASS: yesno.sh ================================= 1 of 13 tests failed (1 tests were not run) Please report to [email protected] ================================= Greets Tobias Michelis
pgpMlkInjN3L9.pgp
Description: PGP signature
