[libcxx] [test] Remove a LIBCXX-WINDOWS-FIXME, don't test an unsupported strftime...
authorMartin Storsjö <martin@martin.st>
Fri, 22 Oct 2021 21:54:42 +0000 (00:54 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 2 Nov 2021 19:53:15 +0000 (21:53 +0200)
commitdd5ce506f74b6b88b73f5c329ac6a33ce79a0668
tree26f709279d57630e19c1a06d42a4bb07cc524e88
parentae31f9fbaddd57a3c1c63bfd7baf1511122a49f7
[libcxx] [test] Remove a LIBCXX-WINDOWS-FIXME, don't test an unsupported strftime() pattern

Testing the unsupported pattern can trigger the invalid parameter handler,
which depending on CRT configuration can abort the process.

Differential Revision: https://reviews.llvm.org/D112352
libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp