You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Skip NumericLocale strtod test where uselocale is not honored
WorksWithDifferentInitialLocale asserted that itk::NumericLocale makes
std::strtod parse "0.878906" correctly under a decimal-comma locale. On
macOS 13 and earlier libc the non-_l std::strtod ignores the thread-local
locale that NumericLocale installs via uselocale(), so the assertion
failed there. Detect that platform limitation and GTEST_SKIP instead of
asserting a guarantee the C library does not provide.
0 commit comments