This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


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

sprintf test failure?



Good afternoon campers,

I've been doing testing on the eCos snapshot from November 11, and
things are going pretty well.  So far all of the kernel tests pass,
and almost all of the libc tests pass -- a few of the sprintf tests
involving floating point fail.  (Sample output from the sprintf test
shown below.)  I don't think I'm going to actually be using sprintf
with floating point numbers. All of the other libc tests seem to pass.

Should I be concerned about the failures?

     Ecos rev: CVS snapshot as of 11 November 1999
  Ecos Target: arm
Ecos Platform: pidBE (modified to run on a Samsung SNDS eval board).
     Compiler: gcc 2.95.1
  Host System: Linux/i386 RedHat 6.0


----------------------------------------------------------------------
INFO:<Starting floating point specific tests>
PASS:<simple %f test #1>
PASS:<simple %f test #1 return code>
PASS:<simple %f test #2>
PASS:<simple %f test #2 return code>
PASS:<simple %f test #3>
PASS:<simple %f test #3 return code>
FAIL:<%f mixed with others> Line: 245, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
FAIL:<%f mixed with others return code> Line: 246, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
FAIL:<%f mixed with others> Line: 251, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
FAIL:<%f mixed with others return code> Line: 252, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
FAIL:<rounding test #1> Line: 257, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
FAIL:<rounding test #1 return code> Line: 258, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
PASS:<rounding test #2>
PASS:<rounding test #2 return code>
PASS:<+ modifier #1>
PASS:<+ modifier #1 return code>
FAIL:<+ modifier #2> Line: 275, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
PASS:<+ modifier #2 return code>
PASS:<width modifier #1>
PASS:<width modifier #1 return code>
FAIL:<width modifier #2> Line: 287, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
FAIL:<width modifier #2 return code> Line: 288, File: /home/grante/ecos/ecos/packages/ecos-snds/../language/c/libc/current/tests/stdio/sprintf1.c
----------------------------------------------------------------------

-- 
Grant Edwards
grante@visi.com



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