This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

In latest cvs libc, test posix/wordexp-test fails


Hi

In latest cvs checkout, the posix/wordexp-test test fails.
Is this a known issue (still to be fixed with recent changes) ?

--
 #
GCONV_PATH=/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/iconvdata LC_ALL=C   /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf/ld-linux.so.2 --library-path /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/math:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/elf:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/dlfcn:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nss:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nis:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/rt:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/resolv:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/crypt:/var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/nptl /var/tmp/portage/glibc-2.3.2-r9/work/glibc-2.3.2/buildhere/posix/wordexp-test
Test 1 (one): OK
Test 2 (one two): OK
Test 3 (one two three): OK
Test 4 (        foo             bar ): OK
Test 5 (red , white blue): OK
Test 6 (one two three): OK
Test 7 (one "two three"): OK
Test 8 (one "two three"): OK
Test 9 (one "$var"): OK
Test 10 (one $var): OK
Test 11 (one "$var"): OK
Test 12 (one $var): OK
Test 13 ($var): OK
Test 14 ($(echo :abc:)): FAILED
Test words: <$(echo :abc:)>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 15 ($(echo :abc:\ )): FAILED
Test words: <$(echo :abc:\ )>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 16 ($(echo :abc\ )): FAILED
Test words: <$(echo :abc\ )>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 17 ($(echo $var)): FAILED
Test words: <$(echo $var)>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 18 (:abc:): OK
Test 19 ($(echo :abc:)def): FAILED
Test words: <$(echo :abc:)def>, need retval 0, wordc 3
Got retval 5, wordc 99:
Test 20 ($(echo abc:de)f): FAILED
Test words: <$(echo abc:de)f>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 21 ($(echo abc:de)f:ghi): FAILED
Test words: <$(echo abc:de)f:ghi>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 22 (abc:d$(echo ef:ghi)): FAILED
Test words: <abc:d$(echo ef:ghi)>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 23 ($var$(echo def:ghi)): FAILED
Test words: <$var$(echo def:ghi)>, need retval 0, wordc 3
Got retval 5, wordc 99:
Test 24 ($var$(echo ef:ghi)): FAILED
Test words: <$var$(echo ef:ghi)>, need retval 0, wordc 3
Got retval 5, wordc 99:
Test 25 ($(echo abc:)$var): FAILED
Test words: <$(echo abc:)$var>, need retval 0, wordc 3
Got retval 5, wordc 99:
Test 26 ($(echo abc:d)$var): FAILED
Test words: <$(echo abc:d)$var>, need retval 0, wordc 3
Got retval 5, wordc 99:
Test 27 (${var}): OK
Test 28 ($var): OK
Test 29 (\"$var\"): OK
Test 30 (%$var%): OK
Test 31 (-$var-): OK
Test 32 ("quoted"): OK
Test 33 ("$var""$var"): OK
Test 34 ('singly-quoted'): OK
Test 35 (contin\
uation): OK
Test 36 (explicit ''): OK
Test 37 (explicit ""): OK
Test 38 (explicit ``): OK
Test 39 ($(echo hello)): FAILED
Test words: <$(echo hello)>, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 40 ($( (echo hello) )): FAILED
Test words: <$( (echo hello) )>, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 41 ($((echo hello);(echo there))): FAILED
Test words: <$((echo hello);(echo there))>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 42 (`echo one two`): FAILED
Test words: <`echo one two`>, need retval 0, wordc 2
Got retval 5, wordc 99:
Test 43 ($(echo ')')): FAILED
Test words: <$(echo ')')>, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 44 ($(echo hello; echo)): FAILED
Test words: <$(echo hello; echo)>, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 45 (a$(echo b)c): FAILED
Test words: <a$(echo b)c>, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 46 ($((1 + 1))): OK
Test 47 ($((2-3))): OK
Test 48 ($((-1))): OK
Test 49 ($[50+20]): OK
Test 50 ($(((2+3)*(4+5)))): OK
Test 51 ($((010))): OK
Test 52 ($((0x10))): OK
Test 53 ($((010+0x10))): OK
Test 54 ($((-010+0x10))): OK
Test 55 ($((-0x10+010))): OK
Test 56 (${var:-bar}): OK
Test 57 (${var-bar}): OK
Test 58 (${var:-bar}): OK
Test 59 (${var:-bar}): OK
Test 60 (${var-bar}): OK
Test 61 (${var:=bar}): OK
Test 62 (${var=bar}): OK
Test 63 (${var:=bar}): OK
Test 64 (${var:=bar}): OK
Test 65 (${var=bar}): OK
Test 66 (${var:?bar}): OK
Test 67 (${var:+bar}): OK
Test 68 (${var+bar}): OK
Test 69 (${var:+bar}): OK
Test 70 (${var:+bar}): OK
Test 71 (${var+bar}): OK
Test 72 (${#var}): OK
Test 73 (${var:-'}'}): OK
Test 74 (${var-}): OK
Test 75 (${var#${var}}): OK
Test 76 (${var%$(echo oni)}): FAILED
Test words: <${var%$(echo oni)}>, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 77 (${var#$((6))}): OK
Test 78 (${var##b*}): OK
Test 79 (${var##"b*"}): OK
Test 80 (${var%na*}): OK
Test 81 (${var%%na*}): OK
Test 82 (${var#*bora}): OK
Test 83 (${var##*bora}): OK
Test 84 (${var##\*co}): OK
Test 85 (${var%0%}): OK
Test 86 (???): OK
Test 87 ([ot]??): OK
Test 88 (t*): OK
Test 89 ("t"*): OK
Test 90 ($var): OK
Test 91 ($var): OK
Test 92 ($var): OK
Test 93 ($var): OK
Test 94 ("$var"): OK
Test 95 ("$(echo hello there)"): FAILED
Test words: <"$(echo hello there)">, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 96 ("$(echo "hello there")"): FAILED
Test words: <"$(echo "hello there")">, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 97 (${var=one two} "$var"): OK
Test 98 ($(( $(echo 3)+$var ))): FAILED
Test words: <$(( $(echo 3)+$var ))>, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 99 ("$(echo "*")"): FAILED
Test words: <"$(echo "*")">, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 100 ("a
 
$(echo)b"): FAILED
Test words: <"a
 
$(echo)b">, need retval 0, wordc 1
Got retval 5, wordc 99:
Test 101 (*$var*): OK
Test 102 (*$var*): OK
Test 103 ($var): OK
Test 104 ($var): OK
Test 105 ($var): OK
Test 106 (\*"|&;<>"\(\)\{\}): OK
Test 107 ($var): OK
Test 108 ($var): OK
Test 109 ("\n"): OK
Test 110 (): OK
Test 111 (one two): OK
Test 112 (appended): OK
Test 113 (appended): OK
Test 114 (new
line): OK
Test 115 (pipe|symbol): OK
Test 116 (&ampersand): OK
Test 117 (semi;colon): OK
Test 118 (<greater): OK
Test 119 (less>): OK
Test 120 ((open-paren): OK
Test 121 (close-paren)): OK
Test 122 ({open-brace): OK
Test 123 (close-brace}): OK
Test 124 ($(ls)): OK
Test 125 ($var): OK
Test 126 ($9): OK
Test 127 ($[50+20))): OK
Test 128 (${%%noparam}): OK
Test 129 (${missing-brace): OK
Test 130 ($(for i in)): OK
Test 131 ($((2+))): OK
Test 132 (`): OK
Test 133 ($((010+4+))): OK
Test 134 (~root ): OK
Test 135 (${var#~root}x): OK
Test 136 (~ ~/foo): OK
Test 137 (~): OK
tests completed, now cleaning up
tests failed: 25
--


Thanks,

-- 
Martin Schlemmer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]