From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: ecos Subject: Re: [ECOS] sprintf test failure? Date: Mon, 15 Nov 1999 13:01:00 -0000 Message-id: <19991115150147.A21889@visi.com> References: <19991115142256.A20950@visi.com> X-SW-Source: 1999-11/msg00046.html On Mon, Nov 15, 1999 at 02:22:56PM -0600, Grant Edwards wrote: > 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? I've also got some failures in libm (all of the failures were due to results out of tolerance). In my initial application, I doubt that I will need any of the functions that failed, but if these failures are due to something I did in my porting efforts, I'd like to get it fixed. PASS: PASS: FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/atan.c FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/atan2.c PASS: FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/cos.c PASS: PASS: PASS: PASS: PASS: PASS: PASS: FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/log.c FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/log10.c PASS: PASS: FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/sin.c FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/sinh.c PASS: FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/tan.c FAIL: Line: 82, File: [...]../language/c/libm/current/tests/vectors/tanh.c -- Grant Edwards grante@visi.com