llvm-project/libcxx/test/std/localization/locale.categories
Ed Schouten 407bd03e6d Don't let time_put test use implementation dependent constructs.
The time_put test doesn't seem to work on Linux and CloudABI. For Linux
we already have an XFAIL. Closer inspection seems to reveal that this
test does not pass for a couple of reasons.

First of all, the tm_yday field is set to an invalid value. The
strftime() function doesn't behave consistently across platforms in case
the values in the tm structure are incoherent. Fix up this field to have
the value 121, which corresponds with tm_mday, tm_mon and tm_year. This
of course affects the output of time_put for some modifiers, so update
the tests accordingly.

Second, some of the tests actually use modifiers that are only present
on BSD derived systems. They are not part of the C standard/POSIX.
Simply remove them.

Finally, some of the tests actually use invalid modifiers, causing a
malformed format string to be passed to strftime(). Remove these tests
as well.

Differential Revision:	http://reviews.llvm.org/D8349

llvm-svn: 233262
2015-03-26 08:38:00 +00:00
..
category.collate
category.ctype Fix ctype_byname<wchar_t>::do_is() mask checking.... again 2015-03-11 17:00:28 +00:00
category.messages
category.monetary Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
category.numeric Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
category.time Don't let time_put test use implementation dependent constructs. 2015-03-26 08:38:00 +00:00
facet.numpunct
facets.examples
__scan_keyword.pass.cpp