Re: Does anyone still want to check in ?
Vinay Pawar <[email protected]> Fri, 13 Jan 2006 18:54:48 +0530
| Newsgroups | gmane.linux.lsb.test-suite |
|---|---|
| Organization | Codito Technologies |
| Message-ID | <[email protected]> |
Hello, Isn't the bug about the test purposes in setlocale.c, which is making use of iswxdigit() in an incorrect way. The macro for which is being used in more than one place. In the file attached by Jiri Dluhos <[email protected]> it appears to be scenario 563-0 at about line 25647. Gibberish? Am I missing something? -- Thanks, Vinay On Fri, 2006-01-13 at 10:56 +0000, Andrew Josey wrote: > hi Vinay > Are you sure the patch fixes 1151? > > The code seems to call the functions directly in : > > lsb-runtime-test/modules/li18nux2k.l1/tset/LI18NUX2K.L1/base/iswxdigit/iswxdigit.c > > such as: > > if (is_defined_xdigit_chara[wc]) > if (!iswxdigit(wc)) > { > xx_rpt (FAILURE); > in_rpt ("The return value is not correct."); > } > } > > and not the macro in setlocale.c > regards > Andrew