google / cctz

CCTZ is a C++ library for translating between absolute and civil times using the rules of a time zone.
Apache License 2.0
597 stars 166 forks source link

Limit testing of extended format/parse specifiers to GLIBC #220

Closed devbww closed 2 years ago

devbww commented 2 years ago

Restrict testing of some extended format/parse specifiers (e.g., %k, %l, and %P) to platforms that define __GLIBC__. This means the tests can run with alternative Linux C run-time libraries, like https://musl.libc.org/, that do not support those extensions.


This change is Reviewable