mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
time: ensure failing strptime() tests are reported correctly
This commit is contained in:
parent
1cdf2ea1fa
commit
5df56c7e3a
@ -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…
Reference in New Issue
Block a user