PR libstdc++/31413 fix test failure on Debian systems
commitf04d242a1a21f3635fa851c8f67dc634b462487a
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2018 10:05:55 +0000 (29 10:05 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2018 10:05:55 +0000 (29 10:05 +0000)
tree08c6566ab2bbc235a191fc2ba0d3d53fbc6f57b5
parent2304d9e853191f29437cfc6b5326c6ba4b57b863
PR libstdc++/31413 fix test failure on Debian systems

Debian uses a different D_FMT string for the zh_TW.UTF-8 locale, which
caused this test to fail. Try to detect the Debian format and adjust
the input being tested.

PR libstdc++/31413
* testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Check D_FMT
string for alternative format.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263948 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/4.cc