Re: [PATCH] add tests for tzset(3)
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84tpNJ6mz3KOb5PmpsY5yrN+iyXn3q54TpuRCei0a5+HMQ@mail.gmail.com> |
Patch applied. Thanks. -- Jeff J. On Thu, Apr 7, 2022 at 11:58 AM jdoubleu <[email protected]> wrote: > Hi, > > I've finally created tests for tzset(3). They test the POSIX timezone > string compliance. > > This patch is intended to be applied after Brian's tzset changes have > been pushed (see other discussion). > > You can also find the test vectors online > ( > https://github.com/jdoubleu/newlib-posix-tzset-tests/blob/main/timezones.h) > > and run the tests on linux with glibc > (https://github.com/jdoubleu/newlib-posix-tzset-tests/tree/main/host_test > ). > > Cheers > --- > 🙎🏻♂️ jdoubleu