[klibc] [PATCH 1/1] tests: Fix sscanf test where width = 1 and integer is negative

maximilian attems maks at stro.at
Tue Aug 20 15:24:38 PDT 2013


sorry for the late reply, checking all the backlog now.

On Sat, 08 Jun 2013, Mike Pagano wrote:

> sscanf can take an integer which specifies the maximum field width.
> In this test, the field width is 1 and the input is a negative number so
> the test fails.
> 
> This patch increases the maximum field width to 2.

thanks, but can you post the failure you are seeing?

The one I see is related to the double fields that klibc
can't probably shouldn't handle, hence maybe those tests should
be disabled:
 ./usr/klibc/tests/sscanfError wrong sscanf double return 0.
 Error wrong sscanf double return 0.
 Error wrong sscanf double return 0.

 
-- 
maks


More information about the klibc mailing list