summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/iostream.format/ext.manip
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-323/+0
| | | | llvm-svn: 224658
* Add more REQUIRES: LOCALE.* to tests.Dan Albert2014-11-212-0/+4
| | | | llvm-svn: 222492
* Change two tests to be less dependant on locales.Eric Fiselier2014-08-122-4/+5
| | | | | | | | | | | | This patch removes the use of the "%c" specifier for getting/setting times. The semantics of this specifier differ between linux and Mac. I don't believe the use of this specifier was important to the test. The following tests now pass on linux. test/input.output/iostream.format/ext.manip/get_time.pass.cpp test/input.output/iostream.format/ext.manip/put_time.pass.cpp llvm-svn: 215417
* Move common header files into a 'support' directory; make 'testit' include ↵Marshall Clow2013-01-054-4/+4
| | | | | | -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files llvm-svn: 171594
* Windows porting work by Ruben Van BoxemHoward Hinnant2011-10-034-12/+20
| | | | llvm-svn: 141003
* More fixes to the tests. Add UTF-8 encoding to all locales that don't ↵David Chisnall2011-09-214-12/+12
| | | | | | specify one. Undefine some stdio.h macros that break the tests. llvm-svn: 140252
* license changeHoward Hinnant2010-11-164-8/+8
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-114-4/+4
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-114-0/+310
llvm-svn: 103490
OpenPOWER on IntegriCloud