| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
manpage, POSIX, C standards, and other OSes.
OK kettenis@, millert@
|
| |
|
| |
|
|
|
|
|
|
| |
need in order to run.
Also, output the expected SKIPPED string as dictated by bsd.regress.mk.
|
|
|
|
| |
Struct tm is limited by it's year being an int.
|
|
This regression tests time conversion across various
limits, leap seconds, and daylight transistions.
gmtime_r, localtime_r, timegm, and mktime are
tested against themselves and expected outputs.
It requires the "posix" and "right" zoneinfo to be
installed on the test running machine in order to
access testable time zones. If those are not present
the test is skipped successfully with a warning.
|