mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
time: ensure failing strptime() tests are reported correctly
This commit is contained in:
parent
1cdf2ea1fa
commit
5df56c7e3a
3 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-03-06 Vincent Bernat <vincent@bernat.im>
|
||||
|
||||
* time/tst-strptime2.c (do_test): Ensure failing tests are
|
||||
reported correctly.
|
||||
* time/tst-strptime3.c (do_test): Likewise.
|
||||
|
||||
2015-03-06 Samuel Thibault <samuel.thibault@inria.fr>
|
||||
|
||||
Fix aio_error thread-safety.
|
||||
|
|
|
@ -52,10 +52,7 @@ do_test (void)
|
|||
}
|
||||
}
|
||||
|
||||
if (result == 0)
|
||||
puts ("all OK");
|
||||
|
||||
return 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
#define TEST_FUNCTION do_test ()
|
||||
|
|
|
@ -48,10 +48,7 @@ do_test (void)
|
|||
result = 1;
|
||||
}
|
||||
|
||||
if (result == 0)
|
||||
puts ("all OK");
|
||||
|
||||
return 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
#define TEST_FUNCTION do_test ()
|
||||
|
|
Loading…
Add table
Reference in a new issue