mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* math/libm-test.inc (main): Fix typos in messages.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2000-12-08 Ulrich Drepper <drepper@redhat.com>
|
2000-12-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* math/libm-test.inc (main): Fix typos in messages.
|
||||||
|
|
||||||
* string/stratcliff.c: Add test for rawmemchr.
|
* string/stratcliff.c: Add test for rawmemchr.
|
||||||
|
|
||||||
2000-12-08 Jakub Jelinek <jakub@redhat.com>
|
2000-12-08 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
@ -4395,12 +4395,12 @@ main (int argc, char **argv)
|
|||||||
printf (" %d test cases plus %d tests for exception flags executed.\n",
|
printf (" %d test cases plus %d tests for exception flags executed.\n",
|
||||||
noTests, noExcTests);
|
noTests, noExcTests);
|
||||||
if (noXFails)
|
if (noXFails)
|
||||||
printf (" %d expected failures occured.\n", noXFails);
|
printf (" %d expected failures occurred.\n", noXFails);
|
||||||
if (noXPasses)
|
if (noXPasses)
|
||||||
printf (" %d unexpected passes occured.\n", noXPasses);
|
printf (" %d unexpected passes occurred.\n", noXPasses);
|
||||||
if (noErrors)
|
if (noErrors)
|
||||||
{
|
{
|
||||||
printf (" %d errors occured.\n", noErrors);
|
printf (" %d errors occurred.\n", noErrors);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
printf (" All tests passed successfully.\n");
|
printf (" All tests passed successfully.\n");
|
||||||
|
@ -165,7 +165,7 @@ main (int argc, char *argv[])
|
|||||||
if (cp - &adr[outer] != middle - outer)
|
if (cp - &adr[outer] != middle - outer)
|
||||||
{
|
{
|
||||||
printf ("rawmemchr flunked for outer = %d, middle = %d\n",
|
printf ("rawmemchr flunked for outer = %d, middle = %d\n",
|
||||||
outer, middle, inner);
|
outer, middle);
|
||||||
result = 1;
|
result = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user